Open codyshen0000 opened 1 month ago
Hi! My text encoder is not perfect - it is just better than the default CLIP-L. To improve the chances of correct text, you can:
a sign that says 'This is the text I want'
, i.e. point out that a certain thing has the text (via "a sign that says" or "with text ''
quotation marks.<some-prompt-text>, the cat is holding a rugged wooden sign
to CLIP for style only, and append <some-prompt-text>, the cat is holding a rugged wooden sign, the sign says 'my text here'
to the prompt for T5. I.e., leave the text generation part to T5 entirely.dpmpp_2s_ancestral
(Flux-Dev FP16) produces better results than the standard Euler optimizer. However, I observed that in ComfyUI - and ComfyUI has sophisticated methods for handling / weighting tokens 'in the background', so these results may not necessarily apply as-is for my basic command-line scripts.Hope that helps!
Thank you for your detailed suggestions! I have tried them, and they indeed solved most of my cases!
Hello, I have been using your text encoder following your script, but I noticed that in some cases, it still fails to generate text. How can I resolve this?