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

ogkalu
/
Comic-Diffusion

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
22

Instructions to use ogkalu/Comic-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ogkalu/Comic-Diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ogkalu/Comic-Diffusion", 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
Comic-Diffusion
4.28 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 10 commits
multimodalart's picture
multimodalart HF Staff
Add the text-to-image tag (also enables the Inference API widget)
ff6c6e5 over 3 years ago
  • .gitattributes
    1.99 kB
    Upload comic-diffusion-V2.ckpt over 3 years ago
  • README.md
    1.6 kB
    Add the text-to-image tag (also enables the Inference API widget) over 3 years ago
  • V2gen1.jpg
    1.69 MB
    xet
    Upload 4 files over 3 years ago
  • V2gen2.jpg
    1.78 MB
    xet
    Upload 4 files over 3 years ago
  • V2gen3.jpg
    1.85 MB
    xet
    Upload 4 files over 3 years ago
  • V2gen4.jpg
    1.94 MB
    xet
    Upload 4 files over 3 years ago
  • comic-diffusion-V2.ckpt

    Detected Pickle imports (4)

    • "torch.HalfStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    2.13 GB
    xet
    Upload comic-diffusion-V2.ckpt over 3 years ago
  • comic-diffusion.ckpt

    Detected Pickle imports (4)

    • "torch.HalfStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    2.13 GB
    xet
    Upload comic-diffusion.ckpt over 3 years ago
  • generated1.jpg
    1.77 MB
    xet
    Upload 5 files over 3 years ago
  • generated2.jpg
    1.55 MB
    xet
    Upload 5 files over 3 years ago
  • generated3.jpg
    1.39 MB
    xet
    Upload 5 files over 3 years ago
  • generated4.jpg
    1.74 MB
    xet
    Upload 5 files over 3 years ago
  • generated5.jpg
    1.52 MB
    xet
    Upload 5 files over 3 years ago