Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Photorealistic
Highly Detailed
Beautiful
Cyberdelia
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/CyberRealistic", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]CyberRealistic V2
Original page: https://civitai.com/models/15003?modelVersionId=55015
Sample and prompt:
An bartolomΓ© esteban murillo Pretty CUTE Girl buying A room made of pizza. called the pizza room, amazing detailed artwork, Full body pose, working in a bakery by graffiti. cookie cooking a bunch of cookies, in the kitchen, DETAILED CHIBI EYES, technicolor, painterly, logo, farmer, elegant, highly detailed, digital art, hyperrealistic
- Downloads last month
- 341
