Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update onediff_comfy_nodes README #439

Merged
merged 4 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading