Instructions to use NeurixYUFI/Neurix-Lite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NeurixYUFI/Neurix-Lite with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("NeurixYUFI/Neurix-Lite") prompt = "Cactus" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#3
by Rooni - opened
- README.md +3 -0
- images/example_xp2pqewlu.png +3 -0
README.md
CHANGED
|
@@ -14,6 +14,9 @@ widget:
|
|
| 14 |
- text: Anime 2d cactus
|
| 15 |
output:
|
| 16 |
url: images/example_1wkseypak.png
|
|
|
|
|
|
|
|
|
|
| 17 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 18 |
instance_prompt: null
|
| 19 |
license: apache-2.0
|
|
|
|
| 14 |
- text: Anime 2d cactus
|
| 15 |
output:
|
| 16 |
url: images/example_1wkseypak.png
|
| 17 |
+
- text: Anime girl
|
| 18 |
+
output:
|
| 19 |
+
url: images/example_xp2pqewlu.png
|
| 20 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 21 |
instance_prompt: null
|
| 22 |
license: apache-2.0
|
images/example_xp2pqewlu.png
ADDED
|
Git LFS Details
|