mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-08 20:34:28 +08:00
Update vae.py
This commit is contained in:
parent
a86f12236e
commit
e43874b483
@ -31,7 +31,10 @@ import torch.nn.functional as F
|
||||
from einops import rearrange, repeat
|
||||
from skimage import measure
|
||||
from tqdm import tqdm
|
||||
from sageattention import sageattn
|
||||
try:
|
||||
from sageattention import sageattn
|
||||
except ImportError:
|
||||
sageattn = None
|
||||
from comfy.utils import ProgressBar
|
||||
|
||||
class FourierEmbedder(nn.Module):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user