siliconflow / onediff

OneDiff: An out-of-the-box acceleration library for diffusion models.
https://github.com/siliconflow/onediff/wiki
Apache License 2.0
1.41k stars 85 forks source link

comfyui seems like not use onediff #935

Closed songh11 closed 3 weeks ago

songh11 commented 3 weeks ago

Describe the bug

我按照 cumfyui 装好环境并创建软链接后,运行 comfyui 的 main.py 后打开页面 load checkpoint 时未显示 onediff,测速也和之前一样,感觉没有用到 onediff

Your environment

Ubuntu 18.04

OneDiff git commit id

a604cfb2ec6607bc2c89868a9cde8921471883a3

OneFlow version info

path: ['/opt/conda/envs/onediff/lib/python3.10/site-packages/oneflow'] version: 0.9.1.dev20240604+cu118 git_commit: ec7b682 cmake_build_type: Release rdma: True mlir: True enterprise: False

How To Reproduce

在最新的 Comfyui 上运行即可

The complete error message

Additional context

Add any other context about the problem here.

image image
BradVidler commented 3 weeks ago

You need to use the OneDiff load checkpoint nodes, not comfyui node.

songh11 commented 3 weeks ago

You need to use the OneDiff load checkpoint nodes, not comfyui node.

感谢,已经可以了,我以为是自动替换的