Commit Graph

447 Commits

Author SHA1 Message Date
ZeroCool
53f4fa96af
Merge pull request #804 from ZeroCool940711/dev
Added try and except block for basic error handling.
2022-09-07 18:06:30 -07:00
ZeroCool940711
f39a6b726b Merge remote-tracking branch 'origin/dev' into dev 2022-09-07 18:03:52 -07:00
ZeroCool940711
c0e02742e3 Added try and except block to handle basic errors like StopException which is raised by streamlit when you hit the stop button and KeyError which happens also when stopping the generation because it tries to check the model at the end which is not loaded at that time, this can be ignored and so thats the reason for the exception. 2022-09-07 18:03:39 -07:00
ZeroCool
f8f31df899
Merge pull request #799 from ZeroCool940711/dev
Added option to set default sampler name from config file.
2022-09-07 16:59:28 -07:00
ZeroCool940711
1d4351ce91 Added option to set default sampler name from config file, will be useful for those wanting to change the default sampler and have it persist even when closing the UI and opening it again. 2022-09-07 16:58:19 -07:00
Thomas Mello
a81671d673
fix: stack overflow during recursion call (#784) 2022-09-07 22:14:46 +03:00
Hafiidz
9853da3682
Update Readme links to sd-webui when appropriate (#781)
* Update link to sd-webui when appropriate

* added LDSR instruction per devilismyfriend guide
2022-09-07 21:33:07 +03:00
Thomas Mello
3da598a522
Merge pull request #775 from codedealer/dev
fix: regex escape characters in streamlit webui
2022-09-07 18:28:36 +03:00
Thomas Mello
388a765162 fix: regex escape characters 2022-09-07 18:05:16 +03:00
ZeroCool
1231fab8a4
Merge pull request #752 from Hafiidz/convertRGB
Added auto conversion for 4 channel PNG to RGB
2022-09-06 23:36:57 -07:00
Hafiidz
432ebdad29 added auto conversion for 4 channel PNG to RGB 2022-09-07 14:29:49 +08:00
ZeroCool
00d36bfabb
Merge pull request #749 from Hafiidz/placeholder
Added placeholder text to input field similar to gradio UI.
2022-09-06 22:49:08 -07:00
Hafiidz
03a3c149ba added placeholder text similar to gradio 2022-09-07 13:32:23 +08:00
ZeroCool
20119edbda
Merge pull request #747 from Hafiidz/dev
add gfpgan folder to gitignore, auto gen by imglab
2022-09-06 22:24:06 -07:00
Hafiidz
4ec0990de5 add gfpgan folder to gitignore, auto gen by imglab 2022-09-07 13:15:59 +08:00
ZeroCool
d15eb0495e
Merge pull request #746 from ZeroCool940711/dev
Removed some unnecessary lines from the the webui_streamlit.cmd file.
2022-09-06 22:11:51 -07:00
ZeroCool
59497e17a6
Merge branch 'sd-webui:dev' into dev 2022-09-06 22:11:06 -07:00
ZeroCool940711
234f27bd49 Merge remote-tracking branch 'origin/dev' into dev 2022-09-06 22:10:42 -07:00
ZeroCool940711
40faf5cee3 Removed some unnecessary lines from the the webui_streamlit.cmd file. 2022-09-06 22:10:36 -07:00
ZeroCool
ac38e4df73
Merge pull request #745 from ZeroCool940711/dev
Removed duplicated entry for streamlit on the environment.yaml file.
2022-09-06 22:09:51 -07:00
ZeroCool
ca11f39f73
Merge branch 'sd-webui:dev' into dev 2022-09-06 22:09:21 -07:00
ZeroCool940711
ab6602791a Removed duplicated entry for streamlit on the environment.yaml file. 2022-09-06 22:08:51 -07:00
ZeroCool
dbcba360b9
Merge pull request #743 from ZeroCool940711/dev
Added cmd file for easy running and updating the Streamlit version of the UI.
2022-09-06 21:56:04 -07:00
ZeroCool940711
642ce06ca5 Merge remote-tracking branch 'origin/dev' into dev 2022-09-06 21:54:29 -07:00
ZeroCool940711
fd9ff5d2d4 Added .cmd file for easy running and updating the streamlit version of the UI. 2022-09-06 21:54:16 -07:00
ZeroCool
a172e44755
Merge pull request #742 from ZeroCool940711/dev
Added retry dependency as it is needed to run the streamlit version.
2022-09-06 21:33:28 -07:00
ZeroCool
a5dab0932f
Merge branch 'sd-webui:dev' into dev 2022-09-06 21:32:02 -07:00
ZeroCool940711
25b370b5ca Merge remote-tracking branch 'origin/dev' into dev 2022-09-06 21:31:18 -07:00
ZeroCool940711
003f60f3ac Added retry dependency for the streamlit version. 2022-09-06 21:29:47 -07:00
ZeroCool
a7314ddc06
Merge pull request #737 from ZeroCool940711/dev
Moved streamlit files to their proper location, before they were incorrectly added to the repository root folder.
2022-09-06 20:22:24 -07:00
ZeroCool
ed2daf81ba
Merge branch 'sd-webui:dev' into dev 2022-09-06 20:21:05 -07:00
ZeroCool940711
5b79864d43 Moved streamlit files to their proper location, before they were incorrectly added to the repository root folder. 2022-09-06 20:20:29 -07:00
ZeroCool
6b4e553378
Merge pull request #733 from ZeroCool940711/dev
Removed duplicated calls to save_sample and made variables and parameters better to understand.
2022-09-06 19:35:32 -07:00
ZeroCool940711
81cbe3efb1 Merge remote-tracking branch 'origin/dev' into dev 2022-09-06 19:33:05 -07:00
ZeroCool940711
cf9efa9cd9 - Removed duplicated calls to save_sample.
- Change variables and arguments to be more self-explanatory and easier to understand what they do.
2022-09-06 19:30:17 -07:00
hlky
38737341da
Merge branch 'master' into dev 2022-09-07 03:09:33 +01:00
hlky
3b490df708
img2img fixed 2022-09-07 03:08:29 +01:00
ZeroCool
33ecfb4c98
Merge branch 'sd-webui:dev' into dev 2022-09-06 18:59:22 -07:00
hlky
cf754f9fe6
Revert "Revert "img2img-fix (#717)""
This reverts commit bf08b617d4.
2022-09-07 02:56:27 +01:00
hlky
06df5a5697
Revert "img2img fixes"
This reverts commit e66eddc621.
2022-09-07 02:56:23 +01:00
hlky
e66eddc621
img2img fixes 2022-09-07 02:35:01 +01:00
hlky
f077e34677
Update environment.yaml 2022-09-07 02:10:13 +01:00
hlky
b3e5a486dd
Update environment.yaml 2022-09-07 02:06:17 +01:00
hlky
bf08b617d4
Revert "img2img-fix (#717)"
This reverts commit 70d4b1ca2a.
2022-09-07 01:45:15 +01:00
hlky
70d4b1ca2a
img2img-fix (#717) 2022-09-07 00:48:13 +01:00
ZeroCool
f3f8b6815d
Merge branch 'sd-webui:dev' into dev 2022-09-06 16:44:25 -07:00
hlky
f28255466b
#715 #699 #698 #663 #625 #617 #611 #604 (#716)
* Update README.md

* Add sampler name to metadata (#695)

Co-authored-by: EliEron <example@example.com>

* old-dev-merge

Co-authored-by: EliEron <subanimehd@gmail.com>
Co-authored-by: EliEron <example@example.com>
2022-09-07 00:43:51 +01:00
EliEron
d86e945ca2
Add sampler name to metadata (#695)
Co-authored-by: EliEron <example@example.com>
2022-09-07 00:33:47 +01:00
hlky
58c92228cd
Update README.md 2022-09-07 00:11:56 +01:00
hlky
e625b199bc
Update environment.yaml 2022-09-06 23:51:55 +01:00