[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vt/ - Virtual Youtubers

Search:


View post   

>> No.64521027 [View]
File: 2.38 MB, 1024x1536, ComfyFilenameSoYouKeepMalding_00003_.png [View same] [iqdb] [saucenao] [google]
64521027

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

Navigation
View posts[+24][+48][+96]