Advertisement
Guest User

Untitled

a guest
Jun 8th, 2025
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. got prompt
  2. Failed to validate prompt for output 74:
  3. * (prompt):
  4. - Required input is missing: images
  5. * VHS_VideoCombine 74:
  6. - Required input is missing: images
  7. Output will be ignored
  8. Using pytorch attention in VAE
  9. Using pytorch attention in VAE
  10. VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
  11. Requested to load CLIPVisionModelProjection
  12. loaded completely 21886.8 1208.09814453125 True
  13. E:\webui\ComfyUI\ComfyUI\custom_nodes\gguf\pig.py:342: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:209.)
  14. torch_tensor = torch.from_numpy(tensor.data)
  15. gguf qtypes: Q4_K (144), F32 (73), Q6_K (25)
  16. Attempting to rebuild sentencepiece tokenizer from metadata..
  17. Rebuilt tokenizer successfully with vocab size of 256384
  18. CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
  19. Requested to load WanTEModel
  20. loaded completely 20558.6994140625 5482.74609375 True
  21. Requested to load WanVAE
  22. loaded completely 15993.856441497803 242.02829551696777 True
  23. gguf qtypes: F32 (823), Q4_0 (440), Q4_1 (40)
  24. model weight dtype torch.float16, manual cast: None
  25. model_type FLOW
  26. Requested to load WAN21
  27. loaded completely 14852.605005722045 9900.263916015625 True
  28. E:\webui\ComfyUI\ComfyUI\comfy\samplers.py:945: UserWarning: backend:cudaMallocAsync ignores max_split_size_mb,roundup_power2_divisions, and garbage_collect_threshold. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\pytorch\c10\cuda\CUDAAllocatorConfig.cpp:351.)
  29. if latent_image is not None and torch.count_nonzero(latent_image) > 0: #Don't shift the empty latent image.
  30. 0%| | 0/3 [00:00<?, ?it/s]E:\webui\ComfyUI\python_embeded\Lib\site-packages\triton\windows_utils.py:315: UserWarning: Failed to find Python libs.
  31. warnings.warn("Failed to find Python libs.")
  32. 100%|████████████████████████████████████████████████████████████████████████████████████| 3/3 [00:29<00:00, 9.88s/it]
  33. Prompt executed in 74.53 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement