Skip to content

Commit

Permalink
Merge pull request kohya-ss#1291 from frodo821/patch-1
Browse files Browse the repository at this point in the history
removed unnecessary `torch` import on line 115
  • Loading branch information
kohya-ss authored May 12, 2024
2 parents 39b82f2 + fdbb03c commit e96a521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finetune/tag_images_by_wd14_tagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def main(args):

# モデルを読み込む
if args.onnx:
import torch
import onnx
import onnxruntime as ort

Expand Down

0 comments on commit e96a521

Please sign in to comment.