CoolFace
Modelpublic

AlekseyCalvin/Julian_Assange_FluxLoRA_BySilverAgePoets

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes21downloads
Model Card

Julian Assange Identity β„’π“Έβ„œπ΄

||| By SilverAgePoets.com |||

A Low-Rank Adapter (LoRA) for FLUX-family models... <br> Intended to produce the likeness of Julian Assange circa roughly 2014-2017. <br> Made to create content for a conceptual animation project. <br> This LoRA was fine-tuned on a minimal set of widely available publicity photos, many (if not all) of which have almost certainly already gone into SD1.4/1.5 and maybe other models (albeit in unfocused-on forms), via news/etc-sourced pre-training data. <br> We politely ask you not to use this LoRA towards any creation, production, illustration, or any other use-case that might in any way compromise (or even so much as annoy) the real Assange. <br>

<Gallery />

Prompt using:

Photo of Julian Assange, white hair, realistic Assange, etc... <br>

Use it with the 🧨 diffusers library

py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('AlekseyCalvin/Julian_Assange_FluxLoRA_BySilverAgePoets')
image = pipeline('your prompt').images[0]