guoqincode / Open-AnimateAnyone

Unofficial Implementation of Animate Anyone
2.91k stars 233 forks source link

Is unet trained? #86

Open SuSung-boy opened 9 months ago

SuSung-boy commented 9 months ago

I find different epoch checkpoint weights are different, does this mean the unet is trainable?

guoqincode commented 9 months ago

yes

DavidKong96 commented 9 months ago

@guoqincode hello sir, that means after stage1 training, the unet cannot generate content based on the prompt word? if i set unet.requiresgrad(False) and unet.eval(), will unet still gain the ability to generate content based on pose while maintaining the ability to generate based on prompts?

guoqincode commented 9 months ago

@guoqincode hello sir, that means after stage1 training, the unet cannot generate content based on the prompt word? if i set unet.requiresgrad(False) and unet.eval(), will unet still gain the ability to generate content based on pose while maintaining the ability to generate based on prompts?

Why not give it a try?

DavidKong96 commented 9 months ago

@guoqincode hello sir, that means after stage1 training, the unet cannot generate content based on the prompt word? if i set unet.requiresgrad(False) and unet.eval(), will unet still gain the ability to generate content based on pose while maintaining the ability to generate based on prompts?

Why not give it a try?

thank you sir ,i will try. but i have very few GPU resources :( ... ,it will take a very long time. so if you can give me some advice ,It's a great help to me. tranks

G-force78 commented 8 months ago

where are pretrained weights?