Instructions to use rityak/LumiNetaMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rityak/LumiNetaMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rityak/LumiNetaMix", 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
Upload 3 files
Browse files
LumiNetaMix.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c0da4961c3197da0383548b0bb99bec5b4ab8870db73e35cc671d1428a72d35
|
| 3 |
+
size 10620256453
|
LumiNetaMix_gemma2_2b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ad3ea37a8c2484ea761b7332f2ec362478fd3843bf1ba62d209a0a491c1e115
|
| 3 |
+
size 5232958315
|
LumiNetaMix_unet.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7d5a44c2d3f3e01784655b64f8d961063d0f7130ffd381fd76f3827bd4f5ac0
|
| 3 |
+
size 5219585712
|