mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-10 15:00:23 +00:00
Merge pull request #1291 from frodo821/patch-1
removed unnecessary `torch` import on line 115
This commit is contained in:
@@ -112,7 +112,6 @@ def main(args):
|
||||
|
||||
# モデルを読み込む
|
||||
if args.onnx:
|
||||
import torch
|
||||
import onnx
|
||||
import onnxruntime as ort
|
||||
|
||||
|
||||
Reference in New Issue
Block a user