From dce77ec4d1ffd0123c54d75ea81647ec0746a0b6 Mon Sep 17 00:00:00 2001 From: feng0w0 Date: Thu, 15 Jan 2026 20:35:41 +0800 Subject: [PATCH] [NPU]:Replace 'cuda' in the project with abstract interfaces --- diffsynth/models/wan_video_dit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/diffsynth/models/wan_video_dit.py b/diffsynth/models/wan_video_dit.py index aca7d67..daafa7a 100644 --- a/diffsynth/models/wan_video_dit.py +++ b/diffsynth/models/wan_video_dit.py @@ -5,7 +5,6 @@ import math from typing import Tuple, Optional from einops import rearrange from .wan_video_camera_controller import SimpleAdapter - try: import flash_attn_interface FLASH_ATTN_3_AVAILABLE = True