should no longer need early load from ui

master
unknown 2024-05-11 23:33:15 -05:00
parent 56d667dfe8
commit eef13b03da
No known key found for this signature in database
GPG Key ID: CA376082283AF69A
1 changed files with 0 additions and 3 deletions

View File

@ -62,9 +62,6 @@ class DistributedScript(scripts.Script):
return scripts.AlwaysVisible
def ui(self, is_img2img):
if not is_img2img: # prevents loading twice for no reason
self.world.load_config()
extension_ui = UI(world=self.world)
# root, api_exposed = extension_ui.create_ui()
components = extension_ui.create_ui()