mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-31 08:40:19 +08:00
Compare commits
2 Commits
f2061b4341
...
4ab2cd3901
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ab2cd3901 | ||
|
|
1ce6474eaf |
2
nodes.py
2
nodes.py
@ -20,7 +20,7 @@ from PIL.PngImagePlugin import PngInfo
|
||||
import numpy as np
|
||||
import safetensors.torch
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy"))
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), "comfy"))
|
||||
|
||||
import comfy.diffusers_load
|
||||
import comfy.samplers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user