Replies: 1 comment 1 reply
-
The functionality to sample only certain steps with certain settings is exposed with KSamplerAdvanced. It's much more powerful because it actually lets you do things like switch models for different sampling steps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My prompt templates in a1111 have constructions like these:
[key:4] — my image stays untouched by the key until step 4 finished.
[key::4] — the key stops working after step 4.
And a more complex construction:
[[[(key:1.4):(key:1.3):1]:(key:1.2):3]:(key:1.1):5]
It means that the key's weight gets changed with steps. It decreases in this example.
Details
Do such constructions work in CUI?
I know that there's a node Advanced sampler, but it looks like an over hit for my task, as for me.
Beta Was this translation helpful? Give feedback.
All reactions