AlekseyCalvin/Natalia_Goncharova_Style_FluxLoRA_LowStepVariant_BySilverAgePoets
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](https://huggingface.co/AlekseyCalvin/Natalia_Goncharova_Style_FluxLoRA_bySilverAgePoets). <br> 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. <br>
A Low(ish)-Rank Adapter (LoRA) (rank 64) for FLUX models <br> Fine-tuned on around 30 artworks (mainly paintings, plus a few drawings/versebook illustrations) by... <br> The paradigm-setting Cubo-Futurist, post-Expressionist, quasi-Suprematist, proto-Constructivist, & many other sorts of -ist artist: <br> The legendary horizon-bender Natalia Goncharova (1881-1962)! <br>
<Gallery />
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. <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/Natalia_Goncharova_Style_FluxLoRA_bySilverAgePoets')
image = pipeline('your prompt').images[0]