Skip to content

Commit

Permalink
Update onediff_comfy_nodes README (#439)
Browse files Browse the repository at this point in the history
Co-authored-by: Xiaoyu Xu <xuxiaoyu2048@foxmail.com>
  • Loading branch information
ccssu and strint authored Dec 20, 2023
1 parent 7df78ba commit bd3bf4d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion onediff_comfy_nodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [Model Graph Loader](#model-graph-loader)
- [Quantization](#quantization)
- [VAE Acceleration](#vae-acceleration)
- [SVD Acceleration](#svd-acceleration)
- [Image Distinction Scanner](#image-distinction-scanner)


Expand Down Expand Up @@ -71,7 +72,27 @@ If you need **unrestricted multiple resolution**, **quantization**, **dynamic ba

## Nodes Usage

**Note** All the images in this section can be loaded directly into ComfyUI.
**Note** All the images in this section can be loaded directly into ComfyUI.

- OneDiff Community 
* [Model Speedup](workflows/model-speedup.png)
* [Lora Speedup](workflows/mode-speedup-lora.png)
* [ControlNet Speedup](workflows/model-speedup-controlnet.png)
* [Module DeepCache SpeedUp on SD](workflows/deep-cache.png)
* [Module DeepCache SpeedUp on SVD](svd-deepcache.png)
* [SVD Speedup](workflows/text-to-video-speedup.png)
* [Model Graph Saver](workflows/model-graph-saver.png)
* [Model Graph Loader](workflows/model-graph-loader.png)
* [Image Distinction Scanner](workflows/image-distinction-scanner.png)

- Customized Features
* Customized node for customized pipeline
* [Quantization](workflows/int8-speedup.png)
* [Quantized Model Saver](workflows/int8-graph-saver.png)
* [Quantized Model Loader](workflows/int8-graph-loader.png)
* (zero overhead to switch input shape)multiple resolutions and dynamic batch size
* contact us for more details email: caishenghang@oneflow.org


### Model Acceleration

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd3bf4d

Please sign in to comment.