mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
fix broken import in svd_merge_lora script
remove missing import, and remove unused imports
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import math
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
@@ -6,8 +5,6 @@ import torch
|
|||||||
from safetensors.torch import load_file, save_file
|
from safetensors.torch import load_file, save_file
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
from library import sai_model_spec, train_util
|
from library import sai_model_spec, train_util
|
||||||
import library.model_util as model_util
|
|
||||||
import lora
|
|
||||||
|
|
||||||
|
|
||||||
CLAMP_QUANTILE = 0.99
|
CLAMP_QUANTILE = 0.99
|
||||||
|
|||||||
Reference in New Issue
Block a user