Commit Graph

445 Commits

Author SHA1 Message Date
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
ZeroCool940711
3736a35e26 Initial conversion of the sd_util.py file into a package with smaller modules in it. 2022-11-03 00:05:54 -07:00
ZeroCool940711
815cb49407 Cleaned up unnecessary imports and comments from the webui_streamlit.py script. 2022-11-02 23:58:35 -07:00
ZeroCool940711
b7c2ceb177 fix: Fixed GPU selection not being saved properly on the Settings page. 2022-11-02 15:51:37 -07:00
ZeroCool940711
66d0344cf5 Added barfi/baklavajs to the Tools menu and added a new post processing tab which is still a work in progress. 2022-11-01 10:29:44 -07:00
ZeroCool940711
ac2cefd5db Cleaned some commented code that is no longer needed. 2022-11-01 10:25:43 -07:00
ZeroCool940711
d653c77785 Added Barfi/Baklavajs basic integration for those that want to work implement a node based system for Stable Diffusion inside the UI. 2022-11-01 07:15:53 -07:00
fezeral
10b66cc2b9 Fixed errors when post-processing models aren't installed
Fixes #1522, #1604
2022-11-01 17:26:47 +10:30
ZeroCool940711
9a9c357922 Added support for webp images in the img2txt tab 2022-10-31 13:38:31 -07:00
ZeroCool940711
2ea2606e83 Reverted txt2vid to use the StableDiffusionPipeline instead of StableDiffusionWalkPipeline when loading the model. 2022-10-31 06:50:21 -07:00