zhangsdly
zhangsdly
hi, Appreciate for sharing the implementation! There is a question that the style code of the specified reference is not used in gen_ref.py. Noise is used to generate ref and...
As we know, freeze the mapping network and affine transformation layer during fine-tuning phase to better preserve semantic. The official repository only supports freezeD. if add freeze M and A,...
It is a novel methods for text-to-image generation. Thanks for sharing your work. One question, the experiment found that the effect is unstable, and LLMs may not output correct results....
When using the sd2.0 model, SD2Tokenizer.clip_name = "h", #L266 will report an error when executing adv_encode.py. Fix bug using the follow code: ``` if 'h' in tokenized: return advanced_encode_from_tokens(tokenized['h'], token_normalization,...