CoolFace
Modelpublic

AlekseyCalvin/Neurealist_Textographic_Collage_FLUX_bySilverAgePoets_v2

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes177downloads
Model Card

NEUREALIST COLLAGE FLUX LoRA

|||||||| VARIANT 2 |||||||||

||| By SilverAgePoets.com |||

<Gallery />

For generating neurealist collages with text, particularly tall/portrait-format images construed of two vertically arranged thematically-connected segments/sections. <br>

Sources

This LoRA, along with several other versions thereof, was trained on dozens of collages created by us, mainly from our altered/detourned screenshots of auto-close-captioned frames of the film Why are we SO CONFUSED? (and what can we do about it?) (2024) by David Shields, which we watched and sampled via the Sublation Media w/Douglas Lain YouTube channel. <br>

Trigger words / Suggestions

You should use neurealist textographic photo collage art or neurealist textographic surreal photo collage to summon suchlike proliferations. <br> We suggest that you set vertical/portrait dimensions for inference using this LoRA. Somewhat aside from its aesthetic specificities and impacts. <br>

A little pre-ambling or postscriptual poem/potential prompt-fodder for ye:

ALIVETIME'S HORIZON <br> By A.C.T. SOON® <br>

History proceeds in screams of cold metal, <br> Criss-crossing a world heavy with a wild scramble of desperate photorealistic deserters. <br> Meanwhile, in tacitly dimensioned ghosty borders, <br> Our time schedulers get re-engineered by an enthusiast: ‘Konstantin Ivanov’, <br> A sortova Lenin disguised in self-stacking strawy wigs & hats; <br> Whilst, jerry-rigged onto their flaps & caps & fringes, cyber-limbs quickly shovel dialectically-synthesized coals... <br> Unto alivetime’s horizon. <br> <br> In reply, signals sprout… <br> Looming, hurtling through trees, out of the dark… <br> Diffusely trembling, skating in on hybrid spectacles' marionette arks… <br> Else, drifting over bottomless cosmic-size imagery basins, these signals raft in <br> On brane-like Constructivist frames periodically fed abstractions <br> Manually snapped & stuffed into transparent pipeline ends rearing each frame; <br> So that soon, not over times presupposed but as a real hidden process, <br> Half-digested phantom abstractions graphically spew us, <br> A few million at once, <br> From frames' front-end breath-holes; <br> Some then get picked up & juggled like hot coals by a grinning Guy Debord, <br> Who climbs – slowly transforming to a catty camgirl – out of a tomb of long-ago cremated airs; <br> And whenever gradient walls ridge steeper, cherry or tomato juices... <br> – But perchance wines of covertly archived dreams – <br> Splash, spilled from that long-ago bullet-burst chest: <br> No, no longer a bleeding heart of numbered claims, but a peephole: <br> Peeking alivetime’s horizon. <br> <br> And when zoomed onto D.’s lucid glasses: <br> Note how across them, same as ever, great diversities of characteristics slide, latticed by strained sunlight into books and galleries of inexplicable unities, <br> Such as our faces, apparitioning here or there for a Kodak-flash or a century, as mirages... <br> Or as holograms which, viewed from the back or upside down, disperse into feature catalogues, <br> Only to startle one, condensing years unrepressed, in a supermarket line, all candid & singular & selfied together with cell phone cameras, <br> Blending windows nearer transparency and unto some certain point extending indefinitely, as of a spear-tip, <br> And therewith pinning one, as if both or all, onto the musing walls of our shared proto-history, <br> As like wing-patterned formations of Nabokov-privatized muses, once distinguishable only by experts, <br> And though today alone together tomorrow re-taking the air for every wing yet unseen: <br> All up & up & out... <br> Towards alivetime’s horizon… <br>

Use it with the 🧨 diffusers library

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/Neurealist_Textographic_Collage_FLUX_bySilverAgePoets_v2')
image = pipeline('your prompt').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers