https://github.com/siliconflow/onediff_comfy_nodes
Just a subfolder of https://github.com/siliconflow/onediff
https://github.com/siliconflow/onediff_comfy_nodes
Last synced: 5 months ago
JSON representation
Just a subfolder of https://github.com/siliconflow/onediff
- Host: GitHub
- URL: https://github.com/siliconflow/onediff_comfy_nodes
- Owner: siliconflow
- Created: 2024-01-04T07:23:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T10:08:11.000Z (10 months ago)
- Last Synced: 2024-06-25T09:48:02.008Z (10 months ago)
- Language: Python
- Size: 785 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **OneDiff Nodes**
README
Just a subfolder of https://github.com/siliconflow/onediff
## Installation
### (Optional) Installing through comfy cli
```shell
pip install comfy-cli# Installing ComfyUI https://github.com/Comfy-Org/comfy-cli?tab=readme-ov-file#installing-comfyui
comfy installcomfy node install onediff_comfy_nodes # default install oneflow backend
```
### (Optional) Installing through github
```shell
git clone https://github.com/siliconflow/onediff.git
cd onediff && pip install -e .
ln -s $(pwd)/onediff_comfy_nodes path/to/ComfyUI/custom_nodes/
# or
# cp -r onediff_comfy_nodes path/to/ComfyUI/custom_nodes/
```- Install-a-compiler-backend
https://github.com/siliconflow/onediff?tab=readme-ov-file#install-a-compiler-backend## Quick Start
Start the comfyui service:
```shell
comfy launch -- --gpu-only
```The following image is a loadable workflow file
