mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-04-14 21:58:17 +00:00
fix pipeline args
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user