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

  • Log In
  • Sign Up

aipicasso
/
manga-diffusion-poc

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

Instructions to use aipicasso/manga-diffusion-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use aipicasso/manga-diffusion-poc with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("aipicasso/manga-diffusion-poc", 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
manga-diffusion-poc
6.89 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
alfredplpl's picture
alfredplpl
Update README.md
a2c8268 over 2 years ago
  • scheduler
    Add models over 2 years ago
  • text_encoder
    Add models over 2 years ago
  • tokenizer
    Add models over 2 years ago
  • unet
    Add models over 2 years ago
  • vae
    Add models over 2 years ago
  • .gitattributes
    1.79 kB
    Add models over 2 years ago
  • LICENSE
    14.7 kB
    Update README over 2 years ago
  • README.md
    7.39 kB
    Update README.md over 2 years ago
  • README_en.md
    754 Bytes
    Update README_en.md over 2 years ago
  • eyecatch.png
    756 kB
    Upload eyecatch.png over 2 years ago
  • model_index.json
    535 Bytes
    Add models over 2 years ago
  • poc.safetensors
    4.31 GB
    xet
    Add models over 2 years ago