How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
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:

Sample

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
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/CyberRealistic 65