Instructions to use plasmo/vox2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use plasmo/vox2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("plasmo/vox2", dtype=torch.bfloat16, device_map="cuda") prompt = "voxel-ish " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ license: creativeml-openrail-m
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
### Jak's Voxel-ish Image Pack v.1.2 for Stable Diffusion
|
| 8 |
|
|
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
| 6 |
+
widget:
|
| 7 |
+
- text: "voxel-ish "
|
| 8 |
---
|
| 9 |
### Jak's Voxel-ish Image Pack v.1.2 for Stable Diffusion
|
| 10 |
|