Skip to content

Commit 2f86433

Browse files
committed
lint
1 parent 7e88c93 commit 2f86433

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/v1/qwen-image-edit-lora.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import torch
22
from diffusers import QwenImageEditPipeline
33
from diffusers.utils import load_image
4+
from huggingface_hub import hf_hub_download
45

56
from nunchaku import NunchakuQwenImageTransformer2DModel
6-
from nunchaku.utils import get_gpu_memory, get_precision
77
from nunchaku.lora.flux.v1.lora_flux_v2 import update_lora_params_v2
8-
from huggingface_hub import hf_hub_download
8+
from nunchaku.utils import get_gpu_memory, get_precision
99

1010
rank = 128 # you can also use rank=128 model to improve the quality
1111

0 commit comments

Comments
 (0)