Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
anime
general
Linaqruf
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/AnythingV3", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Anything V3
768x768 version of this model with the MoistMix V2 VAE baked in for the Inference API. Original page: https://huggingface.co/Linaqruf/anything-v3.0
Sample and prompt:
pretty cute little girl carrying miniature The flower tower, oil painting, paint-on-glass, detailed chibi blue eyes, award-winning, highly detailed palette, thick impasto, painterly, autochrome, pinhole, realistic lighting, chiaroscuro, very ethereal, very ethereal, silver color, dark, chiaroscuro, nacre, pastel oil inks
- Downloads last month
- 43
