Instructions to use glif/bad-taxidermist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use glif/bad-taxidermist with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("glif/bad-taxidermist") prompt = "eerie grotesque octopus underwater. bad taxidermist style." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 7 files
Browse files- flux_dev_bad_taxidermist.safetensors +3 -0
- images/7413acc8-b30f-466e-bb8a-11daea6fbf4c.png +3 -0
- images/78c200c9-3eeb-4e5d-9d32-c2197d2c2bb1.png +3 -0
- images/80177c7a-0e26-4e35-899d-4fd7edcfde6f.png +3 -0
- images/example_tklxx9myf.png +3 -0
- images/example_ttd02uquz.png +3 -0
- images/fc11a3a3-5731-49f2-b96c-a8dd5a50a0cb.png +3 -0
flux_dev_bad_taxidermist.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1922c67aeb9dafb2b347fac9203670c7dd5c8c9a3d32a6f000a4d254e4ffd691
|
| 3 |
+
size 451202792
|
images/7413acc8-b30f-466e-bb8a-11daea6fbf4c.png
ADDED
|
Git LFS Details
|
images/78c200c9-3eeb-4e5d-9d32-c2197d2c2bb1.png
ADDED
|
Git LFS Details
|
images/80177c7a-0e26-4e35-899d-4fd7edcfde6f.png
ADDED
|
Git LFS Details
|
images/example_tklxx9myf.png
ADDED
|
Git LFS Details
|
images/example_ttd02uquz.png
ADDED
|
Git LFS Details
|
images/fc11a3a3-5731-49f2-b96c-a8dd5a50a0cb.png
ADDED
|
Git LFS Details
|