You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had no problem running CogVideoX1.5-5B using the example script, So I'm going to run it using http-server, but the error message indicates that it is not supported yet.
When I check the file http-server/host.py, There is no CogVideoX1.5-5B in the pipeline_map.
But I found that there was pipeline_cogvideox.py in xfuser/piplines, Then I manually insert the pipeline_cogvideox.py into pipeline_map in http-service/host.py, like this:
It still didn't work, error message as follows:
TypeError: CogVideoXPipeline.__call__() got an unexpected keyword argument 'use_resolution_binning'
I had no problem running CogVideoX1.5-5B using the example script, So I'm going to run it using http-server, but the error message indicates that it is not supported yet.
When I check the file http-server/host.py, There is no CogVideoX1.5-5B in the pipeline_map.
But I found that there was pipeline_cogvideox.py in xfuser/piplines, Then I manually insert the pipeline_cogvideox.py into pipeline_map in http-service/host.py, like this:
It still didn't work, error message as follows:
envs info:
CUDA:12.6
GPU: A40
python: 3.11.10
torch: 2.4.0
The config.json
Am I running CogVideo inference wrong with http-server? Or is the cogvideo pipeline not finished?
The text was updated successfully, but these errors were encountered: