Instructions to use Lucetepolis/OctaFuzz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lucetepolis/OctaFuzz with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lucetepolis/OctaFuzz", 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 ·
401f79c
1
Parent(s): 3ee3825
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
inference: true
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# HXDC
|
| 12 |
|
| 13 |
Counterfeit-V2.5 - <a href="https://huggingface.co/gsdf/Counterfeit-V2.5">Download</a><br/>
|
| 14 |
Treebark - <a href="https://huggingface.co/HIZ/aichan_pick">Download</a><br/>
|
|
|
|
| 8 |
inference: true
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# OctaFuzz, OctaBlend, HXDC
|
| 12 |
|
| 13 |
Counterfeit-V2.5 - <a href="https://huggingface.co/gsdf/Counterfeit-V2.5">Download</a><br/>
|
| 14 |
Treebark - <a href="https://huggingface.co/HIZ/aichan_pick">Download</a><br/>
|