-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
When the resolution is changed, then the stream fails to start with this error:
Traceback (most recent call last):
File "/home/user/scope/src/scope/server/frame_processor.py", line 285, in process_chunk
output = pipeline(**call_params)
File "/home/user/scope/src/scope/core/pipelines/longlive/pipeline.py", line 163, in __call__
return self._generate(**kwargs)
File "/home/user/scope/src/scope/core/pipelines/longlive/pipeline.py", line 186, in _generate
_, self.state = self.blocks(self.components, self.state)
File "/home/user/scope/.venv/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 120, in decorate_context
return func(*args, **kwargs)
File "/home/user/scope/.venv/lib/python3.10/site-packages/diffusers/modular_pipelines/modular_pipeline.py", line 917, in __call__
pipeline, state = block(pipeline, state)
File "/home/user/scope/.venv/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 120, in decorate_context
return func(*args, **kwargs)
File "/home/user/scope/src/scope/core/pipelines/wan2_1/blocks/denoise.py", line 163, in __call__
_, denoised_pred = components.generator(
File "/home/user/scope/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1773, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "/home/user/scope/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl
return forward_call(*args, **kwargs)
File "/home/user/scope/src/scope/core/pipelines/wan2_1/components/generator.py", line 263, in forward
pred_x0 = self._convert_flow_pred_to_x0(
File "/home/user/scope/src/scope/core/pipelines/wan2_1/components/generator.py", line 152, in _convert_flow_pred_to_x0
x0_pred = xt - sigma_t * flow_pred
Platform
Ubuntu
Nvidia GPU
NVIDIA 5090
Scope Version
main
uv Version
No response
node Version
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working