You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ko/custom-nodes/v3_migration.mdx
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ class Example(io.ComfyNode):
100
100
101
101
노드 ID, 표시 이름, 카테고리 등 코드 내 다양한 위치에서 할당되었던 노드 속성들은 이제 ```Schema``` 클래스를 통해 함께 관리됩니다.
102
102
103
-
```define_schema(cls)``` 함수는 V1에서 INPUT_TYPES(s)가 작동한 방식과 매우 유사하게 ```Schema``` 객체를 반환해야 합니다.
103
+
`define_schema(cls)` 함수는 V1에서 INPUT_TYPES(s)가 작동한 방식과 매우 유사하게 ```Schema``` 객체를 반환해야 합니다.
104
104
105
105
지원되는 핵심 입력/출력 유형은 ```comfy_api/{version}```의 ```_io.py```에 저장 및 문서화되어 있으며, 기본적으로 ```io```로 네임스페이스가 지정됩니다. 이제 입력/출력이 사전이나 문자열 대신 클래스로 정의되므로, 사용자 정의 유형은 직접 클래스를 정의하거나 ```io```의 ```Custom``` 헬퍼 함수를 사용하여 지원됩니다.
0 commit comments