Remove the comfy python path append.

This commit is contained in:
comfyanonymous 2026-06-13 12:47:04 -07:00 committed by GitHub
parent b664349ae7
commit 740d347279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,6 @@ 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"))
import comfy.diffusers_load
import comfy.samplers
import comfy.sample