from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("jasperai/Flux.1-dev-Controlnet-Upscaler")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment