Skip to content

Commit

Permalink
Merge pull request #1087 from mgz-dev/fix-imports-on-svd_merge_lora
Browse files Browse the repository at this point in the history
fix broken import in svd_merge_lora script
  • Loading branch information
kohya-ss authored Jan 31, 2024
2 parents 9d7729c + d4b9568 commit 7f948db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions networks/svd_merge_lora.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import math
import argparse
import os
import time
import torch
from safetensors.torch import load_file, save_file
from tqdm import tqdm
from library import sai_model_spec, train_util
import library.model_util as model_util
import lora


CLAMP_QUANTILE = 0.99
Expand Down

0 comments on commit 7f948db

Please sign in to comment.