Commit Graph

109 Commits

Author SHA1 Message Date
ZeroCool940711
b670d40a20
Updated Sygil Diffusion 0.2 model to the latest checkpoint for this version. 2023-01-27 10:13:16 -07:00
ZeroCool940711
2f21314ec1
Updated Sygil Diffusion 0.1 model to the latest and final checkpoint for this version. It is now stable enough to be used as is. 2023-01-14 10:56:24 -07:00
ZeroCool940711
cf793a9110
Updated Sygil Diffusion 0.1 model to the latest checkpoint available. 2023-01-11 16:07:37 -07:00
ZeroCool940711
493ba2530c
Updated Sygil Diffusion 0.1 model to the latest checkpoint available. 2023-01-10 13:08:22 -07:00
ZeroCool940711
e1b0ffc44d
Updated Sygil Diffusion 0.1 model to the latest checkpoint available. 2023-01-09 15:10:58 -07:00
ZeroCool940711
24a3d12dc3
Updated Sygil Diffusion 0.1 checkpoint to the latest available version. 2023-01-08 07:05:13 -07:00
ZeroCool940711
cbb296ced1
Added Sygil Diffusion 0.1 to the model list on the Model Manager page. 2023-01-07 14:59:25 -07:00
aedhcarrick
b911dba585 minor fix(flet ui) 2022-12-28 14:27:51 -06:00
ZeroCool940711
3868b79b07
Added option to the Settings page to enable and disable the suggestion box. 2022-12-14 19:35:14 -07:00
ZeroCool940711
3e87802c9f
Added option to show the progress percent value during a generation as part of the title on the tab on the browser. This should be useful for when doing a generation but you need to do something on another tab but still want to keep track of the progress. 2022-12-08 15:09:10 -07:00
Aedh Carrick
cb804925f6 moved 'webui_flet' to 'webui/flet/'. fixed file uploader. 2022-12-04 15:48:55 -06:00
aedh carrick
0100247231
Merge branch 'Sygil-Dev:dev' into dev 2022-12-04 10:40:49 -06:00
ZeroCool940711
9283bb875f
Added option to use cudnn as backend for pytorch, this should help fixing an issue with nvidia 16xx cards getting a black or green square instead of a proper image. 2022-12-03 05:58:18 -07:00
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