Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • 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 / images
10.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Chan-Y's picture
Chan-Y
Upload 6 files
68eebf0 verified almost 2 years ago
  • 000.png
    1.53 MB
    xet
    Upload 6 files almost 2 years ago
  • 001.png
    938 kB
    Upload 2 files almost 2 years ago
  • 002.png
    1.91 MB
    xet
    Upload 2 files almost 2 years ago
  • 003.png
    1.49 MB
    xet
    Upload 6 files almost 2 years ago
  • 004.png
    2.1 MB
    xet
    Upload 6 files almost 2 years ago
  • 005.png
    2.08 MB
    xet
    Upload 6 files almost 2 years ago