Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

comfyui-custom-node-skills

يحتوي comfyui-custom-node-skills على 9 من skills المجمعة من jtydhr88، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
246
محدث
2026-07-11
Forks
25
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

comfyui-node-lifecycle
مطوّرو البرمجيات

ComfyUI node execution lifecycle - caching, fingerprint_inputs/IS_CHANGED, validate_inputs/VALIDATE_INPUTS, check_lazy_status, execution order. Use when debugging execution, implementing caching control, input validation, or understanding execution flow.

2026-07-11
comfyui-node-advanced
مطوّرو البرمجيات

ComfyUI advanced node patterns - MatchType, Autogrow, DynamicCombo, node expansion, MultiType, wildcard inputs. Use when building complex nodes with dynamic inputs, type matching, or node expansion.

2026-04-24
comfyui-node-basics
مطوّرو البرمجيات

ComfyUI custom node fundamentals - V3 node structure, Schema, inputs/outputs, registration. Use when creating new ComfyUI custom nodes, defining node classes, or setting up a custom node project.

2026-04-24
comfyui-node-datatypes
مطوّرو البرمجيات

ComfyUI data types - IMAGE, LATENT, MASK, CONDITIONING, MODEL, CLIP, VAE, AUDIO, VIDEO, 3D types, widget types, and custom types. Use when working with ComfyUI tensors, model types, or defining input/output data types.

2026-04-24
comfyui-node-frontend
مطوّرو البرمجيات

ComfyUI frontend JavaScript extensions - hooks, widgets, sidebar tabs, commands, settings, toasts, dialogs. Use when adding UI features to custom nodes, creating custom widgets, or extending the ComfyUI frontend.

2026-04-24
comfyui-node-inputs
مطوّرو البرمجيات

ComfyUI node input types - INT, FLOAT, STRING, BOOLEAN, COMBO widgets, hidden inputs, optional inputs, lazy inputs, force_input. Use when configuring node inputs, adding widgets, or customizing input behavior.

2026-04-24
comfyui-node-migration
مطوّرو البرمجيات

ComfyUI V1 to V3 node migration - converting legacy nodes to the V3 API. Use when migrating existing custom nodes from V1 to V3, understanding differences between API versions, or modernizing node code.

2026-04-24
comfyui-node-outputs
مطوّرو البرمجيات

ComfyUI node output types - NodeOutput, UI outputs, PreviewImage, PreviewMask, SavedImages, PreviewAudio, PreviewText, PreviewVideo. Use when returning results from nodes, displaying previews, or saving output files.

2026-04-24
comfyui-node-packaging
مطوّرو البرمجيات

ComfyUI custom node project structure - directory layout, __init__.py, registration, requirements.txt, publishing, WEB_DIRECTORY. Use when setting up a new custom node project, packaging nodes, or publishing to the registry.

2026-04-24