-
I want to know how to use embeddings in sdcpp. Please guide me. For example, I use the following command: sd.exe -m ./models/wm_lcm.safetensors --cfg-scale 1 -H 768 -W 512 --seed 16319 --sampling-method lcm --lora-model-dir ./loras --steps 10 -p "(masterpiece, best quality, highres), 1girl, solo, stormtrooper, armor, helmet, sexy, girl, female, blonde hair, lora:lite_stormtrooper:1" -n ", (EasyNegativeV2)" -o ./output/0118.png --vae-tiling --embd-dir ./emb/EasyNegativeV2. please help me 🙏🙏🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are some known issues with detecting trigger words/pseudo tokens for embeddings #602 I think the main issue here is you're using |
Beta Was this translation helpful? Give feedback.
There are some known issues with detecting trigger words/pseudo tokens for embeddings #602
I think the main issue here is you're using
--embd-dir ./emb/EasyNegativeV2
instead of just--embd-dir ./emb/
? (I'm assuming the embedding file is located at ./emb/EasyNegativeV2.pt and not ./emb/EasyNegativeV2/EasyNegativeV2.pt)