- Jul 16, 2025
- 37
- 49
- 27
Thank you for the guide, very comprehensive.
I will be trying out Invoke soon - the feature set seems quite complete (been dealing exclusively with Automatic1111, which is good 'nuff to get started).
I'll add one comment about Seed, Scheduler and Reproducibility:
I will be trying out Invoke soon - the feature set seems quite complete (been dealing exclusively with Automatic1111, which is good 'nuff to get started).
I'll add one comment about Seed, Scheduler and Reproducibility:
Seed: this is the starting point, think of it as a randomized collection of different color pixels - each seed is different, but if you use the same seed you're starting from the same (latent) image each time.
Scheduler: the component that is resolving your prompt and the seed into a recognizable image. Some schedulers have an -A in the name, they are Ancestral schedulers that add noise to the (latent) image at each sampling step - so there should be variation given the same prompt and seed (assuming you have enough sampling noise added).
References available at
You must be registered to see the links