Commit Graph

454 Commits

Author SHA1 Message Date
ZeroCool940711
ca1996cca9
Added support for loading custom yaml files for the stable diffusion 2.x models.
You can now just drop your ckpt file with the yaml next to it on the models/custom folder.
2023-01-27 06:01:16 -07:00
ZeroCool940711
53da23d007
Fixed KeyError: 'state_dict' when loading certain models, thanks to ResidentChiefNZ and hlky. 2023-01-21 17:47:09 -07:00
ZeroCool940711
cf793a9110
Updated Sygil Diffusion 0.1 model to the latest checkpoint available. 2023-01-11 16:07:37 -07:00
ZeroCool940711
41e804a380
Added an empty personalization_config argument to instantiate_from_config when loading LDSR as it is a required argument. 2022-12-22 15:12:59 -07: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
fd7af4288d
Merge branch 'Sygil-Dev:dev' into dev 2022-12-06 05:41:23 -06:00
ZeroCool940711
f8a9d9169c
Added support on txt2img and img2img for the k_dpmpp_2m sampler from k-diffusion. 2022-12-05 09:17:10 -07:00
ZeroCool940711
6f635fbfc4
Fixed the generate button needing to be clicked twice on the first run as the models would cause a rerun stopping the generation from starting right away and needing a second click on the generate button. 2022-12-05 07:22:42 -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
ee1ee05b26
Added option to the Settings page to enable or disable cudnn. 2022-12-03 06:04:04 -07: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
78acfd9d10
fixed errors in webui_flet.py
fixed bare exception
removed extra space after operator
2022-11-29 16:20:52 -06:00
Aedh Carrick
0796b44868 flet: added messages 2022-11-29 15:15:53 -06:00
Aedh Carrick
a00dfa9212 fixed layer_panel drag controls 2022-11-29 13:18:11 -06:00
aedh carrick
1e0354be37
Merge branch 'Sygil-Dev:dev' into dev 2022-11-29 10:16:47 -06:00
Aedh Carrick
d311e06d1b started image uploading.. 2022-11-28 16:00:59 -06:00
Aedh Carrick
222545800d fixed minor bug in re-orderable column list 2022-11-27 15:40:54 -06:00
Craulback
b40c8712a3
remove unnecessary comment 2022-11-27 14:13:42 -07:00
Aedh Carrick
9e56edc968 created reorderable list for layer tab - still wonky 2022-11-27 14:03:58 -06:00
Craulback
d4ecedfb33
stop generating frames when total_frames reached 2022-11-27 11:20:53 -07:00
aedh carrick
762b94293f
Merge branch 'Sygil-Dev:dev' into dev 2022-11-26 22:06:00 -06:00
aedh carrick
6477f248e2 37th attempt at layers, buggy, do not use 2022-11-26 22:05:06 -06:00
ZeroCool940711
2e2b35ff71
Fixed issue with new ldm folder requiring the personalization_config to be set even if empty.
Added shutup as a dependency to shutup python warnings for good.
2022-11-26 17:59:34 -07:00
aedh carrick
39dd2ce578
removed pair of try/excepts
was using them with pprint for troubleshooting, but no longer need.  better checks are/will be in place when more gets hammered out.
2022-11-24 15:34:34 -06:00
aedh carrick
c55773c127 fixed sliders, added switches 2022-11-24 14:44:54 -06:00
aedh carrick
20a7b6387a
Merge branch 'Sygil-Dev:dev' into dev 2022-11-24 12:13:44 -06:00
ZeroCool940711
361b27b3e6
Removed some schedulers that were imported but never used on txt2vid. 2022-11-23 20:07:02 -07:00
ZeroCool940711
0d734219a8
Fixed bug in txt2vid not allowing you to use custom models.
Fixed the script that convert ckpt models to diffusers not working with some models if they had invalid or broken keys, these keys are now ignored so we can still convert the model.
2022-11-23 19:56:40 -07:00
Aedh Carrick
291f4347c6 need to update settings from settings page, without remapping 2022-11-23 16:27:23 -06:00
Aedh Carrick
e1f2ff28aa fixed layout switcher 2022-11-23 14:38:02 -06:00
Aedh Carrick
790838709a syncing changes to webui_flet-note:sliders have no labels? 2022-11-23 13:30:05 -06: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
Craulback
ee0341aff2
add 1 extra frame 2022-11-21 18:32:10 -07:00
Craulback
5988532fc2
fix accidental deletion 2022-11-21 18:28:38 -07:00
Craulback
a5fd15e412
change max duration & frames math 2022-11-21 18:06:54 -07:00
Craulback
f47c9c6a82
stop at total_frames, up default fps when saving 2022-11-21 17:47:35 -07:00
Aedh Carrick
8a6613f00f added settings to page.session 2022-11-21 15:28:48 -06:00
Aedh Carrick
904efac6af re-arranged layout to more closely match mockup 2022-11-20 15:11:50 -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
52b8973ddd
Added extra utility scripts to convert ckpt to diffusers and to prune trained ckpt files. 2022-11-11 19:01:24 -08:00
ZeroCool940711
b983d7f8be
Fixed DeprecationWarning for images on the concepts library using deprecated function from PIL. 2022-11-10 08:20:54 -08: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
47616ab3a3 Improved the documentation site by adding extra information on several pages. 2022-11-07 20:27:41 -08:00
ZeroCool940711
064a74c05e Renamed Mask and Mask Inverted to Outpainting and Inpainting on the img2img tab to reflect better what they do. 2022-11-07 20:27:41 -08:00