--- 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: >- W00dn figure carving style photo of a bulbart style sculpture installation photo of widget: - text: >- W00dn figure carving style photo of a bulbart style sculpture installation photo of modern pirates battling against monstrous carved cops at albany bulb output: url: images/example_ua66yerkq.png - text: >- W00dn figure carving bulbart driftwood eclectic bulbart punk rock gothic pokemons valiantly resisting an invading army of eclectic public art wooden driftwood sculpture cops making an organized apocalyptic assault into a Utopian futuristic artist village on the Albany Bulb in 2050, bulbart W00dn figure output: url: images/example_nv6o043ie.png --- ## Bulb Sculptures & Wooden Figure Carvings MERGE ## __||| FLUX LoRA By SilverAgePoets.com |||__ A FLUX LoRA merge between:
Our [Albany Bulb Public/Autonomous Zone Sculptures](https://huggingface.co/AlekseyCalvin/ArtAtTheBulb_LoRA_bySilverAgePoets)
&
[WizWhite](https://huggingface.co/WizWhite)'s [Wooden Figure Carvings](https://huggingface.co/WizWhite/wizard-s-wooden-figure-carvings)
## Trigger words You should use `W00dn figure carving style photo of a bulbart style sculpture installation photo of ` or/and `bulbart style sculptures` or/and `W00dn figure carving style In a used condition with signs of wear and tear. The hand-painted colors are worn and faded, and the wood has chipped. A large crack in the wood runs through the figure.` or/and `bulbart style art W00dn figure carving installation` or `photo of a bulbart style autonomous zone scenery with statues of W00dn figure carving style` to diffuse forth the liberated and undisposably sublime, if also very mildly radioactive, phantom of a once-liberated enclave.
## 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/BulbWoodenCarvedMerge') image = pipeline('your prompt').images[0] ```