aigc-apps / sd-webui-EasyPhoto

📷 EasyPhoto | Your Smart AI Photo Generator.
Apache License 2.0
4.92k stars 388 forks source link

Cannot run the video generation; CUDA kernel errors #321

Open DavidWayne1997 opened 10 months ago

DavidWayne1997 commented 10 months ago

CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.

wuziheng commented 10 months ago

1.provide your env details

  1. are you OK with photo inference?
  2. asynchronously with api might meet some strange problem, provide more details helps us~
DavidWayne1997 commented 10 months ago

d56128021f12c10258e8d5358f09f34 fadb8ff5e87edba177b18eb9ec81718

  1. This is my env info, could u plz help me? ty
  2. iam ok with photo2photo, text2photo.. this error only shows in the video interface.
DavidWayne1997 commented 10 months ago

! I used to lowered the cuda version back to 12.1, but it still didn't work(same error). I can also use the animated diff plugin in CUDA 12.3 , but I can't use control net in the meantime.

wuziheng commented 9 months ago

I'm sorry, we have indeed encountered similar issues before, but we are not sure how to solve this problem, especially since your image functionality is working fine. It seems you are in a Windows environment. If you are interested, you can try switching to aki-4.4 and adding our plugin to see if it works?

This may be because the Torch used in the integrated package of SDWebUI is compiled with DSA, and it triggers edge-side inference in some parts of Animatediff. This is my rough guess. Could you please provide the source and version of the SDWebUI integrated package?