Instructions to use vessl/SSD-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vessl/SSD-1B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("vessl/SSD-1B", 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 Settings
- Draw Things
- DiffusionBee
Commit ·
8be9de6
1
Parent(s): 7530498
Delete SSD-1B.tar.gz with huggingface_hub
Browse files- SSD-1B.tar.gz +0 -3
SSD-1B.tar.gz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:70987e0e530b727abea2247814313febbe6db514bf6e08025f97548333a1b48b
|
| 3 |
-
size 8200128364
|
|
|
|
|
|
|
|
|
|
|
|