Celebs + flux
Collection
duhh
•
59 items
•
Updated
•
6
Gaia / Jaime Murray - Spartacus Gods of the Arena Tv Series
Triggerwords: gaiasparta, red hair, (black hair, optional)
You should use gaiasparta, red hair,
, gaiasparta, black hair,
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/gaia-jaime-murray-spartacus-gods-of-the-arena-tv-series', weight_name='Gaia__Jaime_Murray_-_Spartacus_Gods_of_the_Arena_Tv_Series-000019.safetensors')
image = pipeline('aiasparta, red hair, , upper body photograph of a woman, red luxurious hair wearing a high necked red coservative roman dress, pearl earings, seductive sly smile, arrogant, looking at viewer, there is a lavish banquete in the background, ').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