Instructions to use cutycat2000/InterDiffusion-Nano with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cutycat2000/InterDiffusion-Nano with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cutycat2000/InterDiffusion-Nano", 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
|
@@ -16,9 +16,6 @@ base_model: runwayml/stable-diffusion-v1-5
|
|
| 16 |
instance_prompt: null
|
| 17 |
license: mit
|
| 18 |
---
|
| 19 |
-
# InterDiffusion-Nano
|
| 20 |
-
|
| 21 |
-
## Model description
|
| 22 |
|
| 23 |
# InterDiffusion-Nano
|
| 24 |
- Size: 2.0 GB
|
|
|
|
| 16 |
instance_prompt: null
|
| 17 |
license: mit
|
| 18 |
---
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
# InterDiffusion-Nano
|
| 21 |
- Size: 2.0 GB
|