Commit Graph

73 Commits (aeab8d8a9d35dbba3780c76e4d4dcaccfb475954)

Author SHA1 Message Date
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
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
aredden 41e9eefa6a Add sampler_fn for K samplers 2022-08-23 15:37:14 -04: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
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
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 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
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
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
pharmapsychotic 153d4c619c Integrate enzymezoo's dynamic thresholding 2022-08-22 15:43:13 -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
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
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