mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-16 21:01:25 +08:00
Update forge_svd.py
This commit is contained in:
parent
87a5415cb7
commit
86c56bb919
@ -1,6 +1,12 @@
|
||||
import gradio as gr
|
||||
import os
|
||||
|
||||
from modules import scripts, script_callbacks
|
||||
from modules.paths import models_path
|
||||
|
||||
|
||||
svd_root = os.path.join(models_path, 'svd')
|
||||
os.makedirs(svd_root, exist_ok=True)
|
||||
|
||||
|
||||
class ForgeSVD(scripts.Script):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user