Instructions to use Shakker-Labs/FLUX.1-dev-LoRA-Dark-Fantasy 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-Dark-Fantasy 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-Dark-Fantasy") prompt = "heavily influenced by Klee, Odilon Redon, Eyvind Earle, Roberto Venosa, Sidney Simes, Jan Toorop cinematic still, forced perspective 3/4 angle, bird's eye viewpoint, looking down at main character, dynamic pose of elegant ethereal female Archangel, extraordinarily detailed wings crystalline velvety wings wrapped around her, graceful contrapost chiasm, chiaroscuro, stylised masterpiece award-winning, luscious colour palette, perfect colour grading, perfect balance between lineart, colour, light and volume, delicate, sophisticated, exquisite, Cinematic, Photography, Shot on 70mm, Depth of Field, F/5.6, soft shadows, 8K, genius, award-winning , rim lighting," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!