1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00
This commit is contained in:
comfyanonymous
2023-04-07 02:29:56 -04:00
parent 58ed0f2da4
commit 44fea05064
2 changed files with 2 additions and 6 deletions

View File

@@ -2,10 +2,6 @@ import json
import os
import yaml
# because of local import nonsense
import sys
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
import folder_paths
from comfy.ldm.util import instantiate_from_config
from comfy.sd import ModelPatcher, load_model_weights, CLIP, VAE