video-killed-the-radio-star: Errors during "Generate animation frames"
Everything worked fine till i got to the Generate animation frames part.
It stopped on the fetching variations at this loop:
for _ in range(tot_variations):
Fetching variations
1
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
[<ipython-input-12-ccdc85f3c37d>](https://localhost:8080/#) in <module>
153 tot_variations -= curr_variation_count # only generate variations we still need
154 for _ in range(tot_variations):
--> 155 img = get_variations_w_init(prompt, init_image, start_schedule=(1-image_consistency))[0]
156 save_frame(
157 img,
3 frames
[/usr/local/lib/python3.8/dist-packages/torch/autograd/grad_mode.py](https://localhost:8080/#) in decorate_context(*args, **kwargs)
25 def decorate_context(*args, **kwargs):
26 with self.clone():
---> 27 return func(*args, **kwargs)
28 return cast(F, decorate_context)
29
TypeError: __call__() missing 1 required positional argument: 'image'
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 3
- Comments: 20 (2 by maintainers)
thanks for your patience folks and sorry for the delay, issue should be fixed now. Will close this after I’ve got confirmation from one of y’all that it’s working for you as well.
@ianhirsch @DerisoryPull @H2whoaMusic @mjea1980 @SchmitzAndrew @VicRejkia
I am now compiling my video! Was able to generate the animation frames successfully. Huge thanks to you, @dmarx
@H2whoaMusic @SchmitzAndrew I tried to put together a video this morning, and still no dice. Its generates such cool images, I wish it would just finish off the final step!! haha. Hopefully one day soon it starts working again 😃
@dmarx any idea what the problem could be ? Looks like its been a known issue for a couple months now…