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
Browse filesGenerated example for model NeurixYUFI/Neurix-Anime.
Prompt: Anime girl, blue aura
- README.md +3 -0
- images/example_e0sl4rin2.png +3 -0
README.md
CHANGED
|
@@ -20,6 +20,9 @@ widget:
|
|
| 20 |
- text: Anime girl, orange aura
|
| 21 |
output:
|
| 22 |
url: images/example_25924obv3.png
|
|
|
|
|
|
|
|
|
|
| 23 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 24 |
instance_prompt: Anime
|
| 25 |
license: apache-2.0
|
|
|
|
| 20 |
- text: Anime girl, orange aura
|
| 21 |
output:
|
| 22 |
url: images/example_25924obv3.png
|
| 23 |
+
- text: Anime girl, blue aura
|
| 24 |
+
output:
|
| 25 |
+
url: images/example_e0sl4rin2.png
|
| 26 |
base_model: black-forest-labs/FLUX.1-schnell
|
| 27 |
instance_prompt: Anime
|
| 28 |
license: apache-2.0
|
images/example_e0sl4rin2.png
ADDED
|
Git LFS Details
|