mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-26 22:30:19 +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.cli_args import args
|
||||||
from comfy.comfy_types.node_typing import IO
|
from comfy.comfy_types.node_typing import IO
|
||||||
from comfy.weight_adapter import adapters
|
from comfy.weight_adapter import adapters
|
||||||
from .nodes import nodes_custom_sampler
|
from . import nodes_custom_sampler
|
||||||
|
|
||||||
|
|
||||||
class TrainSampler(comfy.samplers.Sampler):
|
class TrainSampler(comfy.samplers.Sampler):
|
||||||
@ -1,6 +1,5 @@
|
|||||||
import pytest
|
import pytest
|
||||||
import torch
|
import torch
|
||||||
from unittest.mock import MagicMock
|
|
||||||
|
|
||||||
from comfy_extras.nodes.nodes_images import ImageStitch
|
from comfy_extras.nodes.nodes_images import ImageStitch
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user