--- license: apache-2.0 language: - en tags: - flux - diffusers - lora - replicate base_model: black-forest-labs/FLUX.1-dev pipeline_tag: text-to-image instance_prompt: HST style autochrome photograph widget: - text: >- HST autochrome photo of the inside of human anatomy with the outline of a tall male body showing skeleton inside in its its chest a blooming flowery soft pink pistol heart shooting love and flowers, a heart shaped like a pistol with a flower and love protruding from the pistol's gunmouth barrel, hyper-structural neo-Symbolism, output: url: images/example_abrn1bj4r.png - text: >- History proceeding in screams of cold metal criss-crossing a world heavy with desperate deserters; stacked strawy wigs & hats, shoveling coal unto alivetime’s horizons. In reply, signals sprout… Looming, hurtling through trees, out of the dark… trembling, skating in on the spectacle’s marionette arks… rafting over imagery on a constructivist frame, surviving on abstract elements, grafted everyplace, graphically, grifters juggling coals, climbing out of a tomb of long-ago cremated air, splashing around cherry juice from shot-thru chests, no longer just any bleeding hearts, but alivetime’s horizon output: url: images/example_l02rzojss.png - text: >- HST autochrome photo reels of a History proceeding in screams of cold metal criss-crossing a world heavy with desperate deserters; stacked strawy wigs & hats, shoveling coal unto alivetime’s horizons. In reply, signals sprout… Looming, hurtling through trees, out of the dark… trembling, skating in on the spectacle’s marionette arks… rafting over imagery on a constructivist frame, surviving on abstract elements, grafted everyplace, graphically, grifters juggling coals, climbing out of a tomb of long-ago cremated air, splashing around cherry juice from shot-thru chests, no longer just any bleeding hearts, but alivetime’s horizon output: url: images/example_rdvsfmc7q.png - text: >- HST autochrome photo reels of a close up History proceeding machinized thru screams of cold metal criss-crossing a disowned world of rentiers heavy with desperate deserters; stacked strawy wigs & hats, shoveling coal towards voracious camera eyes unto alivetime’s horizons. In reply, signals sprout… Brandishing tools of war... Looming, hurtling through trees, out of the dark… trembling, skating in on the spectacle’s marionette arks… rafting over imagery on a constructivist frame, surviving on abstract elements, grafted everyplace, graphically, grifters juggling coals, climbing out of a tomb of long-ago cremated air, splashing around cherry juice from shot-thru chests, no longer just any bleeding hearts, but alivetime’s horizon output: url: images/example_p5mzm8ig5.png --- ## HSToric Color Lush Apparition V.1 Low-Rank Adapter ## ____||| By SilverAgePoets.com |||____
Our two HSToric Color Lush Apparition HSToric Color low rank adapters series are belatedly shared byproducts of our early Flux training experiments and projects Flux circa summer of 2024. Basically, we wanted to reposition the definition of "quality" when it comes to photorealistic inference using the open/distilled Flux variants, particularly Schnell.
To achieve this, we turned to the very beginnings of historical photography in color: the archival legacy (from circa *1900s-1910s* ) of the photographers **Sergey Prokudin-Gorsky**, who traveled and photographed widely in those years whilst perfecting implementations of a pioneering 3-color-composite photography technique.
This LoRA represents one of our many attempts/approaches to charging the representational powers of Flux with the uncanny character and finesse of Prokudin's visionary captures.
You might find, however, that the Lush Apparition LoRAs are something more than just aesthetically unique. They are also more than a little... demented. And extremely creative. In short, they seldom quite follow prompts.
This is because whilst producing these two LoRAS we were experimenting with targeted fine-tuning solely over specified layers/components of the base model. Trying out all sorts of layer combos, we strayed far from the commonplace quick-train surface targeting character LoRA templates.
Naturally, these trainings were also high rank. See the configs for more details.
## Trigger words You should use `HST style autochrome photograph` to open a vivid window into a chromatically bewitching ever-futurous past.
## 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/HSTcolorFlux_LushApparitionLoRAvI_BySilverAgePoets') image = pipeline('your prompt').images[0] ``` ---