|
--- |
|
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: >- |
|
dadadoll style photo of a bulbart style sculpture installation photo of a |
|
Constructivist living doll |
|
widget: |
|
- text: >- |
|
dadadoll style photo of a bulbart style sculpture installation photo of a |
|
Constructivist living doll on Albany bulb |
|
output: |
|
url: images/example_4103l26ic.png |
|
|
|
--- |
|
|
|
## Bulb Sculptures & Marionette Modernism MERGE |
|
## __||| FLUX LoRA By SilverAgePoets.com |||__ |
|
|
|
|
|
<Gallery /> |
|
|
|
## Trigger words |
|
You should use `dadadoll style photo of a bulbart style sculpture installation photo of a Constructivist living doll ` or/and `bulbart style sculptures` or/and `dadadoll style Constructivist marionette puppet` or/and `bulbart style art dadadoll installation` or `photo of a bulbart style autonomous zone scenery with statues of dadadoll puppets` to diffuse forth the liberated and undisposably sublime, if also very mildly radioactive, phantom of a once-liberated enclave.<br> |
|
|
|
## Info Write-Up |
|
A Low-Rank Adapter (LoRA) for FLUX-family models<br> |
|
Fine-tuned on 60+ photos taken from 2000 thru 2020<br> |
|
________ at **The Bay Area's Albany Bulb** ________ <br> |
|
Merged with our [**MARIONETTE MODERNISM Variant 1**](https://huggingface.co/AlekseyCalvin/Marionette_Modernism_FluxLoRA_Var1_bySilverAgePoets) LoRA trained on: <br> |
|
Selection of 60+ photos of uncanny avant-garde Cubo-Futurist/Constructivist & Surrealist/Dadaist string puppets from two mutually-echoing, though autonomously developed, sets crafted by two of 20th century's most iconic and influential avant-garde artists: <br> |
|
**Aleksandra Ekster** *(1882 — 1949)* and **Sophie Taeuber-Arp** *(1889 — 1943)* <br> |
|
|
|
## Creative Sources & Knowledged Resources |
|
|
|
1.[The Battle of the Bulb: Nature, Culture and Art at a San Francisco Bay Landfill](https://boomcalifornia.org/2017/01/01/the-battle-of-the-bulb-nature-culture-and-art-at-a-san-francisco-bay-landfill/), Susan Moffat's in-depth 2017 article on the histories & fates of and at the Bulb.<br> |
|
2.[How We Found a Safe Haven at the Albany Bulb](https://thestreetspirit.org/2014/01/08/how-we-found-a-safe-haven-at-the-albany-bulb/), a 2014 account and appeal from one of the Bulb's long-time locals, Amber Whitson.<br> |
|
3.[Art of Albany Bulb](https://minerdescent.com/2014/09/28/art-of-albany-bulb/), a photo gallery over at *Miner Descent*, with photos from 2014, shortly following the big eradication of the Bulb's autonomous zone and its dwellers' expulsion. One of the major sources for our training set towards this LoRA.<br> |
|
4.[An older gallery, from 2000](https://www.acme.com/jef/photos/bulb.html), another gallery of the Bulb's arts and sights, from the year 2000, and thematically kindred to the first.<br> |
|
Most of the older photos were taken following the first, and far less successful/fatal, municipal/policed attempt to forcefully expell the Bulb-dwellers back in 1999. These photos too became a major component of our training set.<br> |
|
|
|
**One of Ekster's marionettes used for this fine-tune:** |
|
![One of Ekster's marionettes used for this fine-tune:](https://huggingface.co/AlekseyCalvin/Marionette_Modernism_FluxLoRA_Var1_bySilverAgePoets/resolve/main/Aleksandra_Ekster_Marionettes/025.jpg) |
|
Check out a wider subset of Ekster's Cubo-Futurist/Constructivist avant-garde marionettes, from among the images used to fine-tune this LoRA [VIA THIS LINK](https://huggingface.co/AlekseyCalvin/Marionette_Modernism_FluxLoRA_Var1_bySilverAgePoets/tree/main/Aleksandra_Ekster_Marionettes). <br> |
|
|
|
Check out a wider subset of Sophie Taeuber-Arp's Dadaist/Surrealist avant-garde marionettes, from among the images used to fine-tune this LoRA [VIA THIS LINK](https://huggingface.co/AlekseyCalvin/Marionette_Modernism_FluxLoRA_Var1_bySilverAgePoets/tree/main/Sophie_Taeuber-Arp_Marionettes). <br> |
|
**Taeuber-Arp's marionette of King Stag:** |
|
![Taeuber-Arp's marionette of King Stag:](https://huggingface.co/AlekseyCalvin/Marionette_Modernism_FluxLoRA_Var1_bySilverAgePoets/resolve/main/Sophie_Taeuber-Arp_Marionettes/024.png) |
|
|
|
|
|
|
|
|
|
## 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/BulbMarionettesMergeLoraExperiment') |
|
image = pipeline('your prompt').images[0] |
|
``` |
|
|