Merge branch 'sd3' into feat-hunyuan-image-2.1-inference

This commit is contained in:
Kohya S
2025-09-13 20:13:58 +09:00
18 changed files with 465 additions and 237 deletions

View File

@@ -9,7 +9,8 @@ from safetensors import safe_open
from safetensors.torch import load_file, save_file
from tqdm import tqdm
from library.utils import setup_logging, str_to_dtype, MemoryEfficientSafeOpen, mem_eff_save_file
from library.utils import setup_logging, str_to_dtype
from library.safetensors_utils import MemoryEfficientSafeOpen, mem_eff_save_file
setup_logging()
import logging