Instructions to use UmeAiRT/FLUX.1-dev-LoRA-Ume_Sky with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use UmeAiRT/FLUX.1-dev-LoRA-Ume_Sky 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("UmeAiRT/FLUX.1-dev-LoRA-Ume_Sky") prompt = "A double exposure tattoo sketch, entrenched in a dark, moody setting, the fluorescent horizon bleeding into the tableau, foreground harboring a menacing skull, headphones, adorned with the ominous signs of an old war, anything spiked, and feathered by gears of conflict adorn it, borrowed from the Punisher universe, the skull wraps itself in a hood set aside from the mortal realm, skull head" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!