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
17.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
Chan-Y's picture
Chan-Y
Update README.md
4c7af24 verified over 1 year ago
  • images
    Upload 6 files almost 2 years ago
  • scheduler
    Upload 3 files over 1 year ago
  • text_encoder
    Upload 3 files over 1 year ago
  • text_encoder_2
    Upload 2 files over 1 year ago
  • text_encoder_3
    Upload model-00001-of-00003.safetensors over 1 year ago
  • tokenizer
    Upload 12 files over 1 year ago
  • tokenizer_2
    Upload 12 files over 1 year ago
  • tokenizer_3
    Upload 12 files over 1 year ago
  • transformer
    Upload 5 files over 1 year ago
  • vae
    Upload 5 files over 1 year ago
  • .gitattributes
    1.77 kB
    Upload 6 files almost 2 years ago
  • README.md
    2.51 kB
    Update README.md over 1 year ago
  • model_index.json
    817 Bytes
    Upload 5 files over 1 year ago