Instructions to use Shakker-Labs/FLUX.1-dev-LoRA-One-Click-Creative-Template 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-One-Click-Creative-Template 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-One-Click-Creative-Template") prompt = "A young man, gold hair, white T-shirt. The background is 4 real photos, and in the middle is a cartoon picture summarizing the real photos." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -76,6 +76,11 @@ image.save(f"example.png")
|
|
| 76 |
|
| 77 |
You can also download this model at [Shakker AI](https://www.shakker.ai/modelinfo/16681dcf76e7447a83731c02eb4f4efe?from=personal_page), where we provide an online interface to generate images.
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
## Acknowledgements
|
| 81 |
This model is trained by our copyrighted users [Nvwa_model_studio](https://www.shakker.ai/userpage/cd65d71ff6a74bbfaaeba0b898dbf856/publish). We release this model under permissions.
|
|
|
|
| 76 |
|
| 77 |
You can also download this model at [Shakker AI](https://www.shakker.ai/modelinfo/16681dcf76e7447a83731c02eb4f4efe?from=personal_page), where we provide an online interface to generate images.
|
| 78 |
|
| 79 |
+
<div class="container">
|
| 80 |
+
<img src="./workflow.png" width="1024"/>
|
| 81 |
+
</div>
|
| 82 |
+
|
| 83 |
+
We also provide an [online ComfyUI workflow](https://www.shakker.ai/modelinfo/c81474e2a6fc40cb9c26a7f4a3b7d691/Generate-interesting-sticker-avatars-with-one-click?from=search) (Click Run Model) that accepts user-uploaded images to generate images
|
| 84 |
|
| 85 |
## Acknowledgements
|
| 86 |
This model is trained by our copyrighted users [Nvwa_model_studio](https://www.shakker.ai/userpage/cd65d71ff6a74bbfaaeba0b898dbf856/publish). We release this model under permissions.
|