-
Notifications
You must be signed in to change notification settings - Fork 104
[Test] Stylize Video #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Why my result is bad when I use openpose, |
You are trying to apply controlnet to all frames. In that case, you have to cut the effect of controlnet on the neighboring frames
|
@s9roll7 can you please provide the full style_sample.mp4I try to reproduce but fail every time |
Unfortunately, it looks like I overwrote the config file and it didn't remain. |
Sorry. By fail I mean I get very inconsistent video. So it would be nice to have a complete prompt example where everything is consistent. |
Are you using lora? it is quite difficult to keep the character and style consistent without lora. |
no, there was nothing about loras near stylize examples( |
Hello @s9roll7 I've been exploring your repository and noticed the mention of VAE in the configurations. However, I couldn't find any specific guidance on where to place the VAE within the repository. Could you provide some insights or directions on this? Thank you for your assistance! |
Currently, it is not possible to read vae by itself. |
i have issue like this how do you fix it? |
|
Have you solved this problem? |
motion_module : mm_sd_v14.ckpt
steps : 20
guidance_scale : 10
[0]
ip_adapter_plus ("is_plus_face": false, "is_plus": true) / scale : 0.5
controlnet_tile / controlnet_conditioning_scale : 0.75
size : 512x512
context : 16
[1]
ip_adapter_plus / scale : 0.5
controlnet_tile / controlnet_conditioning_scale : 1.0
size : 1024x1024
context : 8
style_tile_sample.mp4
motion_module : mm_sd_v15_v2.ckpt
steps : 20
guidance_scale : 10
[0]
ip_adapter_plus / scale : 0.5
controlnet_lineart / controlnet_conditioning_scale : 1.0
controlnet_ip2p / controlnet_conditioning_scale : 0.5
size : 512x512
context : 16
[1]
ip_adapter_plus / scale : 0.5
controlnet_tile / controlnet_conditioning_scale : 1.0
controlnet_ip2p / controlnet_conditioning_scale : 0.5
size : 768x768
context : 8
lineart_style_sample.mp4
motion_module : mm_sd_v15_v2.ckpt
steps : 20
guidance_scale : 10
[0]
ip_adapter_plus / scale : 0.5
controlnet_openpose / controlnet_conditioning_scale : 1.0
size : 512x512
context : 16
[1]
ip_adapter_plus / scale : 0.5
controlnet_tile / controlnet_conditioning_scale : 1.0
size : 1024x1024
context : 8
openpose_style_sample.mp4
motion_module : mm-Stabilized_high.pth
steps : 20
guidance_scale : 10
[0]
ip_adapter_plus / scale : 0.5
controlnet_softedge / controlnet_conditioning_scale : 1.0
controlnet_ip2p / controlnet_conditioning_scale : 0.5
size : 512x760
context : 16
[1]
ip_adapter_plus / scale : 0.5
controlnet_tile / controlnet_conditioning_scale : 1.0
size : 768x1136
context : 8
softedge_style_sample.mp4
The text was updated successfully, but these errors were encountered: