Instructions to use tusharmagar/FLUX.1-Krea-dev-LoRA-Solarpunk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tusharmagar/FLUX.1-Krea-dev-LoRA-Solarpunk 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-Krea-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("tusharmagar/FLUX.1-Krea-dev-LoRA-Solarpunk") prompt = "Solarpunk London with hexagonal solar panels and white architecture while keeping traditional Parisian architecture with greenery and flowers and fruiting trees and the Big Ben (unchanged) and a double decker bus on the road [SLRPNK]" 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!