ποΈ Civitai Celeb LoRA Archive
A public archive of all the celebrity LoRAs that were released for free on Civitai.com. Curated by Stoke to preserve community access to these creative tools.
π Usage
AUTOMATIC1111 / SD.Next / ComfyUI
- Download the
.safetensors
file from Files and versions. - Place it in your
models/Lora/
folder. - Prompt using the trigger word, e.g.:
[trigger] a posed fashion portrait, dramatic lighting
Hugging Face Diffusers
from diffusers import StableDiffusionPipeline
import torch
pipe = StableDiffusionPipeline.from_pretrained(
"CompVis/stable-diffusion-v1-4",
torch_dtype=torch.float16
).to("cuda")
pipe.load_lora_weights(
"stokemctoke/civitai_celeb-lora-archive",
weight_name="F1D_Brigitte-Bardot_v02.safetensors"
)
image = pipe(
"[trigger] a posed fashion portrait, dramatic lighting"
).images[0]
image.save("brigitte-bardot_output.png")
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support