mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-09 17:39:59 +00:00
add removal hint for space
This commit is contained in:
@@ -142,6 +142,7 @@ class ForgeSpace:
|
||||
|
||||
def uninstall(self):
|
||||
remove_dir(self.hf_path)
|
||||
print('Uninstall finished. You can also manually delete some diffusers models in "/models/diffusers" to release more spaces, but those diffusers models may be reused by other spaces or extensions. ')
|
||||
return self.refresh_gradio()
|
||||
|
||||
def terminate(self):
|
||||
|
||||
Reference in New Issue
Block a user