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