How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
from diffusers.utils import load_image

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("lllyasviel/FramePackI2V_HY", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("bdsqlsz/framepack_oneframe_qinglong_figure")

prompt = "-"
input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")

image = pipe(image=input_image, prompt=prompt).images[0]

qinglong_figure

Prompt
-
Prompt
-
Prompt
-
Prompt
-

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Useage

Default prompts:"transform character to PVC figure with simple background."

Downloads last month
268
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Model tree for bdsqlsz/framepack_oneframe_qinglong_figure

Adapter
(2)
this model