Commit Graph

957 Commits

Author SHA1 Message Date
Qualzz
75eac9c5c0
moved pagination logic before the rendering of the component (#1268) 2022-09-22 23:09:42 +03:00
Travis Fletcher
d28d07cd0b
Streamline Docker Quickstart Experience (#1261)
* Cleaned up Docker documentation and process

* Added back `build` section to Dockerfile so we don't have to
  manually build it separately, simplifying the quick-start process
* Added a healthcheck to make it easier to see when the container
  was done initializing. Currently a little ugly since it has to
  check both URLs for liveness
* Removed CONDA_FORCE_UPDATE from env file since we don't user conda
  anymore

Note - `build_docker.sh` is seemingly obsolete but I left it for now
with a comment in case it's ingrained in somebody else's workflow.

* Minor readme fixes
2022-09-22 12:46:40 +01:00
hlky
2966a3a2a2
Update FUNDING.yml 2022-09-22 12:41:59 +01:00
hlky
30edcdbabe
Update FUNDING.yml 2022-09-22 12:41:32 +01:00
hlky
3464d7a379
Update README.md 2022-09-22 10:44:11 +01:00
hlky
894599f98c
Update README.md 2022-09-22 10:44:10 +01:00
hlky
0a89a43bea
Update README.md 2022-09-22 10:39:06 +01:00
ZeroCool
342dcdccc5
Merge pull request #1263 from ZeroCool940711/dev
Basic code for the streamlit textual inversion page.
2022-09-22 01:46:25 -07:00
ZeroCool940711
4b4b6d251a Merge remote-tracking branch 'origin/dev' into dev 2022-09-22 01:44:48 -07:00
ZeroCool940711
e49699a65e Basic code for the streamlit textual inversion page. 2022-09-22 01:44:35 -07:00
ZeroCool940711
889256d26e Improved the script that downloads the concepts library from huggingface in case someone wants to use it. 2022-09-22 00:02:44 -07:00
ZeroCool
6baad6948e
Merge pull request #1259 from JoshuaKimsey/Fix-linux-script
Updated Linux Installation Documentation
2022-09-21 19:57:50 -07:00
ZeroCool
62364e87d7
Merge branch 'dev' into Fix-linux-script 2022-09-21 19:57:38 -07:00
Joshua Kimsey
49ed891c6e Updated documentation for Linux installation
Changed: Linux instructions for the new versions of the `webui.sh` file that handles both Streamlit and Gradio
Changed: Naming of files to shows Windows installation first, then Linux.
2022-09-21 22:04:38 -04:00
hlky
870411afaa
Update webui_streamlit.yaml 2022-09-22 01:29:04 +01:00
hlky
81fbd225b7
Update webui_streamlit.yaml 2022-09-22 01:27:18 +01:00
hlky
21ff2e568c
denoising_strength config 2022-09-22 01:00:22 +01:00
ZeroCool
6808a87d00
Merge pull request #1257 from ZeroCool940711/dev
The denoising_strength slider on img2img is now customizable using the config file.
2022-09-21 14:59:42 -07:00
ZeroCool940711
3cd91bde82 The denoising_strength slider on img2img is now customizable using the config file. 2022-09-21 14:58:49 -07:00
Joshua Kimsey
f5164629be Added ability to auto-download sd concepts repo
Added the ability to download the zip file for the sd concepts library. Zip file will be extracted, and have the core concepts directory moved to the correct location.
2022-09-21 06:06:06 -04:00
hlky
fa6a31b23c
Update webui_streamlit.yaml 2022-09-21 10:37:11 +01:00
ZeroCool
a9ee3a64bd
Merge pull request #1248 from ZeroCool940711/dev
The Find Noise Steps slider om img2img can now be customizable from the config file.
2022-09-21 00:40:21 -07:00
ZeroCool
ed5bab6ead
Merge branch 'sd-webui:dev' into dev 2022-09-21 00:39:52 -07:00
ZeroCool940711
2c7b22a540 The Find Noise Steps slider om img2img can now be customizable from the config file. 2022-09-21 00:39:27 -07:00
ZeroCool
dfa02ac139
Merge pull request #1247 from ZeroCool940711/dev
Added condition to check if the concepts library folder exist and if it doesn't then tell the user where to download the concepts from.
2022-09-20 22:16:51 -07:00
ZeroCool940711
e874a2d6a7 Added condition to check if the concepts library folder exist and if not tell the user where to download the concepts from. 2022-09-20 22:15:49 -07:00
ZeroCool
e21498fedf
Merge pull request #1246 from ZeroCool940711/dev
Fixed missing frontend/dist folder.
2022-09-20 21:46:07 -07:00
ZeroCool940711
585c762b95 Fixed missing frontend/dist folder. 2022-09-20 21:45:16 -07:00
ZeroCool
0356d9acce
Merge pull request #1245 from JoshuaKimsey/Fix-linux-scripts
Improved `webui.sh`
2022-09-20 21:22:53 -07:00
Joshua Kimsey
e6af9e379c Improved webui.sh
Added: More commenting to explain what each part is doing
Added: variables to handle the upscaler model URL's to allow for easy changing if needed.

Changed: Order of selection menu to list Streamlit first, since it will be the primary UI going forward.
2022-09-21 00:20:44 -04:00
ZeroCool
c66e1a36e8
Added implementation of the Concepts Library tab made by @Qualzz.
Added implementation of the Concepts Library tab made by @Qualzz.
2022-09-20 21:08:40 -07:00
ZeroCool940711
8584205e11 Added implementation of the Concepts Library tab made by @Qualzz. 2022-09-20 21:06:00 -07:00
ZeroCool
035e0cb3c1
Merge pull request #1243 from ZeroCool940711/dev
Fixed the image not been decoded in txt2vid if the Update Image Preview options was not checked.
2022-09-20 17:08:39 -07:00
ZeroCool940711
f99657241d Fixed the image not been decoded in txt2vid if the Update Image Preview options was not checked. 2022-09-20 17:07:38 -07:00
hlky
5e712736ee
Update README.md 2022-09-20 23:15:15 +01:00
hlky
ba84d28da2
txt2vid fix enumerate(... max_frames)) -> enumerate(... num_steps)) 2022-09-20 14:00:08 +01:00
hlky
6009b03752
#1238 from moandcompany/dependency_audit_docker
Audit dependencies and revise Docker environment specification
2022-09-20 10:55:29 +01:00
Andrew Mo
95a94a8748 Audit dependencies and revise Docker environment specification 2022-09-20 00:21:54 -07:00
ZeroCool
1638063039
Merge pull request #1235 from JoshuaKimsey/linux-script-updates
Updated `webui.sh` for StreamLit + Enhancements
2022-09-19 22:05:13 -07:00
Joshua Kimsey
48d5f35ff5 Updated webui.sh for StreamLit + Enhancements
Added: Automatic downloads for upscaler models
Added: Prompt to ensure users have placed their SD models in the right spot, with automatic handling for placing them.

Changed: Significantly cleaned up `webui.sh` to have a consistent formatting, as well as follow proper Bash conventions.
Changed: Compartmentalised the code to be easier to add or change features or functions down the road.

Fixed: Potential issue with conda activation from the script, which was solved by using the `#!/bin/bash -i` shebang.
2022-09-20 01:01:44 -04:00
Thomas Mello
c6b13a418f
move scale multiplication (#1232) 2022-09-20 02:10:46 +03:00
Thomas Mello
3705f296c6
fix: division by zero, inefficient preview check (#1230) 2022-09-19 21:05:18 +03:00
hlky
17748cbc9c
Merge pull request #1216 from codedealer/docs
chore: move documentation back to the repo
2022-09-19 17:00:29 +01:00
hlky
68118fe0f4
Merge pull request #1216 from codedealer/docs
chore: move documentation back to the repo
2022-09-19 16:59:47 +01:00
hlky
c6bf0d2ecb
Update diffusers_textual_inversion_2.py 2022-09-19 14:49:00 +01:00
hlky
91c0d0f20b
Create diffusers_textual_inversion_2.py 2022-09-19 13:09:45 +01:00
ZeroCool
65ccec5a6e
Merge pull request #1223 from ZeroCool940711/dev
Improved memory usage for both txt2img and txt2vid.
2022-09-19 00:07:52 -07:00
ZeroCool940711
56ae22eb53 - Improved optimized mode for txt2img, it should be able to generate high resolution images using less VRAM than before.
- Improved txt2vid so its now possible to generate high resolution images with less VRAM than before.
- Added condition to ensure that the pipe model from txt2vid is removed from memory when switching from the txt2vid tab to txt2img and viceversa.
2022-09-19 00:02:21 -07:00
ZeroCool940711
1d9ef57802 Fixed the filename of the video generated at the end of a txt2vid generation, it was saved as test.mp before but now its saved as seed_prompt.mp4 with the seed and prompt form the generation. 2022-09-18 18:29:19 -07:00
ZeroCool
0cdc2f31b1
Merge pull request #1219 from ZeroCool940711/dev
GFPGAN can now be used on the txt2vid tab.
2022-09-18 15:21:59 -07:00