google / prompt-to-prompt

Apache License 2.0
3.07k stars 285 forks source link

optimization on null text #41

Open fido20160817 opened 1 year ago

fido20160817 commented 1 year ago

Hi, the null text is optimized over the different timesteps. I am wondering whether it is an alternative solution to optimize unet itself over different timesteps only for this kind of condition? (copy unet and frozen it ahead, then for normal text input, use the frozen ones; for null text, use the optimized unet).