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

  • Log In
  • Sign Up

mcuo
/
Anime-Z

Text-to-Image
Diffusers
Safetensors
GGUF
ZImagePipeline
z-anime
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use mcuo/Anime-Z with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mcuo/Anime-Z", 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
Anime-Z / tokenizer
5.37 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mcuo's picture
mcuo
Upload 14 files
abb5573 verified 3 days ago
  • added_tokens.json
    735 Bytes
    Upload 14 files 3 days ago
  • chat_template.jinja
    4.26 kB
    Upload 14 files 3 days ago
  • merges.txt
    1.82 MB
    Upload 14 files 3 days ago
  • special_tokens_map.json
    644 Bytes
    Upload 14 files 3 days ago
  • tokenizer_config.json
    5.64 kB
    Upload 14 files 3 days ago
  • vocab.json
    3.54 MB
    Upload 14 files 3 days ago