mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-13 00:49:48 +00:00
i
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from modules_forge.shared import Preprocessor, PreprocessorParameter, preprocessor_dir, load_file_from_url, add_preprocessor
|
||||
from modules_forge.shared import Preprocessor, PreprocessorParameter, preprocessor_dir, add_preprocessor
|
||||
from modules_forge.forge_util import resize_image_with_pad
|
||||
from modules.modelloader import load_file_from_url
|
||||
|
||||
import types
|
||||
import torch
|
||||
|
||||
@@ -5,7 +5,6 @@ import torch
|
||||
from modules.paths import models_path
|
||||
from ldm_patched.modules import model_management
|
||||
from ldm_patched.modules.model_patcher import ModelPatcher
|
||||
from modules.modelloader import load_file_from_url
|
||||
from modules_forge.forge_util import resize_image_with_pad
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user