Jennifer Carpenter 2012 Flux and SDXL
Model description
Flux
Jennifer Carpenter in 2012.. All sample images are with no face detailer or hi-res fix, they are 1024x1024 resolution. They are generated on Euler at 20 steps. This lora is trained on 1024x1024 resolution as well. I used flux dev in the sample images.I recommend putting "light makeup" some where in your prompt. I've done testing and there are 2 ways my loras usually work best:
Strength at 0.9-1 with no trigger word
Strength at 0.85-.0.95 with trigger word: c4rp3
i use comfy ui and theres a strength_clip option in the lora node and i set it to 0.85. Idk whats best but thats what i do
SDXL
Jennifer Carpenter in 2012. I recommend putting "light makeup" at the end of the prompt and seeing if it brings better results, if not just remove it. It depends on the checkpoint. This goes all my loras of women.
put this in negative prompt: ugly, deformed, airbrushed, photoshop, rendered, (multiple people), blurry, child, mouth open
Trigger words
You should use c4rp3
, light makeup
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/jennifer-carpenter-2012-flux-and-sdxl', weight_name='Jennifer_Carpenter_2012_Flux.safetensors')
image = pipeline('woman, light makeup, wearing a basketball jersey, at a basketball court, looking at camera').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 239
Model tree for Keltezaa/jennifer-carpenter-2012-flux-and-sdxl
Base model
black-forest-labs/FLUX.1-dev