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
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]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.
Trigger words
You should use 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 to trigger the image generation.
You should use giving a rugged appearance. The laces are off-white and crisscross up the front of the shoes to trigger the image generation.
You should use adding to the overall textured look. The shoes themselves are low-cut to trigger the image generation.
You should use with an intricate crisscross pattern on the sides to trigger the image generation.
You should use partially covered by the distressed material. to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 7
Model tree for theponpon/kizo_cutouts
Base model
black-forest-labs/FLUX.1-dev