520779c
0ef86ce
520779c
0ef86ce
520779c
0ef86ce |
|
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("Yw22/BlobCtrl")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]
|