move initialization of onnx pipelines & create onnx folder automatically

This commit is contained in:
Seunghoon Lee
2024-02-02 05:20:46 +09:00
parent a4e1fc7b31
commit fcf00bd854
3 changed files with 8 additions and 3 deletions
-3
View File
@@ -27,9 +27,6 @@ def list_crossattention():
def get_pipelines():
import diffusers
from installer import log
from modules.onnx_impl import initialize as initialize_onnx_pipelines
initialize_onnx_pipelines()
pipelines = { # note: not all pipelines can be used manually as they require prior pipeline next to decoder pipeline
'Autodetect': None,