Instructions to use Jonjew/ElleMacpherson with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/ElleMacpherson 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/ElleMacpherson") prompt = "<lora:elle_macpherson_512_dev_f1_k:1>wearing a designer turtle neck sweater, Photo of a beautiful woman sitting alone at a cozy coffee shop, looking directly at the camera with a warm smile, holding a delicate glass of latte in hand, soft morning light streaming through the window, realistic, detailed." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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/ElleMacpherson")
prompt = "<lora:elle_macpherson_512_dev_f1_k:1>wearing a designer turtle neck sweater, Photo of a beautiful woman sitting alone at a cozy coffee shop, looking directly at the camera with a warm smile, holding a delicate glass of latte in hand, soft morning light streaming through the window, realistic, detailed."
image = pipe(prompt).images[0]elle macpherson

- Prompt
- <lora:elle_macpherson_512_dev_f1_k:1>wearing a designer turtle neck sweater, Photo of a beautiful woman sitting alone at a cozy coffee shop, looking directly at the camera with a warm smile, holding a delicate glass of latte in hand, soft morning light streaming through the window, realistic, detailed.
Model description
FROM https://civitai.com/models/1067618/elle-macpherson?modelVersionId=1198293
Trigger elle
Strength 1
Trigger words
You should use elle to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 10
Model tree for Jonjew/ElleMacpherson
Base model
black-forest-labs/FLUX.1-dev