How to use from the
Use from the
Diffusers library
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("RedSparkie/alicedamato-rank4-experiment")

prompt = "AliceDamato is posing for a LinkedIn profile picture. Black suit with white shirt. Blonde hair. Red lips. LCDMT."
image = pipe(prompt).images[0]

Experimental 4 rank version of this LORA..

Deranked with this code.

Rank 4 isn't enough to keep face perfection but it is usable. Ko‑fi

Downloads last month
27
Inference Providers NEW
Examples

Model tree for RedSparkie/alicedamato-rank4-experiment

Adapter
(40671)
this model