mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-13 17:09:49 +00:00
i
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
import cv2
|
||||
import os
|
||||
|
||||
from modules.paths import models_path
|
||||
|
||||
|
||||
controlnet_dir = os.path.join(models_path, 'ControlNet')
|
||||
os.makedirs(controlnet_dir, exist_ok=True)
|
||||
|
||||
preprocessor_dir = os.path.join(models_path, 'ControlNetPreprocessor')
|
||||
os.makedirs(preprocessor_dir, exist_ok=True)
|
||||
|
||||
shared_preprocessors = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user