mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-16 08:24:25 +08:00
4 lines
73 B
Python
4 lines
73 B
Python
import torch.nn as nn
|
|
|
|
approx_gelu = lambda: nn.GELU(approximate="tanh")
|