Skip to content

Commit e96a521

Browse files
authored
Merge pull request kohya-ss#1291 from frodo821/patch-1
removed unnecessary `torch` import on line 115
2 parents 39b82f2 + fdbb03c commit e96a521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

finetune/tag_images_by_wd14_tagger.py

Lines changed: 0 additions & 1 deletion
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)