How to use Jonjew/TerryFarrellEarly90s 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("Jonjew/TerryFarrellEarly90s") prompt = "a beautiful detailed high resolution photo of a woman wearing a traditional maid outfit with a maid headdress. The outfit is made of shiny silk and has puffy satin short sleeves. She is holding a tray and has a breaming smile at the viewer. <lora:Person_TerryFarrellH3-90s-FLUX:1>" image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!