mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 01:37:07 +08:00
Fix import in comfy_types doc / sample
This commit is contained in:
parent
a90aafafc1
commit
f4b31989f5
@ -5,7 +5,7 @@ This module provides type hinting and concrete convenience types for node develo
|
||||
If cloned to the custom_nodes directory of ComfyUI, types can be imported using:
|
||||
|
||||
```python
|
||||
from comfy_types import IO, ComfyNodeABC, CheckLazyMixin
|
||||
from comfy.comfy_types import IO, ComfyNodeABC, CheckLazyMixin
|
||||
|
||||
class ExampleNode(ComfyNodeABC):
|
||||
@classmethod
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
from comfy_types import IO, ComfyNodeABC, InputTypeDict
|
||||
from comfy.comfy_types import IO, ComfyNodeABC, InputTypeDict
|
||||
from inspect import cleandoc
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user