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

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

This model with the Blessed2 VAE baked in.

Demo image by digiplay:

demo

Samples and prompts:

sample sample

Pretty cute girl. Thumbs up. Thumbs up. Thumbs up. Thumbs up. Thumbs up. Thumbs up. Acrylic art on canvas by ROSSDRAWS and Clay Mann and tyler edlin

Original pages: https://civitai.com/models/16164?modelVersionId=84783 https://huggingface.co/NoCrypt/blessed_vae/tree/main

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

Spaces using Yntec/ArcticFowl 53