We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is my execution command: python enhance_a_video.py --version v2 --up_scale 2 --target_fps 24 --noise_aug 100 --solver_mode 'fast' --steps 15 --input_path prompts_v3 --prompt_path prompts_v3/text_prompts_v3.txt --save_dir 'results/'
input video:
output video:
https://github.com/user-attachments/assets/05181ea0-11b8-4526-87fe-56459207fc46 you can see that the identity of woman' face has changed significantly! can you tell me how to solve this problem? thks
The text was updated successfully, but these errors were encountered:
noise_aug=50; up_scale=4; And crop the black borders.
Sorry, something went wrong.
thanks for your reply
Are you using the v2 model, and is the prompt 'A person strides forward'? And Is cropping the black borders to make the video square?
tks
yes, v2 model with prompt "a woman in black is walking towards camera", and crop the black borders before venhancer.
No branches or pull requests
this is my execution command:
python enhance_a_video.py --version v2
--up_scale 2 --target_fps 24 --noise_aug 100
--solver_mode 'fast' --steps 15
--input_path prompts_v3
--prompt_path prompts_v3/text_prompts_v3.txt
--save_dir 'results/'
input video:
20572584400-id-11134207-23020-9bv0qlr9p8mva0.mp4
output video:
https://github.com/user-attachments/assets/05181ea0-11b8-4526-87fe-56459207fc46
you can see that the identity of woman' face has changed significantly! can you tell me how to solve this problem? thks
The text was updated successfully, but these errors were encountered: