Indiana Jones (Harrison Ford) - FLUX
Model description
Support my work 1 euro: https://ko-fi.com/sdprompt
Want a Custom/private LoRA? Get it here : Commissions
I am one of the Top and Leggendari creators of the models of CivitAI's clebrity, who returned to the top 10 in 2 years.
Support my work with a simple donation of 1 euro
https://ko-fi.com/sdprompt
Thank you
Trigger words
You should use a4nh8
to trigger the image generation.
Download model
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/indiana-jones-harrison-ford-flux', weight_name='indiana-jones-flux-a4nh8.safetensors')
image = pipeline('80mm lens. F2.8. . photography. f/2.8 , bokeh, outdoor,, a4nh8, man, whip in hand').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers