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

  • Log In
  • Sign Up

spicecloud
/
spice-diffusion

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

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

  • Libraries
  • Diffusers

    How to use spicecloud/spice-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("spicecloud/spice-diffusion", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "A high tech solarpunk utopia in the Amazon rainforest"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
spice-diffusion / scheduler
522 Bytes
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
rhendz's picture
rhendz
Upload scheduler/scheduler_config.json with huggingface_hub
1a3c6f1 almost 3 years ago
  • .ipynb_checkpoints
    Upload scheduler/.ipynb_checkpoints/scheduler_config-checkpoint.json with huggingface_hub almost 3 years ago
  • scheduler_config.json
    313 Bytes
    Upload scheduler/scheduler_config.json with huggingface_hub almost 3 years ago