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/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:

Sample

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
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Yntec/AnythingV3

Finetunes
5 models

Spaces using Yntec/AnythingV3 58