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 / text_encoder
247 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Chan-Y's picture
Chan-Y
Upload 3 files
b395b0f verified over 1 year ago
  • config.json
    789 Bytes
    Upload 3 files over 1 year ago
  • model.safetensors
    247 MB
    xet
    Upload 3 files over 1 year ago