Edit model card

Flux.1-Dev LoRA Adapter Trained on Me

LoRA Adapter for black-forest-labs/FLUX.1-dev trained on 16 pictures of young women wearing a traditional Vietnamese dess ao dai with ai-toolkit

Model Details

Some Amusing Examples LoRA was trained with the trigger phrase a0da1

Full training config available at train_lora_flux.yaml

Usage

With diffusers package
Note: FLUX uses ~70GBvram when loaded directly with diffusers
Note: Recommended to load at ~70% scale for best results

from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev")
pipeline.load_lora_weights("dtthanh/aodai_v1", weight_name="aodai_v1.safetensors")
pipeline.to("cuda")

prompt = "a photo of a young Asian women dressed in traditional Vietnamese dress called a0da1."

out = pipeline(
    prompt=prompt,
    guidance_scale=3.5,
    num_inference_steps=20,
    cross_attention_kwargs={"scale": 0.7}
).images[0]

out.save("aodai.png")

ComfyUI Workflow

File available at workflow_aodai_lora.json

Additional Details

Please see base model page black-forest-labs/FLUX.1-dev for all details on appropriate usage, licensing, and more.

Downloads last month
7
Inference API
Examples

Model tree for dtthanh/aodai_v1

Adapter
(4629)
this model