--- license: apache-2.0 language: - en tags: - flux - diffusers - lora - replicate - woodcut - avantgarde - SilverAgePoets - Soviet - art-style - image-generation - flux-diffusers - diffusers - photo - realism - Surrealism - illustration - experimental - character - historical person - poetry - literature - history - archival base_model: black-forest-labs/FLUX.1-dev pipeline_tag: text-to-image library_name: diffusers emoji: 🔜 instance_prompt: >- Nikolay Kupreyanov woodcut etching style illustration widget: - text: >- Kupreyanov Soviet revolutionary illustration of rebelling cat in a suit screaming at monstrous mutant policemen during a street battle in San Francisco, red title text at the top: "END EMPIRE! END DEAD ERAS' RX!" output: url: kupreyanov.png - text: >- An illustration in the style of Nikolay Kupreyanov, depicting a crowned figure riding a horse. The figure holds a raised sword and wears a flowing robe. The composition includes stylized flowers and plants, with bold, contrasting black and white lines. output: url: kupreyanov2.png - text: >- Kupreyanov style Soviet revolutionary illustration of rebelling proletarians bringing down the pillars of global Capital, upon which sits a bulging massive many limbed chimeric monster with the crown of a tzar, a fat flabby body, many limbs armed with deadly weapons, a beastly head, and a serpent's tail. Yet, the rebels prevail, and though many among them are massacred, some succeed un shattering the foundations of Capital and its ghastly overlord! Caption on the stone monument being destroyed reads: “CAPITAL" output: url: kupreyanov3.png --- # Nikolay Kupreyanov FLUX LoRA by SilverAgePoets.com Our Low-Rank Adapter (LoRA) for FLUX models, fine-tuned on the distinctive c.1910s-1920s early Soviet woodcuts, etchings, engravings, drawings, & poster designs by:
the artist/engraver **Nikolay Nikolayevich Kupreyanov** *(1894 — 1933)*.
![photo of Kupreyanov with a cat](http://www.printsmuseum.ru/files/artist/f6e4f9d7c0015db022ad35d7d826e449.jpg) For stylized images reminiscent of early-Soviet Suprematism-influenced woodcuts, drawings, & designs for posters, ex-libris, & more.
Check out a gallery of woodcuts by Nikolay Kupreyanov [here](http://www.printsmuseum.ru/artist/view/9/). Most of the artworks accessible via this link were used by us towards this fine-tune (alongside a few other sources, such as examples of Kupreyanov's agitprop poster designs).
## Trigger words You should use `Nikolay Kupreyanov woodcut etching style illustration` or 'Kupreyanov style art' to summon the artist's latent hand. ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) ```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/NikolayKupreyanov_FluxLoRA_v1_bySilverAgePoetsd', weight_name='NikolayKupreyanov_FluxLoRA_v1_bySilverAgePoets.safetensors') image = pipeline('your prompt').images[0] ``` For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co./docs/diffusers/main/en/using-diffusers/loading_adapters)