deforum
cf3cfc7fb8
Merge pull request #15 from pharmapsychotic/main
...
Fix for colab restart runtime getting proper import paths
2022-08-23 20:14:10 -07:00
pharmapsychotic
6d49717fb2
Fix for colab restart runtime getting proper import paths
2022-08-23 22:10:29 -05:00
deforum
61ab1ccea1
Update Deforum_Stable_Diffusion.py
2022-08-23 20:02:00 -07:00
deforum
e78f45751e
Update Deforum_Stable_Diffusion.ipynb
2022-08-23 20:01:20 -07:00
deforum
9d7473dc46
Update Deforum_Stable_Diffusion.ipynb
2022-08-23 19:16:58 -07:00
deforum
97bd8123ca
Add files via upload
2022-08-23 19:06:03 -07:00
deforum
3bf47ee32f
Add files via upload
2022-08-23 18:48:26 -07:00
deforum
e65787140e
Add files via upload
2022-08-23 18:35:09 -07:00
deforum
25313d9997
Add files via upload
2022-08-23 18:21:04 -07:00
deforum
e02bdd6290
Add files via upload
2022-08-23 18:10:58 -07:00
deforum
5810a19bfb
Add files via upload
2022-08-23 16:11:23 -07:00
deforum
d70240f893
Merge pull request #14 from pharmapsychotic/main
...
Support for urls for init image, fix args.prompts issue
2022-08-23 16:09:10 -07:00
pharmapsychotic
895cbb6cb3
Merge branch 'deforum:main' into main
2022-08-23 18:06:32 -05:00
pharmapsychotic
62174da269
Support for urls for init image, fix args.prompts issue
2022-08-23 18:06:14 -05:00
deforum
5d646c3ee3
Add files via upload
2022-08-23 15:02:34 -07:00
deforum
32fe942ff3
Merge pull request #13 from pharmapsychotic/main
...
Fix for Google Colab ui showing "self." on all the args
2022-08-23 15:01:35 -07:00
pharmapsychotic
eacae5f0d6
Fix for Google Colab ui showing "self." on all the args
2022-08-23 16:58:12 -05:00
deforum
dc6cd1a6f6
Add files via upload
2022-08-23 13:11:28 -07:00
deforum
01afb28a61
Merge pull request #12 from sanzelda/patch-1
...
load settings, save settings
2022-08-23 12:51:50 -07:00
Thor
e877cc637a
load settings, save settings
...
Settings now save through the `DeforumArgs` method `save()` and the paramater format is saved in yaml instead of json so that it is easier to read for users, the file is saved in .txt for the same reason.
Settings are loaded by importing the .txt file of the saved settings. They get turned into class variables with SimpleNamespace, and then these variables are updated with the main `DeforumArgs` class.
2022-08-23 21:45:55 +02:00
deforum
6ccf0983f0
Merge pull request #11 from aredden/k-sampler-cleanup
...
Add sampler_fn for K samplers
2022-08-23 12:39:43 -07:00
aredden
41e9eefa6a
Add sampler_fn for K samplers
2022-08-23 15:37:14 -04:00
deforum
94147dda27
Merge pull request #10 from pharmapsychotic/main
...
Eliminate the need to restart runtime in Colab during setup
2022-08-23 12:16:05 -07:00
pharmapsychotic
36835eaa19
Merge branch 'deforum:main' into main
2022-08-23 13:55:47 -05:00
pharmapsychotic
1909dd03e0
Eliminate the need to restart runtime in Colab during setup
...
Next step could simplify by changing the forked k-diffusion repo and tree copy dependencies in place for bonus autocompletes in colab
2022-08-23 13:55:19 -05:00
deforum
164d812384
Merge pull request #9 from enzymezoo-code/deforum
...
Init images for k-diffusion
2022-08-23 11:34:23 -07:00
enzymezoo-code
435abfaf55
Fixed syntax errors
2022-08-23 13:09:09 -05:00
enzymezoo-code
2bcd5008f0
Merge branch 'main' of https://github.com/deforum/stable-diffusion into deforum
2022-08-23 12:46:11 -05:00
enzymezoo-code
4078061df3
Init images for k-diffusion samplers
2022-08-23 12:44:47 -05:00
deforum
e2c478baa6
Merge pull request #8 from aredden/main
...
Simplify the save_samples section of the inference loop
2022-08-23 10:41:26 -07:00
Alex Redden
9c13f1df91
Merge branch 'deforum:main' into main
2022-08-23 13:13:18 -04:00
aredden
7fa6047ba3
Adding save_samples function in helpers directory
2022-08-23 13:10:46 -04:00
deforum
084d753252
Update Deforum_Stable_Diffusion.py
2022-08-23 09:55:04 -07:00
deforum
dc1e1ebd2d
Update Deforum_Stable_Diffusion.ipynb
2022-08-23 09:54:29 -07:00
enzymezoo-code
24d4037ea7
Merge branch 'main' of https://github.com/deforum/stable-diffusion into deforum
2022-08-23 10:44:07 -05:00
deforum
cdb7450c91
Update Deforum_Stable_Diffusion.ipynb
2022-08-22 23:12:43 -07:00
deforum
1df4a291c4
Update Deforum_Stable_Diffusion.py
2022-08-22 23:12:08 -07:00
deforum
7c2da89745
Add files via upload
2022-08-22 22:45:58 -07:00
deforum
45075abd15
Add files via upload
2022-08-22 16:35:51 -07:00
deforum
8a1e5de64f
Merge pull request #7 from pharmapsychotic/main
...
Change params to be member variables
2022-08-22 16:34:39 -07:00
pharmapsychotic
eddc6df1ed
Merge branch 'main' of https://github.com/pharmapsychotic/stable-diffusion
2022-08-22 18:34:03 -05:00
pharmapsychotic
d5f3a51ce6
Change params to be member variables
2022-08-22 18:33:57 -05:00
pharmapsychotic
2583cb6b00
Revert "Change params to be member variables"
...
This reverts commit ce54bae9fe .
2022-08-22 18:33:16 -05:00
pharmapsychotic
ce54bae9fe
Change params to be member variables
2022-08-22 18:23:59 -05:00
deforum
bebe0242fe
Add files via upload
2022-08-22 15:36:07 -07:00
deforum
cfc8c905d9
Merge pull request #5 from pharmapsychotic/main
...
Integrate changes from thibaud
2022-08-22 15:27:14 -07:00
pharmapsychotic
b3f3ed5e21
Integrate changes from thibaud
...
- batch prompting
- gird spacing 0
- move model load outside main loop
2022-08-22 17:21:19 -05:00
deforum
c9123f6148
Merge pull request #4 from pharmapsychotic/main
...
Change shell commands to python api calls
2022-08-22 13:44:31 -07:00
pharmapsychotic
153d4c619c
Integrate enzymezoo's dynamic thresholding
2022-08-22 15:43:13 -05:00
pharmapsychotic
3472233c58
Merge https://github.com/enzymezoo-code/stable-diffusion
2022-08-22 15:31:44 -05:00