deforum
|
b25b0edbb3
|
update requirements .py and .ipynb
|
2022-10-05 15:50:36 -07:00 |
deforum
|
03588fd104
|
... > .. haha
|
2022-10-05 13:58:33 -07:00 |
deforum
|
e09c4e7c77
|
update python script
|
2022-10-05 12:59:01 -07:00 |
deforum
|
6428a9a8f0
|
update py print
|
2022-10-05 12:51:00 -07:00 |
deforum
|
dba65a6063
|
change defaults
|
2022-10-05 12:01:44 -07:00 |
kabachuha
|
264c210126
|
hotfix: set render_steps to false by default
to prevent 'ValueError: max() arg is an empty sequence' when people are launcing it without rendering substeps (which is to say the default mode)
|
2022-10-02 21:45:42 +03:00 |
deforum
|
b27854d72c
|
v05
|
2022-10-01 14:18:38 -07:00 |
Scott Dacruz
|
0d42e37610
|
updated URL blob to resolve for error in ckpt1 4
|
2022-10-01 13:19:53 -04:00 |
enzymezoo-code
|
7bb0f50a0e
|
license cleanup
|
2022-10-01 10:52:19 -05:00 |
enzymezoo-code
|
316c41fbac
|
Changed wording in prompts
|
2022-10-01 10:35:30 -05:00 |
kabachuha
|
ad37cc3c3c
|
Add stablility.ai license in a collapsable cell
|
2022-10-01 15:34:11 +03:00 |
deforum
|
5d9d2dca3a
|
fix '==' error
|
2022-09-30 16:23:17 -07:00 |
deforum
|
4c6352ccc5
|
fix/change formatting
|
2022-09-30 16:16:31 -07:00 |
deforum
|
e70cc8edd2
|
Update .ipynb add waifu diffusion v3
|
2022-09-30 16:07:37 -07:00 |
enzymezoo-code
|
c19814e6db
|
Merge pull request #83 from nousr/dev
add robo-diffusion
|
2022-09-30 17:11:11 -05:00 |
enzymezoo-code
|
af95938655
|
Merge pull request #78 from kabachuha/weighted_prompts_new
[fixed] Weighted prompts
|
2022-09-30 16:33:53 -05:00 |
enzymezoo-code
|
d79116a513
|
Merge pull request #84 from enzymezoo-code/dev
Hide mask overlay setting from qol. Change name to v0.5.
|
2022-09-30 16:25:19 -05:00 |
enzymezoo-code
|
54c7b28f68
|
Hide mask overlay setting from qol. Change name to v0.5.
|
2022-09-30 16:24:02 -05:00 |
zion
|
10edb5bc6c
|
download original models as well
|
2022-09-29 14:00:33 -07:00 |
zion
|
032f96e8ff
|
auto download from url
|
2022-09-29 11:54:02 -07:00 |
zion
|
c5872a6ccc
|
add robo-diffusion dropdown
|
2022-09-29 11:12:58 -07:00 |
kabachuha
|
a36778961a
|
weighting off by default, not to change settings
|
2022-09-28 23:25:24 +03:00 |
kabachuha
|
46ab444119
|
numexpr support for prompt weights
|
2022-09-28 22:19:24 +03:00 |
kabachuha
|
8964d556f1
|
fix weighted prompts and make them toggleble
|
2022-09-28 22:19:23 +03:00 |
kabachuha
|
1520324741
|
Fix the case when there is only one prompt
|
2022-09-28 22:19:23 +03:00 |
kabachuha
|
1d969c9cd6
|
wip: negative numeric prompt weights support
|
2022-09-28 22:19:23 +03:00 |
kabachuha
|
410f5e3200
|
Add numeric weighed prompts
|
2022-09-28 22:19:23 +03:00 |
enzymezoo-code
|
8c5c79e2a0
|
Merge pull request #79 from kabachuha/border
Change the default border mode: wrap -> replicate
|
2022-09-27 11:44:33 -05:00 |
kabachuha
|
eca7c528f4
|
Set 2d perspective flip to false by default
not to add new params to the settings for v0.4
|
2022-09-27 18:21:01 +03:00 |
enzymezoo-code
|
37a031171e
|
Fix speed issues
|
2022-09-26 10:10:19 -05:00 |
kabachuha
|
f42d810a87
|
Default border mode: wrap -> replicate
|
2022-09-26 02:01:34 +03:00 |
enzymezoo-code
|
50dd83c3ae
|
Speed issue debug. Step files now end in 05.png
|
2022-09-25 12:41:14 -05:00 |
enzymezoo-code
|
7a637a1248
|
overlay_mask can be True when use_mask is True, but only overlays when use_mask is True
|
2022-09-25 11:24:54 -05:00 |
enzymezoo-code
|
4dce339db7
|
Merge pull request #74 from enzymezoo-code/dev
Improved masking
|
2022-09-25 01:01:12 -05:00 |
enzymezoo-code
|
7c44d668d3
|
Mask video with video init
|
2022-09-25 00:56:48 -05:00 |
enzymezoo-code
|
8192b78ca8
|
Added option to overlay masked image after the generation. This is so the masked image does not get degraded by encoding and decoding repeatedly
|
2022-09-24 23:18:32 -05:00 |
enzymezoo-code
|
c80d654749
|
Merge pull request #73 from enzymezoo-code/dev
Changed callback function to an object. Added printing/saving of inte…
|
2022-09-24 10:53:46 -05:00 |
enzymezoo-code
|
abe26f4fdd
|
Changed callback function to an object. Added printing/saving of intermediate steps.
|
2022-09-24 10:49:10 -05:00 |
kabachuha
|
e47464d72d
|
Automate checking if value is number or expr
|
2022-09-24 12:59:20 +03:00 |
kabachuha
|
0913e8b944
|
Evaluate schedule parameters as functions of t
examples and troubleshooting at https://gist.github.com/kabachuha/5e165322382848114a59d2a855f49330
|
2022-09-24 01:39:53 +03:00 |
deforum
|
6fbfd19f05
|
fix dev branch by reverting
|
2022-09-21 19:41:42 -07:00 |
deforum
|
93fd972fe8
|
minor fixes sync py and ipynb fix change ui
|
2022-09-21 07:37:48 -07:00 |
enzymezoo-code
|
b972bb1a4a
|
Merge pull request #65 from kabachuha/settings
Add custom settings import from file
|
2022-09-18 10:39:26 -05:00 |
enzymezoo-code
|
79eb5436c0
|
Merge pull request #64 from kabachuha/main
Add perspective flipping to 2D animation mode
|
2022-09-17 21:25:37 -05:00 |
Bardia Shahrestani
|
1e4eae6e97
|
Update: cv2-based frame unpacking (vid2frames)
Updated frames unpacking by cv2 with the option to overwrite / skip reunpacking.
overwrite option added under video_input settings.
|
2022-09-17 21:15:54 -04:00 |
kabachuha
|
96278d68e3
|
Add custom settings import from file
The file format is just the same as the settings dump, so you can feed your 20220908095753_settings.txt file generated after a run
|
2022-09-18 02:38:18 +03:00 |
enzymezoo-code
|
927876517d
|
Merge pull request #63 from johnnypeck/main
Print some useful anim_args
|
2022-09-17 13:16:14 -05:00 |
kabachuha
|
4dea8dacae
|
Add perspective flipping to 2D animation mode
That way the camera angle can be adjusted for more dramatic compositions without enabling the 3D mode
|
2022-09-17 01:59:00 +03:00 |
Johnny Peck
|
ab3e80d251
|
Print some useful anim_args
Print some usefule anim_args
|
2022-09-13 02:20:27 -04:00 |
pharmapsychotic
|
2ed011e10d
|
Prep dev branch for further development
|
2022-09-11 13:48:59 -05:00 |