Instructions to use theponpon/kizo_cutouts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use theponpon/kizo_cutouts 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("theponpon/kizo_cutouts") prompt = "The main object in the picture is a pair of sneakers featuring a multi-layered design with a dominant color scheme of off-white and light blue. The upper part of the sneakers showcases a canvas-like texture with a distressed and unfinished look, giving a rugged appearance. The laces are off-white and crisscross up the front of the shoes, adding to the overall textured look. The shoes themselves are low-cut, with an intricate crisscross pattern on the sides, partially covered by the distressed material." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K