Celebs + flux
Collection
duhh
•
50 items
•
Updated
•
4
(CivitAI)
Gillian Leigh Anderson (born August 9, 1968) is an American actress, writer, and activist. She is best known for her roles as FBI Special Agent Dana Scully in the sci-fi series The X-Files (1993–2002; 2016–2018)
Based on 100 screenshots from "The X-Files" (Season 1 - 1080p Blu-Ray)
You should use Gillian Anderson
, Dana Scully
to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
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/gillian-anderson-1993-flux', weight_name='Gillian_Anderson_1993_Flux.safetensors')
image = pipeline('Dana Scully is seen in a candid upper-body photo, captured with a 2000s digital camera. The image has a grainy, low-resolution look typical of that time. She’s leaning against a wall in a casual pose, wearing a simple t-shirt and jeans. she has a red bobcut, reflecting the early 2000s fashion, and the photo captures her in a natural, relaxed moment, possibly mid-conversation. The lighting is uneven and slightly overexposed, creating a nostalgic, snapshot feel with a genuine, unpolished vibe').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
Base model
black-forest-labs/FLUX.1-dev