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/TrueSight", dtype=torch.bfloat16, device_map="cuda")

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

Copax TrueSight v1

Check the model's license at the original page: https://civitai.com/models/276898?modelVersionId=312068

Samples and prompts (scroll down for more):

cute young lady at the time festival ai prompt

cute young lady at the time festival

closeup portrait of a brave paladin knight in armor ai prompt

closeup portrait of a brave paladin knight in armor

london during the industrial revolution ai prompt

london during the industrial revolution

analog 1986 movie screenshot Santa Claus with wife and daughter enjoying cake with candles. sitting with a pretty cute little girl, Gift Birthday Theme by Gil_Elvgren and Haddon_Sundblom ai prompt

analog 1986 movie screenshot Santa Claus with daughters enjoying cake with candles. sitting with a pretty cute little girls, Gift Birthday Theme by Gil_Elvgren and Haddon_Sundblom

Downloads last month
25
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/TrueSight 35