Instructions to use Shakker-Labs/FLUX.1-dev-LoRA-playful-metropolis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shakker-Labs/FLUX.1-dev-LoRA-playful-metropolis 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("Shakker-Labs/FLUX.1-dev-LoRA-playful-metropolis") prompt = "A giant tiger dressed in retro clothing strolls between the skyscrapers of Tokyo. The tiger's eyes, peering through sunglasses, exude a cool vibe. On its back are a few cartoon-style birds playing small instruments, providing a soundtrack for the tiger's walk," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,12 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
|
|
| 38 |
---
|
| 39 |
# FLUX.1-dev-LoRA-playful-metropolis
|
| 40 |
|
| 41 |
-
This is a LoRA (Playful Metropolis) trained on FLUX.1-dev for illustration style, combining urban environments with imaginative cartoon elements.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
## Showcases
|
| 44 |
<Gallery />
|
|
@@ -73,4 +78,4 @@ You can also download this model at [Shakker AI](https://www.shakker.ai/modelinf
|
|
| 73 |
|
| 74 |
|
| 75 |
## Acknowledgements
|
| 76 |
-
This model is trained by our copyrighted users. We release this model under permissions. The model follows [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
|
|
|
| 38 |
---
|
| 39 |
# FLUX.1-dev-LoRA-playful-metropolis
|
| 40 |
|
| 41 |
+
This is a LoRA (Playful Metropolis) trained on FLUX.1-dev for illustration style by [JHAlchemy](https://www.shakker.ai/userpage/bbe5dd5bb87d4daf9733b9ac27892ee4/publish), combining urban environments with imaginative cartoon elements.
|
| 42 |
+
|
| 43 |
+
<div class="container">
|
| 44 |
+
<img src="./poster.jpg" width="1024"/>
|
| 45 |
+
</div>
|
| 46 |
+
|
| 47 |
|
| 48 |
## Showcases
|
| 49 |
<Gallery />
|
|
|
|
| 78 |
|
| 79 |
|
| 80 |
## Acknowledgements
|
| 81 |
+
This model is trained by our copyrighted users [JHAlchemy](https://www.shakker.ai/userpage/bbe5dd5bb87d4daf9733b9ac27892ee4/publish). We release this model under permissions. The model follows [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|