-
Notifications
You must be signed in to change notification settings - Fork 109
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
Support comfyui sd3 speedup #946
Conversation
需要补充一个 readme |
@@ -7,7 +7,8 @@ | |||
{ | |||
"jit:disable-runtime-fusion:low-precision": "This compiles super quickly, but the performance might not be optimized very noticeably.", | |||
"jit:benchmark:low-precision:freezing:cudagraphs": "This compiles the model very quickly, but the performance might be not as good as `TorchInductor` optimized models.", | |||
"max-autotune:low-precision": "This will deliver a good performance and adapt quickly to shape changes.", | |||
"max-optimize:max-autotune:low-precision": "This will deliver a good performance and adapt quickly to shape changes.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以在 readme 里面介绍推荐使用这个模式
@@ -0,0 +1,97 @@ | |||
## Accelerate SD3 by using onediff | |||
huggingface: https://huggingface.co/stabilityai/stable-diffusion-3-medium |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以加个 setup 的说明:https://github.com/siliconflow/onediff/tree/main/onediff_diffusers_extensions/examples/sd3#set-up-sd3
说清楚下 nexfort 安装、comfyui、模型 id
### Feature | ||
- ✅ Multiple resolutions | ||
|
||
### Performance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
安装
Run WorkFlow