what does eta do? #4079
-
looking at the new api thing thats being implemented and i was just wondering what the eta option does seen below (it seems to be in the normal webui as well) also what does n_iter do? { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
I don't know what eta is, but n-iter is the batch count. |
Beta Was this translation helpful? Give feedback.
-
In webui, eta is a noise multiplier that affects certain samplers, changing the setting allows variations of the image at the same seed. There are two different settings for ancestral or ddim. |
Beta Was this translation helpful? Give feedback.
In webui, eta is a noise multiplier that affects certain samplers, changing the setting allows variations of the image at the same seed. There are two different settings for ancestral or ddim.
Haven't seen the api if it applies to the correct sampler automatically.