Git Analytics AI & MLAI & ML
Comfy-Org/ComfyUI

ComfyUI: เครื่องมือสร้างสรรค์ AI ที่ทรงพลังComfyUI: A Powerful AI Creation Tool

AI & MLAI & ML 133,645 ดาวStars 15,813 Python GPL-3.0 อัปเดตล่าสุดLast push 17 ก.ย. 256917 Sept 2026
Comfy-Org/ComfyUI

ComfyUI เป็นเครื่องมือที่ทรงพลังและยืดหยุ่นสำหรับการสร้างสรรค์งาน AI ผ่าน Graph/Node Interface ที่ง่ายต่อการใช้งาน

ComfyUI is a powerful and modular tool for AI content creation, utilizing an easy-to-use Graph/Node Interface.

ไว้ทำอะไร

ComfyUI ถูกออกแบบมาเพื่อให้ผู้ใช้สามารถสร้างเนื้อหา AI เช่น ภาพ วิดีโอ และเสียง ด้วยการให้ผู้ใช้ควบคุมทุกพารามิเตอร์และ output ผ่าน Node Graph Interface ด้วย ComfyUI ผู้ใช้สามารถประสานงานกับโมเดล AI ที่เปิดและปิดแหล่งในหลากหลายวิธีที่มีอยู่

ทำงานอย่างไร

  • คุณสมบัติที่สำคัญคือการสร้างและจัดการ workflow ด้วย node graph
  • `main.py` จัดการการกำหนดค่าและการเรียกใช้ ComfyUI เพื่อให้ผู้ใช้กำหนดค่าตัวแปร GPU/CPU
  • ส่วน `api_server` ดูแลการเชื่อมต่อ API และบริการต่าง ๆ
  • `app` เป็นตัวจัดการส่วนติดต่อผู้ใช้ กำหนดการตั้งค่า และกระบวนการจัดการโมเดล

โครงสร้างโค้ด

  • .ci/ — ไฟล์การตั้งค่า CI สำหรับ Windows
  • app/ — จัดการส่วนติดต่อและการตั้งค่าสำหรับ ComfyUI
  • api_server/ — ดูแลการเชื่อมต่อ API ภายใน
  • main.py — แกนการเริ่มต้นโปรแกรมและการตั้งค่าระบบ
  • README.md — คำแนะนำและการสรุปรายละเอียดฟีเจอร์

เริ่มใช้งาน

pip install comfy-ui
python main.py

เหมาะกับงานแบบไหน

  • การสร้างภาพและวิดีโอ AI
  • การบรรณาธิกรณ์ภาพ
  • การสร้างเสียงที่สมจริง

ข้อควรรู้

  • ComfyUI ต้องการ Python 3.10 ขึ้นไป
  • ใช้ License แบบ GPL-3.0
  • อาจมีข้อจำกัดในอุปกรณ์หลาย GPU บน Windows

What it is for

ComfyUI is designed to allow users to create AI content such as images, videos, and audio, offering control over all parameters and outputs through a Node Graph Interface. It enables users to work with a variety of open and closed-source AI models in a modular way.

How it works

  • A key feature is building and managing workflows using node graph
  • `main.py` handles configuration and execution of ComfyUI, allowing users to set GPU/CPU variables
  • The `api_server` section manages API connections and services
  • `app` handles user interface management, settings, and model management processes

Code structure

  • .ci/ — CI configuration files for Windows
  • app/ — Manages UI and settings for ComfyUI
  • api_server/ — Handles internal API connections
  • main.py — Core entry point and system setup
  • README.md — Guidelines and feature summary

Getting started

pip install comfy-ui
python main.py

Good fit for

  • AI image and video generation
  • Image editing
  • Realistic audio creation

Things to know

  • ComfyUI requires Python 3.10 or above
  • Uses GPL-3.0 License
  • May have limitations on multi-GPU setups on Windows

บทวิเคราะห์นี้สร้างจาก README และโค้ดของ repo โดย AI ของ Oneable — ตรวจสอบ license และเอกสารต้นทางก่อนนำไปใช้งานจริงThis breakdown was generated from the repository's README and code by Oneable's AI — check the license and upstream docs before using it in production.

#ai#comfy#comfyui#python#pytorch#stable-diffusion

repo อื่นในหมวดเดียวกันMore in this category