lycoris, strong linting, model keyword, circular imports

This commit is contained in:
Vladimir Mandic
2023-04-15 10:28:31 -04:00
parent 657448df73
commit ed8819b8fc
55 changed files with 413 additions and 288 deletions
+3 -2
View File
@@ -1,7 +1,9 @@
import html
import threading
import time
import cProfile, pstats, io
import cProfile
import pstats
import io
from modules import shared, progress, errors
@@ -103,4 +105,3 @@ def wrap_gradio_call(func, extra_outputs=None, add_stats=False):
return tuple(res)
return f