Arthur Rackham Style Flux LoRA
HISTORIC ๐๐ก๐ฏ๐๐ค๐ฅ STYLE โ๐ธโ๐ด๐ด
||| By SilverAgePoets.com |||
A Low-Rank Adapter (LoRA) for FLUX-family models...
Fine-tuned on around 40 artworks ...
Conjuring the phantasmal tales of old, and traced by the masterous instruments of the famous:
Arthur Rackham (1867-1939).
Prompt with:
Scribble Rackham style art, illustration by Arthur Rackham, extremely detailed fairy tale artwork, intricate, grotesque, phantasmagoric illustration, fantasy fine strokes, pen, paint, pencil, pastels, oil
& implore past-masked futures to guide you astray into endless carnival gardens; hedgerows tinseled with rainbows and moonglow, dresses & frock coats scuttle on echoes, rushing to catch for the billionth time early dawn fireworks of yearning igniting... Perhaps in these gardens you'd find at long last some mysteries yet to be dreamed...
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/Rackham_Style_FluxLoRA_BySilverAgePoets')
image = pipeline('your prompt').images[0]
- Downloads last month
- 23
Model tree for AlekseyCalvin/Rackham_Style_FluxLoRA_BySilverAgePoets
Base model
black-forest-labs/FLUX.1-dev