Instructions to use lefos99/flux-lora-lefos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lefos99/flux-lora-lefos 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("lefos99/flux-lora-lefos") prompt = "A portrait of lefos dressed as turkey in thanksgiving." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model lefos99/flux-lora-lefos.
Prompt: A portrait of lefos dressed as turkey in thanksgiving.
- README.md +5 -0
- images/example_oy8jgjsub.png +0 -0
README.md
CHANGED
|
@@ -10,6 +10,11 @@ instance_prompt: A portrait of lefos.
|
|
| 10 |
license: other
|
| 11 |
license_name: flux-1-dev-non-commercial-license
|
| 12 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
# flux lora lefos
|
| 15 |
|
|
|
|
| 10 |
license: other
|
| 11 |
license_name: flux-1-dev-non-commercial-license
|
| 12 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 13 |
+
widget:
|
| 14 |
+
- text: A portrait of lefos dressed as turkey in thanksgiving.
|
| 15 |
+
output:
|
| 16 |
+
url: images/example_oy8jgjsub.png
|
| 17 |
+
|
| 18 |
---
|
| 19 |
# flux lora lefos
|
| 20 |
|
images/example_oy8jgjsub.png
ADDED
|