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

  • Log In
  • Sign Up

Chan-Y
/
MangaDF

Text-to-Image
Diffusers
Safetensors
StableDiffusion3Pipeline
stable-diffusion
Model card Files Files and versions
xet
Community

Instructions to use Chan-Y/MangaDF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Chan-Y/MangaDF with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Chan-Y/MangaDF", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "A samurai warrior in traditional armor holding a katana."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
MangaDF / tokenizer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Chan-Y's picture
Chan-Y
Upload 12 files
ab73096 verified over 1 year ago
  • merges.txt
    574 kB
    Upload 12 files over 1 year ago
  • special_tokens_map.json
    618 Bytes
    Upload 12 files over 1 year ago
  • tokenizer_config.json
    735 Bytes
    Upload 12 files over 1 year ago
  • vocab.json
    1.11 MB
    Upload 12 files over 1 year ago