Instructions to use NeurixYUFI/Neurix-Anime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NeurixYUFI/Neurix-Anime 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-Anime") prompt = "Anime cat" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#4
by Rooni - opened
- README.md +3 -0
- images/example_kohqc11n0.png +3 -0
README.md
CHANGED
|
@@ -14,6 +14,9 @@ widget:
|
|
| 14 |
- text: Anime orange Car
|
| 15 |
output:
|
| 16 |
url: images/example_ktx54196b.png
|
|
|
|
|
|
|
|
|
|
| 17 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 18 |
instance_prompt: Anime
|
| 19 |
license: apache-2.0
|
|
|
|
| 14 |
- text: Anime orange Car
|
| 15 |
output:
|
| 16 |
url: images/example_ktx54196b.png
|
| 17 |
+
- text: Anime orange Car bmw e34
|
| 18 |
+
output:
|
| 19 |
+
url: images/example_kohqc11n0.png
|
| 20 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 21 |
instance_prompt: Anime
|
| 22 |
license: apache-2.0
|
images/example_kohqc11n0.png
ADDED
|
Git LFS Details
|