Instructions to use strangerzonehf/Flux-Super-Blend-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Flux-Super-Blend-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-Blend-LoRA") prompt = "Super Blend, a small figurine of a man in a space suit stands atop an ice cream cone, holding a flag with a red, white, and blue stripes. The man is dressed in a full suit, a helmet, and black pants, and is holding a gun in his right hand. The ice cream is covered in a thick layer of white ice cream, and the cone is adorned with a waffle-like texture. The background is a deep black, with a starry night sky in the upper right corner." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K