Instructions to use strangerzonehf/Flux-Super-Paint-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Flux-Super-Paint-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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("strangerzonehf/Flux-Super-Paint-LoRA") prompt = "Super Paint, An abstract painting of a red basket filled with yellow french fries. The basket is made of red paper, and the basket is attached to a light blue wall. The yellow fries are arranged in a wavy pattern, and there is a yellow letter M on the red paper. There is a shadow of the basket on the left side of the painting, and on the right side, there are black lines that form the letters V and X." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K