Commit Graph

826 Commits

Author SHA1 Message Date
ZeroCool940711
af37b96507 Added missing options on the config file. 2022-09-24 05:14:36 -07:00
ZeroCool940711
9b73f463cf - Added function to convert bytes to a human readable string.
- Added basic implementation of "enable_minimal_memory_usage".
2022-09-24 05:11:33 -07:00
ZeroCool
f585ab1923
Merge pull request #1293 from ZeroCool940711/dev
Added individual titles on the browser tab for each page.
2022-09-23 22:08:40 -07:00
ZeroCool940711
1c459bce53 - Added individual titles on the browser tab for each page.
- Added basic url for each page to the address bar for browser history.
2022-09-23 22:07:50 -07:00
ZeroCool
5f136eb17c
Merge pull request #1292 from ZeroCool940711/dev
Added simple function to allows us to change the title of the app dynamically.
2022-09-23 21:20:59 -07:00
ZeroCool940711
8cf8d3f03a Added simple function to allows to change the title of the app dynamically instead of only doing it once per app, this could be useful for setting the title on specific pages and making it appear on the browser history. 2022-09-23 21:19:50 -07:00
xaedes
70acb61c21
remove wrong arguments from save_sample call (#1290)
fixes #1258
2022-09-24 01:29:12 +01:00
xaedes
acb051e9f5
fix broken output info in img2img to highlight parameters like in txt2img (#1289)
- change gr.Textbox to gr.Highlightedtext like in txt2img
2022-09-24 03:21:33 +03:00
Qualzz
6ae84c6c3a
better library browser (#1281)
* better library browser

* removed debug prints
2022-09-24 00:20:51 +01:00
hlky
f6215a5bb1
remove unused scripts 2022-09-23 15:31:07 +01:00
hlky
8b4464a706
Add periodic checkpointing
Update diffusers_textual_inversion_2.py
2022-09-23 15:29:08 +01:00
Colton
f0be43d7df
Send the image grid to the front end if generated for a prompt matrix (#1200) 2022-09-23 14:32:36 +03:00
Victor Möller
23d825221f
Fixed webui.cmd crash when having () in path. #1276 (#1279)
Co-authored-by: Dice <What is Email?>
2022-09-23 10:14:20 +01:00
ZeroCool
2a911049aa
Merge pull request #1282 from JoshuaKimsey/Fix-env-yaml
Fixed Streamlit >1.12.2 error
2022-09-22 19:57:23 -07:00
Joshua Kimsey
a8f1e23346 Fixed Streamlit >1.12.2 error 2022-09-22 22:04:31 -04:00
Thomas Mello
5ac878c85f
Merge pull request #1271 from codedealer/remove-old-docs
remove old doc files
2022-09-23 00:36:48 +03:00
Thomas Mello
ed3d9176e7 remove old doc files
move docker guide inside docs/
2022-09-23 00:35:35 +03:00
hlky
4b5d48b499
Merge branch 'master' into dev 2022-09-22 22:01:40 +01:00
Joshua Kimsey
1a5c8d91f2
Improved Linux Docs (#1269) 2022-09-22 21:41:32 +01:00
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