Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base model
Photorealistic
Realism
Copax
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/TrueSight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/TrueSight with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
closeup portrait of a brave paladin knight in armor
london during the industrial revolution
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
- 26



