-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Refactor prompt parser #3535
Refactor prompt parser #3535
Conversation
closes #2712 |
btw, i haven't commented on this for past few days because it looks ok, need to actually test it and i've been delaying that. |
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
@AI-Casanova 2 critical bugs in the first 2min of testing... scenario: sdxl, simple prompt (one sentence), no batching, no scheduling breaks with cfg 0-1 (no guidance)
then i noticed that all images look washed out. infotext for reproduction:
|
I have a sneaking suspicion that disabling the callback code will solve both issues. |
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Signed-off-by: Vladimir Mandic <[email protected]>
Full refactor of prompt parsing.
Moved prompt embeds inside of a class object that parses prompts at initialization and returns them when called.
Full scheduling capabilities restored
LRU cache for prompts, size adjustable from options