Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embeddings? (Textual Inversion) #180

Open
loadfred opened this issue May 1, 2024 · 1 comment
Open

Embeddings? (Textual Inversion) #180

loadfred opened this issue May 1, 2024 · 1 comment

Comments

@loadfred
Copy link
Contributor

loadfred commented May 1, 2024

Is it possible to add embeddings (textual inversions)? Like FastNegativeV2, EasyNegative, BadDream, UnrealisticDream for the negative prompt. Does it need to be added to fastsdcpu?
https://huggingface.co/docs/diffusers/using-diffusers/loading_adapters#textual-inversion

@rupeshs
Copy link
Owner

rupeshs commented May 1, 2024

Currently, FastSD does not support textual inversion, but it is possible to add textual inversion support since we are using diffusers. I haven't explored negative embedding with LCM.

For LCM to work with a negative prompt guidance scale should be greater than 1 which makes image generation slow and high RAM usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants