guoqincode / Open-AnimateAnyone

Unofficial Implementation of Animate Anyone
2.85k stars 230 forks source link

Question about parameter #119

Open EKGD opened 4 months ago

EKGD commented 4 months ago

Thank you for your contribution. I love your works. Iam new to deep learning , i read the code and have some parameter that i do not understand what i it used for parser.add_argument("--seed", type=int, default=42) parser.add_argument("--cfg", type=float, default=3.5) parser.add_argument("--steps", type=int, default=30)

What are the role of 3 variable "seed", "cfg", and "steep'. looking forward your response . Thank you