Commit Graph

17 Commits

Author SHA1 Message Date
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
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
e9592b6568
Added some missing files from the ldm folder. 2022-11-26 18:07:59 -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
ZeroCool940711
709c62e1d6
Included more files needed for running the 2.0 model. 2022-11-24 20:29:29 -07:00
ZeroCool940711
23b5c7cfa8
Initial support for the 2.0 model 2022-11-24 13:22:16 -07:00
hlky
e71c4225ca
Create kdiffusion.py 2022-10-26 08:14:25 +01:00
hlky
c2388aea3b
pycocotools is not used 2022-10-04 19:54:33 +01:00
hlky
d017fe7af6
Update modules.py 2022-10-02 00:04:08 +01:00
Alejandro Gil
f678efb4e2
Img2txt dependencies and necessary files. (#1354) 2022-09-28 12:37:15 -07:00
Thomas Mello
c6b13a418f
move scale multiplication (#1232) 2022-09-20 02:10:46 +03:00
Thomas Mello
c465891b97
cherry-pick @Any-Winter-4079's https://github.com/lstein/stable-diffusion/pull/540. this is a collaboration incorporating a lot of people's contributions -- including for example @Doggettx and the original code from @neonsecret on which the Doggetx optimizations were based (see https://github.com/lstein/stable-diffusion/issues/431, https://github.com/sd-webui/stable-diffusion-webui/pull/771\#issuecomment-1239716055). Takes exactly the same amount of time to run 8 steps as original CompVis code does (10.4 secs, ~1.25s/it). (#1177)
Co-authored-by: Alex Birch <birch-san@users.noreply.github.com>
2022-09-16 20:43:11 +01:00
TingTingin
292f941722
Using the Optimization from Dogettx (#974)
* Update attention.py

* change to dogettx

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-14 01:02:29 +03:00
osi1880vr
6525cd248c Update util.py 2022-09-11 15:10:06 +01:00
TingTingin
c459bfaacc Update attention.py 2022-09-09 14:21:53 +01:00
hlky
010b27ce9a
Repo merge (#712)
* repo-merge

* cutdown size

* Create setup.py

* webui.cmd

* ldm

* Update environment.yaml

* Update environment.yaml
2022-09-06 23:50:14 +01:00