Instructions to use SenorKaffee/shichigoro-diff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SenorKaffee/shichigoro-diff with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SenorKaffee/shichigoro-diff", 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 ·
1f4e1ca
1
Parent(s): a6bfbe1
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ Steps: 37, Sampler: Euler a, CFG scale: 7, Seed: 323609095, Size: 512x768_
|
|
| 16 |

|
| 17 |
|
| 18 |
**Dogs, Cats, Chicken, Cows:**
|
| 19 |
-

|
| 17 |
|
| 18 |
**Dogs, Cats, Chicken, Cows:**
|
| 19 |
+

|
| 20 |
|
| 21 |
### 🧨 Diffusers
|
| 22 |
|