Closed saeedkhanehgir closed 10 months ago
You can't change to a different text encoder that the model wasn't trained on at inference time
I think SDXL is still the best we have in term of prompt following. cc @sayakpaul
You can do prompt-weighting: https://huggingface.co/docs/diffusers/main/en/using-diffusers/weighted_prompts.
Also, for questions, please post them on our Discord forum. Issues are supposed to be about bugs, feature requests, API design RFCs, etc.
thanks a bunch @yiyixuxu @sayakpaul
I have another question. I have to use Compel to solve long sequence length problem . I want to know that can Compel decrease attention to prompt (instead of normal use)?
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Hi, One of the difference between DALLE3 and SDXL is that SDXL pay less attention to prompt, Is there a way to solve this problem? I don't Know. for example changing the text encoder to other can help to solve this problem ? Thanks