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