mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
major refactoring of modules
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import sys
|
||||
import gradio as gr
|
||||
from modules import scripts, processing, shared
|
||||
from modules import scripts_manager, processing, shared
|
||||
|
||||
|
||||
registered = False
|
||||
|
||||
|
||||
class Script(scripts.Script):
|
||||
class Script(scripts_manager.Script):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.register()
|
||||
|
||||
Reference in New Issue
Block a user