damian0815 / compel

A prompting enhancement library for transformers-type text embedding systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

load negative_embeddings

cacko opened this issue · comments

commented

is there a way to load negative_embeddings, for example let's say I have a negative prompt
EasyNegativeV2 cartoon where EasyNegativeV2 correspond to TI embedding file (https://civitai.com/models/100191?modelVersionId=107234) . If I load it thru the diffusers pipeline load_textual_inversion it actually does acts as normal prompt inversion instead of negative. Hope I am explaining understandable.
thanks