Instructions to use prithivMLmods/Digital-Chaos-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Digital-Chaos-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/Digital-Chaos-Flux-LoRA") prompt = "Digital Chaos, An abstract painting of a hamburger. The hamburger is made up of a variety of colors, including red, orange, yellow, green, blue, and purple. The bun is adorned with sesame seeds, adding a pop of color to the painting. The background is a vibrant shade of red, purple, and blue, creating a striking contrast with the burger. The burger is positioned in the center of the frame, with the bun facing the viewer." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K