Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A1111 type prompt features? #33

Open
Duemellon opened this issue Apr 28, 2024 · 2 comments
Open

A1111 type prompt features? #33

Duemellon opened this issue Apr 28, 2024 · 2 comments

Comments

@Duemellon
Copy link

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.

@JettHu
Copy link
Collaborator

JettHu commented Apr 29, 2024

Not support yet.

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.

@Duemellon
Copy link
Author

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?"

I'll give some phrasing a try for the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants