--- license: apache-2.0 language: - en base_model: - black-forest-labs/FLUX.1-dev tags: - lora - flux - diffusers - image-generation pipeline_tag: text-to-image library_name: diffusers instance_prompt: Gerda Wegener style painting, artwork widget: - text: >- Gerda Wegener style painting of a modern woman, 21st century, by Gerda Wegener, stylized output: url: images/example_2u8j25goh.png - text: Gerda Wegener style painting of a woman in New York City output: url: images/example_cc8ug53aa.png - text: Gerda Wegener style painting of a man running after a car output: url: images/example_q2cb0nei5.png - text: >- Gerda Wegener style painting of of beautiful Arthur Rimbaud, the revolutionary blonde messy haired teenage trans man poet delivering a lecture to parlor book club group of revolutionary poet cat-person hermaphrodite angels circa the 1870s, output: url: images/example_quxo67o5m.png - text: >- Gerda Wegener style painting of Arthur Rimbaud, the radical irreverent blonde messy haired teenage trans man rascal vagabond poet in rags scowling while delivering a lecture to a parlor book club group of revolutionary poet cat-person hermaphrodite mermen circa the 1870s, output: url: images/example_qpfalp41v.png - text: >- Gerda Wegener style painting of a sad weeping giant cosmic web-entrapped post-human cyberorganetic hyperintrawoman singing as projected images of world history stream over her face, a stylized thought bubble reads text: "My most moving images have been replaced by everyone's thoughts! WELP!”, textured brush strokes, impressionistic character, painting, , 31st century, by Wegener, stylized art output: url: images/example_kwh3w4krn.png - text: >- Gerda Wegener style artwork, a painting of a giant cosmic web-enmeshed levitating panopticon crafted by post-human virtual capitalists to imprison the world's diverse peoples in increasingly crowded cells, desperate crowds try to break out of their elaborate 31st century prison, revolutionary hope appears in as a subtle hint in an obscure corner of the composition - encode this detail contextualizing it with maximum subtlety - textured brush strokes, bursting with expressionistic visions paint splatters cosmic debris of souls, spectaclist economic backwash, freshly noo-impressionistic character of retotalizing disintegration, postpainting, art by Gerda Wegener output: url: images/example_8cp3cp20l.png - text: >- Gerda Wegener style artwork, a painting of a giant cosmic web-enmeshed levitating panopticon crafted by post-human virtual capitalists to imprison the world's diverse peoples in increasingly crowded cells, desperate crowds try to break out of their elaborate 31st century prison, revolutionary hope appears in as a subtle hint in an obscure corner of the composition - encode this detail contextualizing it with maximum subtlety - textured brush strokes, stylized text word bubble reads: "the struggle of our time is to see a common class interest in all kinds of information making… but not owning the means to realize its value”, text bubbles rise bursting with expressionistic visions paint splatters cosmic debris of souls, spectaclist economic backwash winces, freshly noo-impressionistic character of retotalizing disintegration, postpainting, art by Gerda Wegener output: url: images/example_xjzbkd3s8.png - text: >- Gerda Wegener style artwork, stylized text word bubble reads: "the struggle of our time is to see a common class interest in all kinds of information making…", art by Gerda Wegener, a painting of a giant cosmic web-enmeshed levitating panopticon crafted by post-human virtual capitalists to imprison the world's diverse peoples in increasingly crowded cells, desperate crowds try to break out of their elaborate 31st century prison, revolutionary hope appears in as a subtle hint in an obscure corner of the composition - encode this detail contextualizing it with maximum subtlety - textured brush strokes, stylized text word bubble reads: "the struggle of our time is to see a common class interest in all kinds of information making… but not owning the means to realize its value”, text bubbles rise bursting with expressionistic visions paint splatters cosmic debris of souls, spectaclist economic backwash winces, freshly noo-impressionistic character of retotalizing disintegration, postpainting, art by Gerda Wegener output: url: images/example_fgh2h1sry.png - text: >- Gerda Wegener style artwork, stylized text word bubble reads: "the struggle of our time is to see a common class interest in all kinds of information making…", art by Gerda Wegener, a painting of a giant cosmic web-enmeshed levitating panopticon crafted by post-human virtual capitalists to imprison the world's diverse peoples in increasingly crowded cells, desperate crowds try to break out of their elaborate 31st century prison, revolutionary hope appears in as a subtle hint in an obscure corner of the composition - encode this detail contextualizing it with maximum subtlety - textured brush strokes, stylized text word bubble reads: "the struggle of our time is to see a common class interest in all kinds of information making… but not owning the means to realize its value”, text bubbles rise bursting with expressionistic visions paint splatters cosmic debris of souls, spectaclist economic backwash winces, freshly noo-impressionistic character of retotalizing disintegration, postpainting, art by Gerda Wegener output: url: images/example_9cw4vb7or.png --- ## Gerda Wegener Style FLUX LoRA ## ||| By SilverAgePoets.com ||| ## Trigger words You should use `Gerda Wegener style painting` to bring in the style of this most universal of portraitists. ## 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/GerdaWegener_Style_FluxLoRA_bySilverAgePoets') image = pipeline('your prompt').images[0] ```