This is a simplified guide to an AI model called Sd3-With-Chaos maintained by Fofr. If you like these kinds of analysis, you should join AImodels.fyi or follow us on Twitter.
Model overview
sd3-with-chaos is a Stable Diffusion 3 (SD3) model created by Replicate user fofr that introduces more variability and "chaos" into the generated images. Compared to the standard Stable Diffusion 3 model, this version adds a step to randomly generate an "init image" before running the main SD3 model with a lower control over the output. This results in more varied and unpredictable outputs from the same input prompt. The maintainer developed this model as they noticed SD3 could produce very similar-looking images unless the prompt was significantly changed.
Model inputs and outputs
Inputs
- Prompt: The text prompt used to generate the image.
- Chaos: A value from 0-10 controlling the amount of variability in the output images. Higher values lead to more variation.
- Weird: A boolean setting that forces the outputs into more unusual compositions.
- Aspect Ratio: The desired aspect ratio for the output images.
- Guidance Scale: A value controlling how closely the output should match the prompt.
- Number of Images: The number of images to generate per request.
- Output Format: The file format for the output images (e.g. WEBP).
- Output Quality: The quality setting for the output images (0-100).
Outputs
- The generated images, returned as a list of image URLs.
Capabilities
sd3-with-chaos can produce a wide ra...
Top comments (0)