Skip to content

Commit 4be03a7

Browse files
committed
fix the repo link
1 parent cbd100a commit 4be03a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/v1/qwen-image-edit-2509-lightning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
num_inference_steps = 4 # you can also use the 8-step model to improve the quality
3030
rank = 32 # you can also use the rank=128 model to improve the quality
31-
model_path = f"nunchaku-tech/nunchaku-qwen-image-edit-2509-lightning/svdq-{get_precision()}_r{rank}-qwen-image-edit-2509-lightningv2.0-{num_inference_steps}steps.safetensors"
31+
model_path = f"nunchaku-tech/nunchaku-qwen-image-edit-2509/svdq-{get_precision()}_r{rank}-qwen-image-edit-2509-lightningv2.0-{num_inference_steps}steps.safetensors"
3232

3333
# Load the model
3434
transformer = NunchakuQwenImageTransformer2DModel.from_pretrained(model_path)

0 commit comments

Comments
 (0)