Instructions to use strangerzonehf/Flux-Xmas-Isometric-Kit-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Flux-Xmas-Isometric-Kit-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-Xmas-Isometric-Kit-LoRA") prompt = "Xmas Isometric Kit, a 3D rendering of a Christmas tree, adorned with a star on its head, stands atop a light purple platform. The tree is adorned with green stripes and red and white candy canes, and gold balls. Below the tree are six wrapped presents, each with a red bow. The background is a deep blue, dotted with white stars." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K