Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Realism
Portrait
Photo
ChangeMeNot
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/ThisIsReal", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]This Is Real v1
Showcase and prompts (all use seed 9119):
redhead, in a Kitchen, Freckles on face, standing, beautiful clothes, beautiful face,
young elsa wearing a crown, sparkling blue dress, upper body
CakeStyle dragon. Marzipan cake shaped like red dragon.
waitress, , solo, standing position, bar background, crowd background
v2 to v7 except v5
These versions also included, for more versions check: https://huggingface.co/ChangeMeNot/ThisIsReal/tree/main (Note: the V6 version there is different from the v60 version hosted here.)
Original page: https://civitai.com/models/93529?modelVersionId=99738
- Downloads last month
- 102



