AhmedSHAWKI/egyptian-actor-adel-imam-elderly-version-flux-lora
Egyptian Actor - ADEL IMAM (ELDERLY VERSION) Flux - LoRa
<Gallery />
(CivitAI)
Model description
<h3 id="this-is-a-lora-of-a-adel-imam-elderly-versionplease-use:-"adimo"-as-trigger-word-titmuphsd"><u><span style="color:rgb(255, 255, 255)">This is a LORA of a </span></u><strong><span style="color:rgb(255, 255, 255)">ADEL IMAM ELDERLY VERSION</span></strong><span style="color:rgb(255, 255, 255)"><br />please use: "</span><strong><span style="color:rgb(255, 255, 255)">ADIMO</span></strong><span style="color:rgb(255, 255, 255)">" as </span><strong><span style="color:rgb(255, 255, 255)">Trigger Word</span></strong></h3>
Trigger words
You should use ADIMO 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('AhmedSHAWKI/egyptian-actor-adel-imam-elderly-version-flux-lora', weight_name='ADEL_IMAM_OLD.safetensors')
image = pipeline('`ADIMO`').images[0]For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
