Instructions to use NeurixYUFI/Neurix-Mega with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NeurixYUFI/Neurix-Mega 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-Mega") prompt = "Cat on bed" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#11
by Rooni - opened
- README.md +3 -0
- images/example_hnmtr92jj.png +3 -0
README.md
CHANGED
|
@@ -35,6 +35,9 @@ widget:
|
|
| 35 |
- text: Wooman
|
| 36 |
output:
|
| 37 |
url: images/example_3767ak1nw.png
|
|
|
|
|
|
|
|
|
|
| 38 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 39 |
instance_prompt: nmega
|
| 40 |
license: apache-2.0
|
|
|
|
| 35 |
- text: Wooman
|
| 36 |
output:
|
| 37 |
url: images/example_3767ak1nw.png
|
| 38 |
+
- text: nmega. Anime modern red car
|
| 39 |
+
output:
|
| 40 |
+
url: images/example_hnmtr92jj.png
|
| 41 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 42 |
instance_prompt: nmega
|
| 43 |
license: apache-2.0
|
images/example_hnmtr92jj.png
ADDED
|
Git LFS Details
|