Omar Sanseviero
1a74316f01
Update sd_concepts_library_downloader.py
2024-08-13 10:37:45 +02:00
Alejandro Gil
2f26f9327e
Fixed hydralit, hydralit_components and no_rerun import error again as pre-commit removed their imports for some reason after I fixed it before.
2023-08-06 04:10:06 -07:00
pre-commit-ci[bot]
4e873caec0
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-07-27 00:10:15 +00:00
Alejandro Gil
fc65c05eb3
Fixed missing hydralit_components and no_rerun import error.
2023-07-26 17:07:00 -07:00
Alejandro Gil
52910d483b
Removed the set_logger_verbosity and quiesce_logger imports from webui_streamlit.py as they are not needed and cause more issues than they should.
2023-07-26 17:06:23 -07:00
pre-commit-ci[bot]
a9bc7eae19
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-06-23 02:58:24 +00:00
Alejandro Gil
8d5df5a5e1
Removed the suppress_st_warning argument from st.experimental_memo as it was causing some issues on the latest version.
2023-06-11 23:15:44 -07:00
ZeroCool940711
5bd837ea45
Reverted changes made to the ldm folder to support the 2.x models as it affected performance way too much and no one is using them anyway.
2023-01-31 13:49:26 -07:00
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