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 ·
4f418b6
1
Parent(s): 9aa5847
Delete Samples
Browse files- Samples/1.png +0 -3
- Samples/2.png +0 -3
- Samples/3.png +0 -3
- Samples/4.png +0 -3
- Samples/5.png +0 -3
- Samples/6.png +0 -3
- Samples/7.png +0 -3
- Samples/8.png +0 -3
Samples/1.png
DELETED
Git LFS Details
|
Samples/2.png
DELETED
Git LFS Details
|
Samples/3.png
DELETED
Git LFS Details
|
Samples/4.png
DELETED
Git LFS Details
|
Samples/5.png
DELETED
Git LFS Details
|
Samples/6.png
DELETED
Git LFS Details
|
Samples/7.png
DELETED
Git LFS Details
|
Samples/8.png
DELETED
Git LFS Details
|