Skip to content
代码片段 群组 项目
该项目从 https://github.com/comfyanonymous/ComfyUI.git 镜像。 拉取镜像更新于
  1. 12月 31, 2024
  2. 12月 30, 2024
  3. 12月 28, 2024
  4. 12月 13, 2024
  5. 11月 28, 2024
  6. 11月 19, 2024
  7. 11月 09, 2024
    • pythongosssss's avatar
      Live terminal output (#5396) · 6ee066a1
      pythongosssss 创作于
      * Add /logs/raw and /logs/subscribe for getting logs on frontend
      Hijacks stderr/stdout to send all output data to the client on flush
      
      * Use existing send sync method
      
      * Fix get_logs should return string
      
      * Fix bug
      
      * pass no server
      
      * fix tests
      
      * Fix output flush on linux
      6ee066a1
  8. 9月 19, 2024
  9. 8月 31, 2024
  10. 8月 21, 2024
    • Robin Huang's avatar
      Add GET /internal/files. (#4295) · f07e5bb5
      Robin Huang 创作于
      * Create internal route table.
      
      * List files.
      
      * Add GET /internal/files.
      
      Retrieves list of files in models, output, and user directories.
      
      * Refactor file names.
      
      * Use typing_extensions for Python 3.8
      
      * Fix tests.
      
      * Remove print statements.
      
      * Update README.
      
      * Add output and user to valid directory test.
      
      * Add missing type hints.
      f07e5bb5
加载中