mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-13 08:59:51 +00:00
revise space
This commit is contained in:
@@ -136,6 +136,8 @@ class ForgeSpace:
|
||||
from modules.launch_utils import run_pip
|
||||
run_pip(f'install -r "{requirements_filename}"', desc=f"space requirements for [{self.title}]")
|
||||
|
||||
print(f'Install finished: {self.title}')
|
||||
|
||||
return self.refresh_gradio()
|
||||
|
||||
def uninstall(self):
|
||||
|
||||
Reference in New Issue
Block a user