Commit 697a4b3
committed
[bugfix] Fix FluxSamplingParam import path after configs/sample → api rename
fastvideo/api/flux.py still imported SamplingParam from
fastvideo.configs.sample.base (old path removed on main), causing a
ModuleNotFoundError at import time. Updated to fastvideo.api.sampling_param.1 parent 6fea62e commit 697a4b3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments