Instructions to use EVA787797/78778 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EVA787797/78778 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-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EVA787797/78778") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,12 @@ base_model:
|
|
| 13 |
- black-forest-labs/FLUX.1-dev
|
| 14 |
instance_prompt: femme
|
| 15 |
license: afl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
# pipeline.py __init_
|
| 18 |
|
|
|
|
| 13 |
- black-forest-labs/FLUX.1-dev
|
| 14 |
instance_prompt: femme
|
| 15 |
license: afl-3.0
|
| 16 |
+
language:
|
| 17 |
+
- fr
|
| 18 |
+
- an
|
| 19 |
+
- en
|
| 20 |
+
- it
|
| 21 |
+
- ja
|
| 22 |
---
|
| 23 |
# pipeline.py __init_
|
| 24 |
|