Instructions to use prithivMLmods/Glowing-Body-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Glowing-Body-Flux-LoRA 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/Glowing-Body-Flux-LoRA") prompt = "Captured in a low-angle, eye-level perspective, a black and white cat stands against a stark black backdrop. The cats fur is a mix of black, white, and gray, creating a stark contrast against the dark background. The black cats face is adorned with a white line, adding a pop of color to the otherwise monochromatic image. The tail of the cat is draped over its body, adding depth to the composition." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K