Commit Graph

96 Commits

Author SHA1 Message Date
Aedh Carrick
b47974c985 added proto file uploader, began cleanup 2022-12-01 15:54:01 -06:00
Aedh Carrick
0796b44868 flet: added messages 2022-11-29 15:15:53 -06:00
Alejandro Gil
b196126807
Merge branch 'dev' into dev 2022-11-24 13:33:27 -08:00
aedh carrick
c55773c127 fixed sliders, added switches 2022-11-24 14:44:54 -06:00
ZeroCool940711
23b5c7cfa8
Initial support for the 2.0 model 2022-11-24 13:22:16 -07:00
Aedh Carrick
667a0015ca added factory to create settings pages from config 2022-11-23 12:54:00 -06:00
ZeroCool940711
ad0a56829c
Merged changes from @aedhcarrick to the config file.
- Improved the layout for the new UI by changing some menus to dropdowns.
- Reduced the padding on text fields as well as dropdowns.
2022-11-22 18:29:14 -07:00
ZeroCool940711
725b1c5346
Added option to set the FPS on the txt2vid tab. 2022-11-22 10:07:09 -07:00
Aedh Carrick
8a6613f00f added settings to page.session 2022-11-21 15:28:48 -06:00
aedh carrick
e9280c3f93 moved webui_flet.py and utils to 'scripts' where they belong 2022-11-19 19:00:58 -06:00
ZeroCool940711
ef4cf8bc98
Added global negative prompt on config file. 2022-11-17 10:11:42 -07:00
ZeroCool940711
bdbce6b049
patch: Added new field on the config file to separate the default model from the base mode used, this should fix the issue where when using the settings page to set a default model it was then not possible to run the default stable diffusion model. 2022-11-09 15:59:18 -08:00
ZeroCool940711
cf62f18bdc
Changed default masking mode to Outpainting as it will make it behave more like it was before the new image editor was introduced. 2022-11-09 00:47:43 -08:00
ZeroCool940711
b63ab41899 Added link to the 1.5 model hosted on huggingface but on a public repo that do not require token or authentication, should reduce the amount of errors with the token for new users. 2022-11-03 00:01:54 -07:00
ZeroCool940711
99a25bc399 Fixed textual inversion not using the 1.5 model and instead still using the old 1.4 model for stable diffusion. 2022-11-01 10:23:17 -07:00
ZeroCool940711
f23f5253ac Allow users to set their stable horde api key on the Settings page. 2022-10-30 03:36:30 -07:00
ZeroCool940711
7007f2874c Added option for admins to hide the server and browser settings form the Settings page. 2022-10-28 23:48:45 -07:00
ZeroCool940711
f31166430f Changed the default mask mode to 1. 2022-10-28 12:17:58 -07:00
ZeroCool940711
d8b1e503fa Added option on the config file to select the default Noise Mode. 2022-10-26 23:47:59 -07:00
ZeroCool940711
87f65b7e05 Removed trailing spaces. 2022-10-26 01:25:14 -07:00
ZeroCool940711
9da7c4102f Added link to the model manager to download the merged model containing Stable Diffusion 1.5, Waifu diffusion 1.3, Lewd Diffusion and Trinart Diffusion. 2022-10-26 01:23:30 -07:00
ZeroCool940711
219cbd1346 Changed default batch size for img2txt to 2000 batches. 2022-10-24 04:44:44 -07:00
ZeroCool940711
0a3b6761e2 Added option to make the grid format the same as the individual image format.
There is a new option called grid quality now that allow you to specify on the settings page the quality for the grid image.
2022-10-24 00:21:54 -07:00
ZeroCool940711
cb501565c2 More renaming and changed to links related to the organization, docs and repo names. 2022-10-23 18:54:10 -07:00
ZeroCool940711
3e4ea36bc8 Updated diffusers to 0.6.0.
- Renamed max_frames to max_duration_in_seconds in txt2vid to reflect better what the option is currently doing.
2022-10-23 03:12:14 -07:00
ZeroCool940711
81e01d3463 Removed the old 1.4 model from the list of models as it was breaking stuff and also wasting bandwidth as it was also being downloaded. 2022-10-21 21:59:16 -07:00
ZeroCool940711
accc6f411e Changed the default Stable Diffusion model to runwayml/stable-diffusion-v1-5 2022-10-20 19:53:09 -07:00
ZeroCool940711
48251c98b9 Removed trailing spaces from the config file to improve codefactor code quality. 2022-10-18 06:00:02 -07:00
ZeroCool940711
908aa0647c Added version control and management for the user and defaults config file. 2022-10-18 05:49:30 -07:00
ZeroCool940711
774073c8c3 Changed CFG scale to be a number_input instead of a slider. 2022-10-17 18:02:51 -07:00
ZeroCool940711
495d652324 Added option to keep all models loaded and not delete them. 2022-10-15 09:32:15 -07:00
ZeroCool940711
3cb9b62130 Added config option to enable or disable hydralit. 2022-10-12 11:03:59 -07:00
ZeroCool940711
1cc22b0984 Add option to select between lerp and slerp in txt2vid 2022-10-11 22:33:28 -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
ZeroCool940711
849b0f92a9 Removed trailing spaces on the config file. 2022-10-06 17:57:11 -07:00
hlky
c1e97c8bcc
img2txt speed + vram issues 2022-10-05 05:31:20 +01:00
hlky
cd700692eb
KeyError: 'pipe' 2022-10-05 05:29:10 +01:00
hlky
3851fcc537
model manager
model manager
2022-10-04 19:39:52 +01:00
ZeroCool940711
d89b019b72 Models from the Model Manager are now stored inside the config file. This allow us to have them as global variables inside streamlit and have them unified in a single place. 2022-10-03 13:14:49 -07:00
ZeroCool940711
f866ffdad4 Fixed multiple settings and default values not working properly. 2022-10-02 21:25:41 -07:00
ZeroCool940711
393a695aef Fixed LDSR, now it should work both txt2img and img2img 2022-10-02 20:26:01 -07:00
ZeroCool940711
38ff4a138c Removed slider values for batch_count and batch_size as they are now a text_input instead of a slider. 2022-10-02 13:08:37 -07:00
ZeroCool940711
4e0511dbac Changed the default output folder to be shorter. 2022-10-02 09:46:30 -07:00
ZeroCool940711
a5ddf9f355 Added LDSR options on the config file. 2022-10-01 19:44:00 -07:00
ZeroCool940711
bbedcc8e84 Merge remote-tracking branch 'origin/dev' into dev 2022-10-01 19:19:04 -07:00
hlky
dd461037a6
Update webui_streamlit.yaml 2022-10-02 00:28:01 +01:00
ZeroCool940711
0a13e300db Added option to specify the default model for GFPGAN. 2022-10-01 15:40:02 -07:00
ZeroCool940711
857608c5f6 ... 2022-09-30 15:46:02 -07:00
ZeroCool940711
d8a8687852 Improved img2txt layout and performance. 2022-09-30 12:41:01 -07:00
Alejandro Gil
f678efb4e2
Img2txt dependencies and necessary files. (#1354) 2022-09-28 12:37:15 -07:00