Is it possible to cancel caching of the final result to to generate with the same parameters? #211
-
When generating images with exactly the same input data, there is still a side effect that makes them different: I would like to use this as sometimes it can solve some picture problems, but because of caching, you have to change prompt, and then return Template: https://comfyanonymous.github.io/ComfyUI_examples/area_composition/square_area_for_2_subjects.png |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
if you add one or more spaces to your text prompt it won't actually change the tokens but it will rerun it. The side effect is probably due to the SDE sampler and something I will need to fix. |
Beta Was this translation helpful? Give feedback.
if you add one or more spaces to your text prompt it won't actually change the tokens but it will rerun it.
The side effect is probably due to the SDE sampler and something I will need to fix.