Morpheus (Laurence Fishburne) - Matrix - 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 m0rf3
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('Keltezaa/morpheus-laurence-fishburne-matrix-flux', weight_name='morpheus-flux-m0rf3.safetensors')
image = pipeline('bokeh, portrait photo, m0rf3 Matrix background, m0rf3 wears black leather jacket with tie and glasses').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 23
Model tree for Keltezaa/morpheus-laurence-fishburne-matrix-flux
Base model
black-forest-labs/FLUX.1-dev