fix pipeline args

This commit is contained in:
霜洁
2026-04-14 10:11:09 +08:00
parent 224060c2a0
commit 9654ec3c65
6 changed files with 102 additions and 102 deletions

View File

@@ -1,6 +1,7 @@
import importlib, inspect, pkgutil, traceback, torch, os, re
from typing import Union, List, Optional, Tuple, Iterable, Dict
from contextlib import contextmanager
import streamlit as st
from diffsynth import ModelConfig
from diffsynth.diffusion.base_pipeline import ControlNetInput
@@ -280,4 +281,3 @@ def launch_webui():
print(f"unsupported result format: {result}")
launch_webui()
# streamlit run examples/dev_tools/webui.py --server.fileWatcherType none