Skip to content

Commit

Permalink
update default value for residual_diff_threashold
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi committed Jan 9, 2025
1 parent 36ab7c6 commit f5b374d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Some configurations for different models that you can try:
| Model | Steps | `residual_diff_threashold` |
| - | - | - |
| `flux-dev.safetensors` with `fp8_e4m3fn_fast` | 28 | 0.07 |
| `ltx-video-2b-v0.9.1.safetensors` | 30 | 0.051 |
| `ltx-video-2b-v0.9.1.safetensors` | 30 | 0.05 |

It supports many models like `FLUX`, `LTXV (native)` and `HunyuanVideo (native)`, feel free to try it out and let us know if you have any issues!

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "wavespeed"
description = "The all in one inference optimization solution for ComfyUI, universal, flexible, and fast."
version = "1.0.14"
version = "1.0.15"
license = {file = "LICENSE"}

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions workflows/flux.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
},
"widgets_values": [
"diffusion_model",
0.07000000000000003
0.07
]
},
{
Expand Down Expand Up @@ -746,4 +746,4 @@
}
},
"version": 0.4
}
}
4 changes: 2 additions & 2 deletions workflows/ltxv.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
},
"widgets_values": [
"diffusion_model",
0.051
0.05
]
},
{
Expand Down Expand Up @@ -720,4 +720,4 @@
}
},
"version": 0.4
}
}

0 comments on commit f5b374d

Please sign in to comment.