mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2026-05-02 02:35:44 +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 einops import rearrange, repeat
|
||||||
from skimage import measure
|
from skimage import measure
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
from sageattention import sageattn
|
try:
|
||||||
|
from sageattention import sageattn
|
||||||
|
except ImportError:
|
||||||
|
sageattn = None
|
||||||
from comfy.utils import ProgressBar
|
from comfy.utils import ProgressBar
|
||||||
|
|
||||||
class FourierEmbedder(nn.Module):
|
class FourierEmbedder(nn.Module):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user