Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
anime
general
andite
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/AnythingV4", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Anything V4
768x768 version of this model with the MoistMix V2 VAE baked in for the Inference API. Original page: https://huggingface.co/xyn-ai/anything-v4.0
Sample and prompt:
Realistic girl standing. Very cute anime faces, chibi art, flawless, painting by gaston bussiere, charles sillem lidderdale. perfect face, full body, baby, masterpiece, highest quality, 1girl, blue eyes, sweater, Pretty CUTE GIRL, skirt, highly detailed
- Downloads last month
- 31
