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

Negative prompts ignored when LCM (Extreme Speed) is selected. #957

Closed
rubenmejiac opened this issue Nov 15, 2023 · 2 comments
Closed

Negative prompts ignored when LCM (Extreme Speed) is selected. #957

rubenmejiac opened this issue Nov 15, 2023 · 2 comments
Labels
invalid This doesn't seem right

Comments

@rubenmejiac
Copy link

          Confirmed, negative prompts skipped when LCM selected.

...
[Fooocus] Encoding positive
[Fooocus] Skipped negative
...

Originally posted by @rubenmejiac in #936 (comment)

@rubenmejiac
Copy link
Author

rubenmejiac commented Nov 15, 2023

With newer updates, negative prompts in LCM (Extreme Speed) mode are still ignored, but no longer showing in the console output.
In one of the recent revisions the console output showed 'Skipped negative',and effectively the actual negative prompt was ignored.
Negative prompts work as usual and expected in Speed and Quality modes.

Extreme Speed:
[Fooocus] Processing prompts ...
[Wildcards] processing: pprompts
[Wildcards] The Alamo
[Wildcards] processing: pprompts
[Wildcards] a horse reading a book
[Fooocus] Encoding positive #1 ...
[Fooocus] Encoding positive #2 ...
Preparation time: 0.20 seconds
Using lcm scheduler.

positive prompt: a horse reading a book
negative prompt: (((bokeh)))
2023-11-15_11-12-22_8523

Speed mode:
[Fooocus] Processing prompts ...
[Wildcards] processing: pprompts
[Wildcards] The Alamo
[Wildcards] processing: pprompts
[Wildcards] a horse reading a book
[Fooocus] Encoding positive #1 ...
[Fooocus] Encoding positive #2 ...
[Fooocus] Encoding negative #1 ...
[Fooocus] Encoding negative #2 ...
Preparation time: 2.28 seconds

positive prompt: a horse reading a book
negative prompt: (((bokeh)))
2023-11-15_11-13-37_5090

Originally posted by @rubenmejiac in #936 comment.

@rubenmejiac rubenmejiac changed the title Negative prompts ignored when LCM (Extreme Speed) selected. Negative prompts ignored when LCM (Extreme Speed) is selected. Nov 15, 2023
@mashb1t
Copy link
Collaborator

mashb1t commented Dec 31, 2023

LCM does not allow negative prompts. In the latest version of Fooocus the negative prompt input along other options is also disabled if LCM is selected.

@mashb1t mashb1t closed this as not planned Won't fix, can't repro, duplicate, stale Dec 31, 2023
@mashb1t mashb1t added the invalid This doesn't seem right label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants