Natalia Goncharova Style Art FLUX LoRA
||| By SilverAgePoets.com |||
NOTE: This is a low-step (350) variant of our Goncharova Style FluxLoRA, from the same training as the variant at our other repo.
In order to spare the HF Inference API the confusion provoked by multiple t2i checkpoints at one repo, & for clearer versioning overall, we've added this second home for Flux'd Goncharova.
A Low(ish)-Rank Adapter (LoRA) (rank 64) for FLUX models
Fine-tuned on around 30 artworks (mainly paintings, plus a few drawings/versebook illustrations) by...
The paradigm-setting Cubo-Futurist, post-Expressionist, quasi-Suprematist, proto-Constructivist, & many other sorts of -ist artist:
The legendary horizon-bender Natalia Goncharova (1881-1962)!
Trigger words
You should use Goncharova style avant-garde painting by the artist Natalia Goncharova
, plus (optionally) Cubo-futurist Post-Expressionist Suprematist early-Soviet Proto-Constructivist elements
&/or realistically textured canvas & brush strokes
to direct Goncharova's forever-questing brush unto a fresh creation.
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/Natalia_Goncharova_Style_FluxLoRA_bySilverAgePoets')
image = pipeline('your prompt').images[0]
- Downloads last month
- 24
Model tree for AlekseyCalvin/Natalia_Goncharova_Style_FluxLoRA_LowStepVariant_BySilverAgePoets
Base model
black-forest-labs/FLUX.1-dev