|
--- |
|
license: other |
|
license_name: flux-1-dev-non-commercial-license |
|
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md |
|
language: |
|
- en |
|
tags: |
|
- flux |
|
- diffusers |
|
- lora |
|
base_model: black-forest-labs/FLUX.1-schnell |
|
pipeline_tag: text-to-image |
|
instance_prompt: bad taxidermist style |
|
library_name: diffusers |
|
inference: |
|
parameters: |
|
width: 1024 |
|
height: 1024 |
|
widget: |
|
- text: Eerie Grotesque octopus underwater. bad taxidermist style. |
|
output: |
|
url: images/example_tklxx9myf.png |
|
- text: Eerie Grotesque dead woman underwater. bad taxidermist style. |
|
output: |
|
url: images/example_ttd02uquz.png |
|
- text: Eerie Grotesque horse at a dark wood. bad taxidermist style. |
|
output: |
|
url: images/example_co0disww9.png |
|
- text: Eerie Grotesque Green leaf. bad taxidermist style. |
|
output: |
|
url: images/example_h5ya57ksp.png |
|
- text: Eerie Grotesque taxidermized lion. bad taxidermist style. |
|
output: |
|
url: images/example_3lgglsv3i.png |
|
- text: Eerie Grotesque taxidermized lion. bad taxidermist style. |
|
output: |
|
url: images/example_u06apn4ak.png |
|
- text: >- |
|
Eerie Grotesque taxidermized lion wearing a dark blue suit and am argentine |
|
presidential sash light blue with a white central band. He is holding a |
|
presidential baton. There is an old clock in the shape of a skull.bad |
|
taxidermist style. |
|
output: |
|
url: images/example_ec27dykmo.png |
|
- text: Eerie Grotesque an alien lying on an autopsy table . bad taxidermist style. |
|
output: |
|
url: images/example_blyxfl5c2.png |
|
- text: >- |
|
eerie grotesque a squirrel holding a rotten acorn. ultra detailed hair. 8k. |
|
intricate details. bad taxidermist style. |
|
output: |
|
url: images/example_83i5ijx38.png |
|
- text: >- |
|
Full body shot of A mysterious creature, half woman, half worm. Her upper |
|
body resembles that of an old stocky woman with nearly albino, platinum |
|
blonde hair cascading down her back, contrasting with her deeply shadowed, |
|
long-lashed eyes. Her makeup is striking, with bold black eyeliner that |
|
accentuates her slightly crossed eyes, giving her an eerie yet captivating |
|
look. Her skin is pale and almost translucent, reflecting an ethereal glow |
|
in the moonlight. Below her waist, her body transitions into the soft, |
|
segmented form of a worm, the undulating coils covered in smooth, pinkish |
|
flesh. She moves gracefully despite her unsettling appearance, blending into |
|
the earth and dark environments with ease. This creature, both alluring and |
|
grotesque, hides in the damp soil of forgotten forests, emerging only during |
|
misty dawns or foggy twilights to lure curious travelers with her haunting |
|
beauty and delicate voice, which contrasts her monstrous form. bad |
|
taxidermist style. |
|
output: |
|
url: images/example_frxrnpdhv.png |
|
|
|
--- |
|
|
|
# Flux Bad Taxidermist |
|
|
|
|
|
|
|
## Trigger words |
|
You should use `bad taxidermist style` to trigger the image generation. |
|
|
|
<Gallery /> |
|
|
|
|
|
## 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('lichorosario/flux-lora-bad-taxidermist', weight_name='lora.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) |