AlekseyCalvin/Modern_Sculpture_FLUXlora_BySilverAgePoets
012
(Meta-)Modern Sculpture Flux LoRA
||| By SilverAgePoets.com |||
Fine-tuned on an eclectic mix of sculptures, monuments, & installations – most of them crafted in the 21st century – via photos taken at a range of European museums and galleries. <br>
<Gallery />
Trigger words
You should use photo of a soonr style sculpture, and/or (optionally) Modern Sculpture, or Meta-Modern Monument, to forge your own simulacral ghost of meaning given dimensions. <br>
Use it with the 🧨 diffusers library
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/Modern_Sculpture_FLUXlora_BySilverAgePoets')
image = pipeline('your prompt').images[0]