Text-to-Image
Diffusers
Safetensors
English
Mixture of Experts
sparse-moe
diffusion
image-generation
Instructions to use NucleusAI/Nucleus-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NucleusAI/Nucleus-Image with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NucleusAI/Nucleus-Image", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
updating header
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
- image-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
-
<p align="center"> <a href="https://withnucleus.ai/image" target="_blank" rel="noopener noreferrer"><img src="https://
|
| 16 |
<p align="center">
|
| 17 |
๐ <a href="https://withnucleus.ai/image"><b>Website</b></a> | ๐ฅ๏ธ <a href="https://github.com/WithNucleusAI/Nucleus-Image"><b>GitHub</b></a> | ๐ค <a href="https://huggingface.co/NucleusAI/NucleusMoE-Image"><b>Hugging Face</b></a> | ๐ <a href="https://arxiv.org/abs/2604.12163"><b>Tech Report</b></a>
|
| 18 |
</p>
|
|
|
|
| 12 |
- image-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
+
<p align="center"> <a href="https://withnucleus.ai/image" target="_blank" rel="noopener noreferrer"><img src="https://i.imgur.com/s6taicv.jpeg" width="400"/></a></p>
|
| 16 |
<p align="center">
|
| 17 |
๐ <a href="https://withnucleus.ai/image"><b>Website</b></a> | ๐ฅ๏ธ <a href="https://github.com/WithNucleusAI/Nucleus-Image"><b>GitHub</b></a> | ๐ค <a href="https://huggingface.co/NucleusAI/NucleusMoE-Image"><b>Hugging Face</b></a> | ๐ <a href="https://arxiv.org/abs/2604.12163"><b>Tech Report</b></a>
|
| 18 |
</p>
|