Guest User

Untitled

a guest
Dec 7th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1.  
  2. Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]
  3. Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:02, 2.53it/s]
  4. Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 6.81it/s]`torch_dtype` is deprecated! Use `dtype` instead!
  5.  
  6.  
  7. Loading checkpoint shards: 0%| | 0/5 [00:00<?, ?it/s]
  8.  
  9. Loading checkpoint shards: 40%|████ | 2/5 [00:00<00:00, 18.13it/s]
  10. Loading checkpoint shards: 100%|██████████| 5/5 [00:00<00:00, 34.83it/s]
  11.  
  12. Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 5.75it/s]The image processor of type `Qwen2VLImageProcessor` is now loaded as a fast processor by default, even if the model checkpoint was saved with a slow processor. This is a breaking change and may produce slightly different outputs. To continue using the slow processor, instantiate this class with `use_fast=False`. Note that this behavior will be extended to all models in a future release.
  13.  
  14. Loading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 4.27it/s]
  15. Loading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 4.52it/s]
  16.  
  17. 0%| | 0/50 [00:00<?, ?it/s]/fsx/sayak/miniconda3/envs/diffusers/lib/python3.10/site-packages/torch/nn/functional.py:2920: UserWarning: Mismatch dtype between input and weight: input dtype = float, weight dtype = c10::BFloat16, Cannot dispatch to fused implementation. (Triggered internally at /pytorch/aten/src/ATen/native/layer_norm.cpp:344.)
  18. return torch.rms_norm(input, normalized_shape, weight, eps)
  19.  
  20. 0%| | 0/50 [00:00<?, ?it/s]
  21. Traceback (most recent call last):
  22. File "/fsx/sayak/diffusers/check_mag.py", line 22, in <module>
  23. output = pipe(
  24. File "/fsx/sayak/miniconda3/envs/diffusers/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 120, in decorate_context
  25. return func(*args, **kwargs)
  26. File "/fsx/sayak/diffusers/src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py", line 880, in __call__
  27. pred_velocity = self.transformer(
  28. File "/fsx/sayak/miniconda3/envs/diffusers/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1775, in _wrapped_call_impl
  29. return self._call_impl(*args, **kwargs)
  30. File "/fsx/sayak/miniconda3/envs/diffusers/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1786, in _call_impl
  31. return forward_call(*args, **kwargs)
  32. File "/fsx/sayak/diffusers/src/diffusers/models/transformers/transformer_kandinsky.py", line 659, in forward
  33. visual_embed = visual_transformer_block(
  34. File "/fsx/sayak/miniconda3/envs/diffusers/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1775, in _wrapped_call_impl
  35. return self._call_impl(*args, **kwargs)
  36. File "/fsx/sayak/miniconda3/envs/diffusers/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1786, in _call_impl
  37. return forward_call(*args, **kwargs)
  38. File "/fsx/sayak/diffusers/src/diffusers/hooks/hooks.py", line 189, in new_forward
  39. output = function_reference.forward(*args, **kwargs)
  40. File "/fsx/sayak/diffusers/src/diffusers/hooks/mag_cache.py", line 186, in new_forward
  41. hidden_states = self._metadata._get_parameter_from_args_kwargs("hidden_states", args, kwargs)
  42. File "/fsx/sayak/diffusers/src/diffusers/hooks/_helpers.py", line 45, in _get_parameter_from_args_kwargs
  43. raise ValueError(f"Parameter '{identifier}' not found in function signature but was requested.")
  44. ValueError: Parameter 'hidden_states' not found in function signature but was requested.
  45.  
Advertisement
Add Comment
Please, Sign In to add comment