Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
art
artistic
protogen
darkstorm2150
Rexts
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/OpenGenDiffusers", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]OpenGen Diffusers
Diffusers version of OpenGen with the Color101VAE baked in.
Sample Image and Prompt:

Pretty cute girl carrying Cinema 4d colorful render, organic, ultra detailed, of stars and rainbows, scratched, biomechanical costume, syringes, beaming shining light, analog, macro lens, beautiful natural soft rim light, neon, lights, smoke, winged insects and stems, roots, fine foliage lace, colorful details, rick owens, art nouveau fashion embroidered
Original Pages:
https://huggingface.co/darkstorm2150/OpenGen/
https://civitai.com/models/70248/color101-vae
Recipe:
- Downloads last month
- 30
