Instructions to use aztro/flux-lora-ma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aztro/flux-lora-ma 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("aztro/flux-lora-ma") prompt = "A confident woman stands in a military-themed setting, wearing a form-fitting, olive green jumpsuit with a high collar and black gloves. Her long, braided hair falls over her shoulder, and she has a determined expression. The background features blurred figures in military attire and red banners, enhancing the authoritative atmosphere of the scene." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
images/barra-removebg-preview.png
ADDED
|
Git LFS Details
|
mabama-flux-l-000004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf39288f0a95a90f06374835b159ec8613fcd9013b1756afd630210a809fee68
|
| 3 |
+
size 39759624
|