mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
nodes train fix, nodes stich test imports removal
This commit is contained in:
parent
ed99e6d7b9
commit
52c522d019
@ -20,7 +20,7 @@ from comfy import node_helpers
|
||||
from comfy.cli_args import args
|
||||
from comfy.comfy_types.node_typing import IO
|
||||
from comfy.weight_adapter import adapters
|
||||
from .nodes import nodes_custom_sampler
|
||||
from . import nodes_custom_sampler
|
||||
|
||||
|
||||
class TrainSampler(comfy.samplers.Sampler):
|
||||
@ -1,6 +1,5 @@
|
||||
import pytest
|
||||
import torch
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
from comfy_extras.nodes.nodes_images import ImageStitch
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user