pharmapsychotic
920e0ea4eb
Merge branch 'deforum:main' into main
2022-08-22 15:13:55 -05:00
pharmapsychotic
c92fa5d889
Change shell commands to python api calls so works in colab, windows, linux
2022-08-22 15:13:13 -05:00
deforum
7d490be10e
Merge pull request #2 from pharmapsychotic/main
...
Fix bug using custom model paths on Google Drive
2022-08-22 10:26:56 -07:00
pharmapsychotic
21c19e1b08
Fix bug using custom model paths on Google Drive
...
the models_path variable was aliased so the Colab GUI would change the non-google drive version instead of the correct one resulting in AI/models always being used regardless of what user entered.
2022-08-22 12:09:39 -05:00
enzymezoo-code
36be663cd3
Added thresholding with a callback function for all samplers
2022-08-22 12:08:58 -05:00
Patrick Esser
69ae4b35e0
Release under CreativeML Open RAIL M License
...
Update license, readme, models, model card, requirements and sampling
script.
2022-08-22 16:57:55 +00:00
enzymezoo-code
8c1e4856e8
Merge branch 'main' of https://github.com/deforum/stable-diffusion into deforum
2022-08-22 11:12:10 -05:00
Patrick Esser
a117e77545
Merge branch 'patrickvonplaten-add_safety_checker' into main
2022-08-22 16:11:52 +00:00
Patrick Esser
673b0ab3a3
update safety model id
2022-08-22 16:11:52 +00:00
Patrick Esser
a6e2f3b120
Merge branch 'add_safety_checker' of https://github.com/patrickvonplaten/stable-diffusion into patrickvonplaten-add_safety_checker
2022-08-22 16:11:52 +00:00
deforum
71c85e3349
Add files via upload
2022-08-21 23:12:04 -07:00
deforum
1ec4944300
Add files via upload
2022-08-21 22:59:22 -07:00
deforum
1f5a6dc3d7
Delete deforum_stable_diffusion.py
2022-08-21 22:55:16 -07:00
deforum
97ae45865a
Add files via upload
2022-08-21 22:40:42 -07:00
enzymezoo-code
7e6b862b05
Merge branch 'main' of https://github.com/deforum/stable-diffusion into deforum
...
Modified the img_callback functions in some of the samplers. Necessary if using callback functions that mutate the image tensor at each step.
2022-08-21 21:30:14 -05:00
enzymezoo-code
6a39340bb0
The img_callback function in all the samplers should take in img, not pred_x0. This allows us to pass a function to the sampler that can mutate the image at each step, and is also more consistent with the img_callback function in ddpm.py
2022-08-21 21:16:03 -05:00
deforum
a5116e1086
clean up run loop
2022-08-21 17:14:09 -07:00
deforum
0e724b253d
fix sha check
2022-08-21 15:00:57 -07:00
deforum
34d9b5e686
updated model download
2022-08-21 13:51:41 -07:00
deforum
0b3091a16a
Add files via upload
2022-08-20 19:35:29 -07:00
deforum
a49c89724f
Add files via upload
2022-08-20 19:16:47 -07:00
deforum
8aa86e6097
Merge branch 'CompVis:main' into main
2022-08-20 18:26:11 -07:00
deforum
a644335fc8
Add files via upload
2022-08-20 01:00:33 -07:00
deforum
f85823251a
Add files via upload
2022-08-19 21:58:59 -07:00
deforum
db07ebca68
Add files via upload
2022-08-19 17:21:07 -07:00
deforum
c48f365695
Update plms.py
2022-08-19 17:20:17 -07:00
deforum
0258d85766
Update ddpm.py
2022-08-19 17:19:53 -07:00
deforum
a2ed19663a
Update ddim.py
2022-08-19 17:19:23 -07:00
Patrick von Platen
b9851783e5
fix to numpy
2022-08-19 17:14:29 +00:00
Patrick von Platen
239ed0fd02
fix more
2022-08-19 17:09:41 +00:00
Patrick von Platen
f3f60fccc3
correct merg
2022-08-19 17:08:10 +00:00
deforum
405327904a
Add files via upload
2022-08-19 10:08:09 -07:00
Patrick von Platen
eef5da90db
finish
2022-08-19 17:05:39 +00:00
Patrick von Platen
536eb1a8ba
Apply suggestions from code review
2022-08-19 18:03:22 +02:00
Patrick von Platen
d0c714ae4a
[Safety Checker] Add Safety Checker Module
2022-08-19 16:01:56 +00:00
deforum
3689788b22
Add files via upload
2022-08-19 08:47:58 -07:00
deforum
96b34a495e
Add files via upload
2022-08-19 01:09:52 -07:00
deforum
e9ffd4f93c
Add files via upload
2022-08-19 00:54:56 -07:00
deforum
ff119ca90f
Add files via upload
2022-08-19 00:45:12 -07:00
deforum
89a68371c9
Add files via upload
2022-08-18 09:39:11 -07:00
owenvincent
7b8c883b07
Update README.md
2022-08-18 15:46:44 +02:00
owenvincent
be6ab334c2
update links in README.md
2022-08-18 13:49:59 +02:00
deforum
117eb587c5
Add files via upload
2022-08-18 01:24:30 -07:00
deforum
46d544d77b
Add files via upload
2022-08-18 00:30:55 -07:00
deforum
277920a133
Update plms.py
2022-08-17 23:17:03 -07:00
deforum
0d221e264f
Update ddpm.py
2022-08-17 23:16:46 -07:00
deforum
8953eca484
Update ddim.py
2022-08-17 23:16:26 -07:00
Patrick Esser
d39f5b51a8
update readme
2022-08-16 23:13:39 +02:00
Patrick Esser
b57c05232a
Merge pull request #27 from apolinario/patch-1
...
Add diffusers as a way to inference in the model
2022-08-16 23:11:39 +02:00
apolinario
e1367298c7
Add diffusers as a way to inference in the model
2022-08-16 21:08:28 +02:00