Instructions to use Raxephion/Typhoon-SD15-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Raxephion/Typhoon-SD15-V2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Raxephion/Typhoon-SD15-V2", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -99,4 +99,13 @@ All images were generated using the base Typhoon V2 checkpoint. No LoRAs, no inp
|
|
| 99 |
|
| 100 |
---
|
| 101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
**Enjoy the storm — again.** ⛈️
|
|
|
|
| 99 |
|
| 100 |
---
|
| 101 |
|
| 102 |
+
🌩️ ☕ Support the Storm
|
| 103 |
+
|
| 104 |
+
If you like what I’m building — Typhoon, Tornado, the tools, the chaos — and want to help keep it all spinning, consider supporting me on Ko-fi:
|
| 105 |
+
https://ko-fi.com/raxephion
|
| 106 |
+
|
| 107 |
+
Every bit helps cover compute costs, caffeine, and the occasional "why is this broken?" meltdown. Thanks for keeping the storm alive.
|
| 108 |
+
|
| 109 |
+
---
|
| 110 |
+
|
| 111 |
**Enjoy the storm — again.** ⛈️
|