--- 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: neurealist photo collage widget: - text: >- Those who survive learn how to sleep, saved for a span of time, But I know: time must run out when dreams start to run inside. There is an art of enormous forms: Statues devised from slabs. It is an art form of timeless stone: Art of stone monuments. output: url: images/example_k8x5t34bb.png - text: >- A surreal, two-part Neurealist textographic collage. At the top is a surreal photo of two feminine figures in hip dresses: one with a deer's head and the other with a reddish orange flaming head, set against a rural utopian backdrop. The collage image on the bottom shows a black hole or solar eclipse dark circle, in-between many colorful lines extending. A surreal image featuring two figures in vintage dresses, one with a deer's head and the other with a flaming head, set against a rural backdrop. Below is a dynamic, abstract depiction of a black hole with radiating lines. Surrealist dreamlike phantasmagoric pro intricately detailed book illustration art, balanced composition, intricate detailing, titles and captions accurately spelled with painstakingly absolute fidelity, inspired by Max Ernst, accurate anatomy, finest rich black ink, color-corrected, accurate anatomy, museum-quality, crisp best quality masterpiece HD photography, photo-collage, mind-warping and psychedelically transgressive masterpiece work of radical revolutionary Dada. The two images explore and comment upon themes of identity, perception, and existentialism. The top image segment is captioned with the following text: "Our self, the only Savior we're waiting for isn't comingling readily, fickle as deer, flames, / shyly paces, claims existence is absurd the world is reinvented with or within or without us..." In its turn, the black hole (or possibly the solar eclipse) image on the bottom is matched with an even lengthier and more arcanely philosophical textual counterpart (or poetic counterpoint sequence), captioned with the following phrase: "an image is an image is an image of our thought re/)fract(ur)ed / on & into your thinking, not unlike an ear-worm song, & / whether you believe it or not sort of / like how we thought, or intuited, all along...", Meanwhile, the top collage image segment caption reads: " OUR SELF, THE ONLY SAVIOUR WE'RE WAITING FOR ISN'T COMINGLING READILY, FICKLE AS DEER, FLAMES, / SHYLY PACES, CLAIMS EXISTENCE IS ABSURD, THE WORLD IS REINVENTED WITH OR WITHIN OR WITHOUT US" Every word in the above text appears only in the upper segment caption, distinct and separate from the bottom collage image segment caption, the text of which reads: "AN IMAGE IS AN IMAGE IS AN IMAGE OF OUR THOUGHT RE-FRACT(UR)ED / ON & INTO YOUR THINKING, NOT UNLIKE AN EAR-WORM SONG, & / WHETHER YOU BELIEVE IT OR NOT SORT OF / LIKE HOW WE THOUGHT, OR INTUITED, ALL ALONG ... ". Surrealist phantasmagoric detailed book illustration photo collage, balanced composition. output: url: images/example_osijnsvuy.png --- ## NEUREALIST COLLAGE FLUX LoRA ## |||||||| VARIANT 3 ||||||||| ## ||| By SilverAgePoets.com ||| For generating neurealist collages with text, particularly tall/portrait-format images construed of two vertically arranged thematically-connected segments/sections.
## Trigger words You should use `neurealist textographic photo collage art` or `neurealist textographic surreal photo collage` 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/NeurealistCollage_V3_BySilverAgePoets_overDedistilled', weight_name='NeurealistCollage4.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)