Commit Graph

1560 Commits

Author SHA1 Message Date
Alejandro Gil
6f2986817d
Added support on txt2img and img2img for the k_dpmpp_2m sampler from k-diffusion. (#1707) 2022-12-05 08:20:01 -08:00
ZeroCool940711
4cba48f7c6
Merge remote-tracking branch 'origin/dev' into dev 2022-12-05 09:17:45 -07:00
ZeroCool940711
5490ebbb11
Merge remote-tracking branch 'origin/dev' into dev 2022-12-05 09:17:21 -07: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
Alejandro Gil
7cfe911d52
master to dev (#1706) 2022-12-05 06:39:54 -08:00
Alejandro Gil
5291437085
The Merge (#1705) 2022-12-05 06:34:05 -08:00
Alejandro Gil
d90c44c197
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. (#1704) 2022-12-05 06:26:37 -08:00
Alejandro Gil
6b73595988
Merge branch 'Sygil-Dev:dev' into dev 2022-12-05 06:26:10 -08:00
Alejandro Gil
4408df7c9b
Update Files for Docker Deployment (#1703)
# Description

This fork addresses the out of date Dockerfile, Dockerfile_base,
Dockerfile_runpod, and the missing userconfig_streamlit.yaml issues that
prevent an up-to-date docker image from being compiled.

Closes: Docker Files out of Date; compiled Docker Container does not
function #1702

# Checklist:

- [*] I have changed the base branch to `dev`
- [*] 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-12-05 06:25:57 -08: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
ZeroCool940711
c3f7edaedf
Updated streamlit-server-state to 0.15.0 2022-12-05 07:21:26 -07:00
mrguymiah
b4933fedef
Update Dockerfile
Fixing typo from "/sd/configs/userconfig_streamlit.yaml" to "/sd/configs/webui/userconfig_streamlit.yaml"
2022-12-05 08:41:38 -05:00
mrguymiah
ded35ed094
Updated Dockerfile_runpod
Updates the Dockerfile to include a copy and rename action to create a userconfig_streamlit.yaml out of a webui-streamlit.yaml to provide a permanent userconfig file without causing issues for non dockerized deployments.
2022-12-05 08:40:58 -05:00
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