CoolFace
Modelpublic

AlekseyCalvin/Osip_Mandelshtam_FluxLoRA_SilverAgePoets_v3

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes8downloads
Model Card

<Gallery />

Osip Mandelshtam Low-Rank Adapter (LoRA) for FLUX models, by SilverAgePoets.com

Visit SilverAgePoets.com for our translations<br> From the works of the great poet and writer: <br>

Osip Mandelshtam (b.01/14/1891-d.12/27/1938) <br>

Also: WATCH ON YOUTUBE our multimodal adaptation clip of Mandelshtam's 1923/1936 poem "VEK"/"CENTURY". <br>

Trigger words

You should use Mandelshtam to trigger the image generation.

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/MandelshtamFlux3', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers