Confuse: What's the right prompt I should use? It seems that...

#11
by RainbowCast - opened

bad_prompt_v2 or bad_prompt_version2? The two have different extent of influence on generating images...

it depends on how you named/renamed the file. Embeddings / Textual Inversions are triggered with their filenames. So normally if you want to use bad_prompt_version2, you have to add bad_prompt_version2 as a tag to your negative prompt

I'm using (bad_prompt_version2:0.8)

bad_prompt_v2 or bad_prompt_version2? The two have different extent of influence on generating images...

For an embedding, the trigger is the name of the embedding file (.pt) in your hard drive. If you change that file's name, then the trigger will be whatever you chose as a file name.
To activate the embedding, you simply write that file's name in your prompt, like any other word.

I saw on YouTube that to use embeddings we need to use it inside pointy brackets. Like this: < bad_prompt_v2 > is that true?

I saw on YouTube that to use embeddings we need to use it inside pointy brackets. Like this: < bad_prompt_v2 > is that true?

If you are using the Automatic1111 Repo/WebUI, then no. I think <> is for diffuser or LoRA's. Embeddings will be activated via their filename

Sign up or log in to comment