Imagine needing an UI when stable diffusion is set up to run as a python script with arguments from a terminal.
The only thing you know how to do is click the orange Generate button like a monkey and receive your reward.
This is how SD is supposed to be used, from their own release card:
from diffusers import StableDiffusionPipeline
import torch
model_id = "runwayml/stable-diffusion-v1-5"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe =
pipe.to("cuda")
prompt = "a photo of an mokey pushing a button on a desktop"
image = pipe(prompt).images[0]
image.save("mokey_press_generate.png")
Now go back to your cage and wait for your caretaker to bring you Comfy bananas