You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Such as the "weighted text" person changed to [person:1.1]
And the toggle between [cat|dog] or [blue | red | gold]
or the prompt steps: [x::number] Ignores x after number steps have finished.
[x:x:number] Uses the first x until number steps have finished, then uses the second x.
The text was updated successfully, but these errors were encountered:
As an NLP model(LLM), t5 uses the entire sentence to encode, so t5 can actually fully understand your semantics. I think the weight of a certain word can be strengthened semantically.
The "step" feature is a direct request to the program, not a semantics item, meaning, does ELLA understand when I say "alternate between an image of a dog, a cat, and a bear, on every other step?"
Do these work?
Such as the "weighted text"
person changed to [person:1.1]
And the toggle between
[cat|dog] or [blue | red | gold]
or the prompt steps:
[x::number] Ignores x after number steps have finished.
[x:x:number] Uses the first x until number steps have finished, then uses the second x.
The text was updated successfully, but these errors were encountered: