There was an error while loading. Please reload this page.
1 parent cbd100a commit 4be03a7Copy full SHA for 4be03a7
1 file changed
examples/v1/qwen-image-edit-2509-lightning.py
@@ -28,7 +28,7 @@
28
29
num_inference_steps = 4 # you can also use the 8-step model to improve the quality
30
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"
+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"
32
33
# Load the model
34
transformer = NunchakuQwenImageTransformer2DModel.from_pretrained(model_path)
0 commit comments