mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 04:52:31 +08:00
fix: nodes_save_ply/npz import from comfy_api_sealed_worker instead of removed comfy_api._util
This commit is contained in:
parent
9027a26d89
commit
ae17ef8263
@ -2,7 +2,7 @@ import os
|
||||
|
||||
import folder_paths
|
||||
from comfy_api.latest import io
|
||||
from comfy_api.latest._util.npz_types import NPZ
|
||||
from comfy_api_sealed_worker.npz_types import NPZ
|
||||
|
||||
|
||||
class SaveNPZ(io.ComfyNode):
|
||||
|
||||
@ -2,7 +2,7 @@ import os
|
||||
|
||||
import folder_paths
|
||||
from comfy_api.latest import io
|
||||
from comfy_api.latest._util.ply_types import PLY
|
||||
from comfy_api_sealed_worker.ply_types import PLY
|
||||
|
||||
|
||||
class SavePLY(io.ComfyNode):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user