Please help on how to morph between a series of images #905
Unanswered
Entretoize
asked this question in
Q&A
Replies: 2 comments
-
After several tests, it seems that controlnet does nothing, if I put a init image I only get that image as output, and if I don't put it, I only get the prompt taken in account and the warning "controlnet is enabled but no input image is given"... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Use parseq with deforum and use its composable diffusion see link below.. its a bit more advanced but look at the first parseq video probably before going into this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I can't find any video that explain how I can do it.
I have several individual images I created with SD, and I need to create a video for them that creates a kind of morphing between each of them.
I tried to use "interpolation" mode, set prompt like {"0":"1st image prompt", "10":"2nd image prompt"}, set 2 controlnet with 0:(1.0),10:(0.0) for "Ending Control Step schedule" for the first and 0:(0.0),10:(1.0) for the second, but it only generate images like the first one.
Can someone help, give a link to a tutorial or video or any help. I only find help on using video for a controlnet.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions