prompt-to-prompt icon indicating copy to clipboard operation
prompt-to-prompt copied to clipboard

optimization on null text

Open fido20160817 opened this issue 1 year ago • 0 comments

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).

fido20160817 avatar Feb 26 '23 12:02 fido20160817