Instructions to use Ocean3/Sprout with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ocean3/Sprout with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Ocean3/Sprout", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -153,6 +153,4 @@ IN00 - [Mugen a1](https://civitai.com/models/181041/mugen)
|
|
| 153 |
</small></details>
|
| 154 |
|
| 155 |
---
|
| 156 |
-
<div align="center"><figcaption><i>Note: if you see any conflicts or corrections to be made, please let me know</i></figcaption></div>
|
| 157 |
-
|
| 158 |
-
<br><div align="center"><small>🌊</small></div>
|
|
|
|
| 153 |
</small></details>
|
| 154 |
|
| 155 |
---
|
| 156 |
+
<div align="center"><figcaption><i>Note: if you see any conflicts or corrections to be made, please let me know</i></figcaption></div>
|
|
|
|
|
|