Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SeeSee21
/
Z-Anime

Text-to-Image
Diffusers
Safetensors
GGUF
English
z-anime
image-generation
diffusion
anime
z-image
comfyui
fp8
bf16
aio
Model card Files Files and versions
xet
Community
4

Instructions to use SeeSee21/Z-Anime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use SeeSee21/Z-Anime with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("SeeSee21/Z-Anime", 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
Z-Anime
203 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 31 commits
SeeSee21's picture
SeeSee21
Add diffusers/ transformer (sharded)
0f5fb51 verified 10 days ago
  • aio
    Add Z-Anime Distill-4-Step AIO BF16 10 days ago
  • diffusers
    Add diffusers/ transformer (sharded) 10 days ago
  • diffusion_models
    Add Z-Anime Distill-4-Step BF16 10 days ago
  • gguf
    Add GGUF Q8_0 11 days ago
  • images
    Add preview images + cover 12 days ago
  • text_encoder
    Add Text Encoder (Engineer V4 BF16) 12 days ago
  • vae
    Add VAE 12 days ago
  • workflows
    Add ComfyUI workflow 12 days ago
  • .gitattributes
    2.21 kB
    Add GGUF Q8_0 11 days ago
  • README.md
    16.7 kB
    Add README 12 days ago
  • config.json
    4.56 kB
    Add config 12 days ago