Commit Graph

1148 Commits

Author SHA1 Message Date
ZeroCool940711
5b728ce803 Fixed logger.level() error when using the logger module with streamlit. It was getting loaded twice and so giving some errors because of this. 2022-10-15 09:32:15 -07:00
ZeroCool940711
1513632063 Forced page rerun when hitting the reset button on the Settings page. 2022-10-15 09:32:15 -07:00
ZeroCool940711
bd03ad4671 Added some defaults to txt2img when we execute it on run_bridge so it doenst save any image from the horde to our hard drive. 2022-10-15 09:32:15 -07:00
Alejandro Gil
772872589e
Bridge updates from db0 repo (#1527) 2022-10-14 22:54:37 -07:00
Alejandro Gil
f37b0ada6e
Added decorest dependency. (#1526) 2022-10-14 22:35:33 -07:00
ZeroCool940711
6014815bcd Merge remote-tracking branch 'origin/dev' into dev 2022-10-14 22:35:00 -07:00
ZeroCool940711
40bf5ea49b Added decorest dependency. 2022-10-14 22:34:44 -07:00
Divided by Zer0
28cbaf1499 verbsotiy 2022-10-14 23:27:37 +02:00
Divided by Zer0
2641ff60a8 wip 2022-10-14 22:41:59 +02:00
Divided by Zer0
d11eac1c4f indent 2022-10-14 22:31:16 +02:00
Divided by Zer0
616d586acf wip 2022-10-14 22:27:56 +02:00
Alejandro Gil
fd51bab1ec
Added first implementation to support the stable horde bridge on the streamlit version. (#1525) 2022-10-14 12:12:08 -07:00
Alejandro Gil
a1763c3c9e
Merge branch 'sd-webui:dev' into dev 2022-10-14 12:10:27 -07:00
ZeroCool940711
8d2cf46fbc Added first implementation to support the stable horde bridge on the streamlit version. 2022-10-14 12:09:47 -07:00
hlky
0df6993095
Delete .idea directory 2022-10-14 18:46:38 +01:00
Thomas Mello
d9a163b1b0
chore: bump Gradio to 3.4.1 (#1520)
* update gradio
* fix some glaring styling issues

Note: the server message has changed and now the address `0.0.0.0:7680`
is shown by default which might not work in browsers. The server is
still accessible through `localhost`/real ip address
2022-10-14 14:54:35 +03:00
Alejandro Gil
9b67bf1497
Added files for tag autocomplete for danbooru and e621 in case someone wants to implement that into the text area for the prompt. (#1517) 2022-10-12 22:34:52 -07:00
ZeroCool940711
7ebc29fa3c Added files for tag autocomplete for danbooru and e621 in case someone wants to implement that into the text area for the prompt. 2022-10-12 22:33:54 -07:00
Alejandro Gil
cf7c511a67
Fixed issue when hydralit was not enabled. (#1514) 2022-10-12 12:59:33 -07:00
ZeroCool940711
2096cec41b Merge remote-tracking branch 'origin/dev' into dev 2022-10-12 12:58:48 -07:00
ZeroCool940711
a74d9685ff Fixed issue when hydralit was not enabled. 2022-10-12 12:58:40 -07:00
Alejandro Gil
945ed4fd7d
Disabled the hydralit loader for full page when first opened. (#1513) 2022-10-12 12:00:35 -07:00
ZeroCool940711
863082cc0f Disabled the hydralit loader for full page when first opened. 2022-10-12 12:00:06 -07:00
Alejandro Gil
0b09276d3d
Added config option to enable or disable hydralit. (#1512) 2022-10-12 11:04:43 -07:00
ZeroCool940711
3cb9b62130 Added config option to enable or disable hydralit. 2022-10-12 11:03:59 -07:00
Alejandro Gil
6cc906b869
Added librosa to the list of dependencies. (#1511) 2022-10-12 09:42:19 -07:00
ZeroCool940711
c0cb6d0720 Added librosa to the list of dependencies. 2022-10-12 09:41:49 -07:00
Alejandro Gil
a4c87c75f5
Fixed issue with the do_loop option after it was removed. (#1508) 2022-10-12 00:09:13 -07:00
ZeroCool940711
ffdcbb4504 Fixed issue with the do_loop option after it was removed. 2022-10-12 00:08:38 -07:00
ZeroCool940711
67f4c27ea2 Improved hot reloading for some model options like optimized and float16. 2022-10-11 22:33:28 -07:00
ZeroCool940711
1cc22b0984 Add option to select between lerp and slerp in txt2vid 2022-10-11 22:33:28 -07:00
MechanoPixel
2215a3b403
Skip WebUI prompt if --bridge passed, Detailed error messages if bridgeData.py fails to load (#1483)
# Description

Please include:
- [x] relevant motivation
- [x] a summary of the change
- [ ] which issue is fixed.
- [x] any additional dependencies that are required for this change.

Fixes a small typo of "Bridg" in horde_bridge.sh
Makes webui.sh skip asking for StreamLit/Gradio if --bridge is passed
More detailed error messages if bridgeData.py is missing/malformed
(previously it would only say no bridgeData found, which caused
confusion when bridgeData did exist but was incorrectly formatted)

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation

Co-authored-by: mechanopixel <takatarumc@gmail.com>
2022-10-11 13:23:04 +03:00
Alejandro Gil
994341efba
You can now change the optimized mode, float16 and no_half options on the Settings page without having to restart the app. (#1503) 2022-10-10 20:46:46 -07:00
ZeroCool940711
1bc6c9b6db You can now change the optimized mode, float16 and no_half options without having to restart the app. 2022-10-10 20:45:37 -07:00
Alejandro Gil
322108a639
Fixed the beta start and beta end format. It was been converted to int by number_input instead of using text_input. (#1496) 2022-10-10 03:48:29 -07:00
Alejandro Gil
1e33e50714
Merge branch 'sd-webui:dev' into dev 2022-10-10 03:47:32 -07:00
ZeroCool940711
e235a2fd76 Fixed the beta start and beta end format. It was been converted to int by number_input instead of using text_input. 2022-10-10 03:46:16 -07:00
Thomas Mello
97d57be7e6
dev sync (#1495) 2022-10-10 13:00:33 +03:00
hlky
8f613bf256
The merge (#1494) 2022-10-10 10:38:06 +01:00
Thomas Mello
0277ff6cd3 Merge branch 'master' into the-merge 2022-10-10 12:27:43 +03:00
ZeroCool940711
3adca938f1 Added exception handling for the model args option as it can sometimes not work properly and throw an error. 2022-10-09 15:40:07 -07:00
Alejandro Gil
6126942be4
Changed the prompt text_input for a text_area and made it similar in size to the text input. (#1491) 2022-10-09 03:23:15 -07:00
ZeroCool940711
84479d88b8 Changed the prompt text_input for a text_area and made it similar in size to the text input. 2022-10-09 03:21:06 -07:00
ZeroCool940711
fe6e72fde7 Added save_video_on_stop option to the Settings page, this option is used to save the txt2vid generated video to disk when we hit the stop button mid generation. 2022-10-07 23:49:19 -07:00
ZeroCool940711
63b2ff22c6 Added the ability to save the video during mid generation when we hit the stop button.
- Fixed GFPGAN not working on txt2vid.
2022-10-07 23:49:19 -07:00
ZeroCool940711
97bbf089ea Added save_video_on_stop option to config, this option is used to save the txt2vid generated video to disk when we hit the stop button mid generation. 2022-10-07 23:49:19 -07:00
Alejandro Gil
a990683a96
Fixed "expected scalar type Half but found Float" on txt2vid. (#1475) 2022-10-07 20:32:41 -07:00
ZeroCool940711
ac2d348f04 Fixed "expected scalar type Half but found Float" on txt2vid. 2022-10-07 20:32:02 -07:00
Alejandro Gil
1d8830b1bd
Changed some more text_input to number_input and made sure they return the right value type. (#1474) 2022-10-07 18:05:53 -07:00
ZeroCool940711
43a950ffd4 Merge remote-tracking branch 'origin/dev' into dev 2022-10-07 17:57:14 -07:00