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

nitrosocke
/
Arcane-Diffusion

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

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

  • Libraries
  • Diffusers

    How to use nitrosocke/Arcane-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("nitrosocke/Arcane-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
Arcane-Diffusion
6.4 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 21 commits
anzorq's picture
anzorq
Add model_index.json for compatibility with Diffusion Pipeline
20f6f9c over 3 years ago
  • .gitattributes
    1.64 kB
    uploaded v3 of arcane-diffusion over 3 years ago
  • README.md
    1.75 kB
    Update README.md over 3 years ago
  • arcane-diffusion-5k.ckpt
    2.13 GB
    xet
    Uploaded ckpt file for arcane diffusion over 3 years ago
  • arcane-diffusion-output-images.jpg
    1.23 MB
    xet
    Upload arcane-diffusion-output-images.jpg over 3 years ago
  • arcane-diffusion-training-images.jpg
    780 kB
    Upload arcane-diffusion-training-images.jpg over 3 years ago
  • arcane-diffusion-v2.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.13 GB
    xet
    Uploaded the new version of arcane-diffusion over 3 years ago
  • arcane-diffusion-v3.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.13 GB
    xet
    uploaded v3 of arcane-diffusion over 3 years ago
  • arcane-v3-samples-01.jpg
    156 kB
    uploaded new sample images over 3 years ago
  • arcane-v3-samples-02.jpg
    147 kB
    uploaded new sample images over 3 years ago
  • model_index.json
    542 Bytes
    Add model_index.json for compatibility with Diffusion Pipeline over 3 years ago