Skip to content

Commit fdbb03c

Browse files
authored
removed unnecessary torch import on line 115
as per kohya-ss#1290
1 parent 71e2c91 commit fdbb03c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

finetune/tag_images_by_wd14_tagger.py

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def main(args):
112112

113113
# モデルを読み込む
114114
if args.onnx:
115-
import torch
116115
import onnx
117116
import onnxruntime as ort
118117

0 commit comments

Comments
 (0)