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
Add generated example
Generated example for model Shakker-Labs/FLUX.1-dev-LoRA-One-Click-Creative-Template.
Prompt: A vintage photograph captured during ancient times, depicting a towering giant helping humans build the pyramids in Egypt. The giant, standing several times the height of the workers, is gently lifting large stone blocks, his massive hands supporting the construction. The humans, dressed in traditional ancient Egyptian garments, work alongside him, appearing tiny by comparison. The photo has an old, sepia-toned look, with slight wear and tear as if it were a relic from a distant past. The background shows the half-finished pyramid and the vast desert landscape, with the sky slightly overcast by dust and sand