mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-31 21:39:45 +00:00
Update forge_svd.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user