ArtVentureX / sd-webui-agent-scheduler

619 stars 63 forks source link

RuntimeError: CUDA error: misaligned address 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. #137

Closed orion2199 closed 10 months ago

artventuredev commented 11 months ago

This shoud not related to agent-scheduler but rather an xformers compatibility issue with one of your extension. Are you queueing AnimateDiff tasks, I have seen this bug recently when running AnimateDiff.

You may want to disable xformers by:

artventuredev commented 11 months ago

If you're still experiencing this issue, this comment may help: https://github.com/ArtVentureX/sd-webui-agent-scheduler/issues/126#issuecomment-1743991142

orion2199 commented 11 months ago

I tried this method. The result is that I have not had any problems for 3 days. Thank you.

2023年10月4日(水) 22:45 ArtVenture @.***>:

If you're still experiencing this issue, this comment may help: #126 (comment) https://github.com/ArtVentureX/sd-webui-agent-scheduler/issues/126#issuecomment-1743991142

— Reply to this email directly, view it on GitHub https://github.com/ArtVentureX/sd-webui-agent-scheduler/issues/137#issuecomment-1746911439, or unsubscribe https://github.com/notifications/unsubscribe-auth/BB36UI4OVOKGXQJT5MKHFE3X5VR7DAVCNFSM6AAAAAA5EHAWPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBWHEYTCNBTHE . You are receiving this because you authored the thread.Message ID: @.***>

artventuredev commented 10 months ago

Nice, I'll close the issue then.