Rodrigo Antônio de Araújo
Rodrigo Antônio de Araújo
> This is the corrected code for Windows OS in "run_tokenflow_pnp.py" instead of n_frames = [int([x for x in latents_path[i].split('/') if 'nframes' in x][0].split('_')[1]) for i in range(len(latents_path))] write this:...
> ValueError: empty separator Try again, I changed [argentinox](https://github.com/argentinox) suggestion a little bit.
@kijai maybe this is a way to make it happen for cogvideox: https://github.com/dribnet/CogVideo/blob/0daa5c53ed30be4c0516c709d0d675660914d9cf/inference/pipeline_cogvideox_loop.py#L143
It looks like there is a support in another similar project [CogVideoX-Fun at comfyui_nodes.py](https://github.com/aigc-apps/CogVideoX-Fun/blob/96c1df89e6dc1904b847c6281e7e1c1f95d4dfd1/comfyui/comfyui_nodes.py#L276)
@sam598 another person implemented this: https://github.com/feizc/CogvideX-Interpolation/tree/main?tab=readme-ov-file
https://github.com/feizc/CogvideX-Interpolation/tree/main?tab=readme-ov-file
@kijai https://github.com/TheDenk/cogvideox-controlnet I've just found this.
https://github.com/TheDenk/cogvideox-controlnet @zRzRzRzRzRzRzR
Is it related to this work https://github.com/huggingface/diffusers/pull/9389 ?
Maybe @Ednaordinary could help :)