Instructions to use Siddhanta19/sd-checkpoint-backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Siddhanta19/sd-checkpoint-backup with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Siddhanta19/sd-checkpoint-backup", 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
Commit ·
57e332d
1
Parent(s): 24540f3
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,8 @@ language:
|
|
| 5 |
library_name: diffusers
|
| 6 |
duplicated_from: shiowo/backups
|
| 7 |
---
|
|
|
|
|
|
|
| 8 |
my backups
|
| 9 |
if you want me to remove a model you can leave a comment in community section
|
| 10 |
feel free to download contains any v4 and 4.5 and more soon :D
|
|
|
|
| 5 |
library_name: diffusers
|
| 6 |
duplicated_from: shiowo/backups
|
| 7 |
---
|
| 8 |
+
credit to shiowo/backups. This is just a fork of the repo
|
| 9 |
+
|
| 10 |
my backups
|
| 11 |
if you want me to remove a model you can leave a comment in community section
|
| 12 |
feel free to download contains any v4 and 4.5 and more soon :D
|