Skip to content

Commit e96a521

Browse files
authoredMay 12, 2024
Merge pull request kohya-ss#1291 from frodo821/patch-1
removed unnecessary `torch` import on line 115

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)
Please sign in to comment.