TMElyralab / MuseV

MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising
Other
2.1k stars 214 forks source link

出现这种情况, 到底是什么原因呢,提示词是这么写的(masterpiece, best quality, highres:1),(1boy, solo:1),(eye blinks:1.8),(head wave:1.3) #121

Open lancer07 opened 1 month ago

lancer07 commented 1 month ago

https://github.com/TMElyralab/MuseV/assets/4735526/8ec05b8c-e048-4902-913f-82893fda9b35

xzqjack commented 1 month ago

@lancer07

https://github.com/TMElyralab/MuseV/assets/13688178/e6050b94-e8ec-449d-aeb0-41483de02630

hi, you can try reduce eye_blink weight, and adjust img_noise/motion_speed to get best result. Above is an example with adjusted parameters

- condition_images: ./kanghui_1st.png
  eye_blinks_factor: 1.8
  height: 960
  img_length_ratio: 1.0
  ipadapter_image: ${.condition_images}
  name: kanghui
  prompt: (masterpiece, best quality, highres:1),(1boy, solo:1),(eye blinks:1.0),(head wave:1.3)
  refer_image: ${.condition_images}
  video_path: null
  width: 704
  img_weight: 0.001
  motion_speed: 2.0
moxiegushi commented 3 weeks ago

@xzqjack 请问下,我也遇到相同的问题了。按照您的建议把motion_speed设为2,但问题仍然存在。请问下您,eye_blink, img_noise/motion_speed这三个参数的设置,您有组合起来的推荐值吗?