Instructions to use Jonjew/LilyCollinsCa2008 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/LilyCollinsCa2008 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/LilyCollinsCa2008") prompt = "<lora:Lily_Collins_Ca2008:1> woman Film Still Print, overlaid on the very bottom of the image is silver hand-written text that says \"all my love\", Looking Directly At The Viewer, Centered, Making Eye Contact, Looking Straight Ahead, Looking Forward, Striking A Dynamic Pose, <lora:zz_s_Chest_Size_Slider:-2> buttoned up top" 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/LilyCollinsCa2008")
prompt = "<lora:Lily_Collins_Ca2008:1> woman Film Still Print, overlaid on the very bottom of the image is silver hand-written text that says \"all my love\", Looking Directly At The Viewer, Centered, Making Eye Contact, Looking Straight Ahead, Looking Forward, Striking A Dynamic Pose, <lora:zz_s_Chest_Size_Slider:-2> buttoned up top"
image = pipe(prompt).images[0]Lily Collins (Ca 2008) by matziq

- Prompt
- <lora:Lily_Collins_Ca2008:1> woman Film Still Print, overlaid on the very bottom of the image is silver hand-written text that says "all my love", Looking Directly At The Viewer, Centered, Making Eye Contact, Looking Straight Ahead, Looking Forward, Striking A Dynamic Pose, <lora:zz_s_Chest_Size_Slider:-2> buttoned up top
Model description
FROM https://civitai.com/models/1510831/lily-collins-ca-2008?modelVersionId=1709008
Please support the original creator by donating BUZZ and LIKING at the PAGE ABOVE
Trigger woman
Trigger words
You should use woman 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
- 15
Model tree for Jonjew/LilyCollinsCa2008
Base model
black-forest-labs/FLUX.1-dev