Error: got an unexpected keyword argument 'init_image'

#198
by zennee - opened

I'm getting an error when running the Google Collab of Video Killed the Radio Star at step: generate animation frames

Fetching variations
1


TypeError Traceback (most recent call last)
in
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_images, start_schedule=(1-image_consistency))[0]
156 save_frame(
157 img,

3 frames
/usr/local/lib/python3.9/dist-packages/torch/autograd/grad_mode.py 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() got an unexpected keyword argument 'init_image'

Sign up or log in to comment