Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
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
[WIP] Upload folder using huggingface_hub (multi-commit da3345a81a8bdd795c47e4d55fba211abe2d6be244ac57146c03f15fd75c23fa)
#1
by rhendz - opened
Upload folder using huggingface_hub
Multi commit ID: da3345a81a8bdd795c47e4d55fba211abe2d6be244ac57146c03f15fd75c23fa
Scheduled commits:
- Upload 7 file(s) totalling 1.8G (896fa9cebead92fc3bd8242175c54e4488029506a1d02730f6dd23c2c71baab3)
- Upload 6 file(s) totalling 2.1G (9862ffb0dd971e59e511038aa6c8d9fe18be895f6b9071724bec762e208b6496)
- Upload 1 file(s) totalling 3.4G (6ff9b89c9f0da60776c73dee1eb5fcd71251fe934cd364aee5da9699a78610dc)
- Upload 8 file(s) totalling 1.2G (a2b8795a6ad8a672b1f97044e45dd0ab06dd0da77a71afbf4c996834cd0bb75d)
- Upload 1 file(s) totalling 1.7G (96a4c46eb1312ad8b6f7d6416e160bc8ee3b58c0d649964a9bf5e333e5bd2737)
- Upload 1 file(s) totalling 3.4G (fbda277a59e30785fb5b24dae3dda736da03e9ff3e4cf0ca446029fc149e959b)
- Upload 4 file(s) totalling 2.1G (17ebff30fb658d5cead52138f26f477675bceb29949c326be29b68e845a09d07)
- Upload 3 file(s) totalling 669.4M (b15c665da1266f1321d7d0b8a9adcc91598f87eb4faa5ce5f33b69e7e1ae4a49)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.