neggles / animatediff-cli

a CLI utility/library for AnimateDiff stable diffusion generation
Apache License 2.0
262 stars 132 forks source link

Did I use the embeddings correctly? #25

Closed AbyssBadger0 closed 1 year ago

AbyssBadger0 commented 1 year ago

image Thank you for your project, it's very surprising,But I seem to have encountered a problem,It seems like I just loaded them, but I didn't use them. Is that the case? If so, how should I use them.

neggles commented 1 year ago

The log just lets you know that the files loaded successfully and are available to be used. If you put an embedding in the folder and it doesn't show up on that list, then something went wrong.

If you put one of the loaded embedding names (e.g. bad_prompt_version2-neg) into your prompt, or negative prompt, they'll be used 😄

AbyssBadger0 commented 1 year ago

Thank you for your reply