Restructure FP16 clamp patch into pipelines/z_image/patch_fp16.py subpackage

This commit is contained in:
resonantsky
2026-04-13 11:18:56 +02:00
parent 407c54dc47
commit 0c9e865641
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import diffusers
from modules import shared, devices, sd_models, model_quant, sd_hijack_te
from modules.logger import log
from pipelines import generic
from pipelines.model_z_image_clampFP16 import apply_patches
from pipelines.z_image.patch_fp16 import apply_patches
def load_nunchaku():
View File