Commit Graph

1547 Commits

Author SHA1 Message Date
mrguymiah
7864dd0fc2
Update Dockerfile for userconfig
Added a second copy for webui_streamlit.yaml and rename it to userconfig_streamlit.yaml. This makes it available for the docker without causing issues for non dockerized instances.
2022-12-05 08:39:32 -05:00
mrguymiah
3dab457f89
Deleted userconfig_streamlit.yaml
Would cause issues with non dockerized instances.
2022-12-05 08:34:35 -05:00
Alejandro Gil
7da0e298c2
Merge branch 'dev' into master 2022-12-05 00:18:47 -08:00
mrguymiah
93b0a7f741
Updated Dockerfile_runpod
Moved runpod_entrypoint copy command to the top.
Added the "optimizedSD" directory so that the docker can utilized the Optimized mode.
2022-12-04 15:11:11 -05:00
mrguymiah
4ec54e6380
Updated "Dockerfile"
Moved entrypoint.sh copy to be the first command in the copy chain.
Added a copy command for "optimizedSD" folder, as the docker could not run in optimized mode without the files.
2022-12-04 15:09:31 -05:00
mrguymiah
20ca6e2749
Updated Dockerfile_base
-Added libsndfile1-dev to apt-get command on line 9
-Added ./setup.py copy as line 14
2022-12-04 15:05:56 -05:00
mrguymiah
8166ec4c68
Added "userconfig_streamlit.yaml"
Without an existing file, the docker image does not create the file. This makes the environmental variable work to have Docker create a persistent user configuration file outside of the container. This means that the container dumps the settings every time it's created.
2022-12-04 15:03:29 -05:00
Alejandro Gil
4f60ac5b43
Improved optimized mode speed and VRAM usage. (#1701) 2022-12-03 08:34:29 -08:00
ZeroCool940711
7ccfc86397
Improved optimized mode speed and VRAM usage. 2022-12-03 09:33:43 -07:00
Alejandro Gil
a3d5e5e548
Added option to the Settings page to enable or disable cudnn. (#1700) 2022-12-03 05:04:41 -08:00
Alejandro Gil
7928aa8dfb
Merge branch 'Sygil-Dev:dev' into dev 2022-12-03 05:04:22 -08:00
ZeroCool940711
ee1ee05b26
Added option to the Settings page to enable or disable cudnn. 2022-12-03 06:04:04 -07:00
Alejandro Gil
53086b888d
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. (#1699) 2022-12-03 04:58:57 -08: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
Alejandro Gil
175e5a127b
Added extra tags to the medium.txt file for img2txt and improved the 1 click installer documentation by telling the user to move the install.bat or .sh to the main root before running it. (#1698) 2022-12-01 18:24:59 -08:00
ZeroCool940711
be2667dc49
Added extra tags to the medium.txt file for img2txt and improved the 1 click installer documentation by telling the user to move the install.bat or .sh to the main root before running it. 2022-12-01 19:23:45 -07:00
Alejandro Gil
18a3b80927
updates to flet webui (#1697)
# Description
More update/changes to flet wedui, still WIP.
added re-orderable layers panel.
added messages to bottom panel.
changed appbar to row.

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
2022-11-29 14:48:33 -08: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
Alejandro Gil
84120d12ef
Stop text2vid at total_frames (#1695)
# Description
Frame generation is being done in chunks of the number of samples
chosen, so when you needed 120 frames but set 200 samples, it would
generate 200 frames.

* Added a break to stop frames from generating once total_frames is
reached

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [ ] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
2022-11-27 13:41:31 -08: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
Alejandro Gil
df80e5661b
Added some missing files to the ldm folder. (#1694) 2022-11-26 17:11:41 -08:00
ZeroCool940711
097437be0e
Merge remote-tracking branch 'origin/dev' into dev 2022-11-26 18:09:03 -07:00
ZeroCool940711
e9592b6568
Added some missing files from the ldm folder. 2022-11-26 18:07:59 -07:00
Alejandro Gil
333eaa1af0
Using a different ldm folder to help with memory management and allowing users to render bigger resolutions without running out of memory. (#1693)
- 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:01:07 -08: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
ZeroCool940711
5841dc85a6
Using a different ldm folder to help with memory management and allowing users to render bigger resolutions without running out of memory. 2022-11-26 17:25:05 -07:00
aedh carrick
68440ddabf
Merge branch 'Sygil-Dev:dev' into dev 2022-11-25 09:54:48 -06:00
Alejandro Gil
00ee44fb62
Included more files needed for running the 2.0 model. (#1689) 2022-11-24 19:31:18 -08:00
ZeroCool940711
709c62e1d6
Included more files needed for running the 2.0 model. 2022-11-24 20:29:29 -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
Alejandro Gil
a7378f533d
updates to webui_flet.py and .yaml, fixes to settings page and config (#1687)
# Description
made factory functions to parse config and generate settings page.
# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
2022-11-24 13:33:49 -08:00
Alejandro Gil
b196126807
Merge branch 'dev' into dev 2022-11-24 13:33:27 -08:00
Alejandro Gil
6c86ecaed6
Initial support for the 2.0 model (#1688)
Initial support for the Stable Diffusion 2.0 model. 
As of right now changing the `default_model_config` option on the
`webui_streamli.yaml` to point to the `v2-inference.yaml` file and
downloading manually the Stable Diffusion v2.0 model and placing it on
the `models/custom` folder will let you load it and run it but the
colors are still messed up, needs more work on it to fix this issue.
2022-11-24 13:32:56 -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
20a7b6387a
Merge branch 'Sygil-Dev:dev' into dev 2022-11-24 12:13:44 -06:00
Alejandro Gil
874053b028
Removed some schedulers that were imported but never used on txt2vid. (#1685) 2022-11-23 19:08:13 -08:00
ZeroCool940711
361b27b3e6
Removed some schedulers that were imported but never used on txt2vid. 2022-11-23 20:07:02 -07:00
Alejandro Gil
39e33fbaf5
Updated diffusers to 0.7.2 (#1684) 2022-11-23 19:01:04 -08:00
ZeroCool940711
036233db61
Updated diffusers to 0.7.2 2022-11-23 20:00:33 -07:00
Alejandro Gil
30bf072b12
Fixed bug in txt2vid not allowing you to use custom models. (#1683)
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 18:57:33 -08:00