mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
gligen is missing math import
This commit is contained in:
parent
369aeb598f
commit
d31298ac60
@ -1,3 +1,5 @@
|
||||
import math
|
||||
|
||||
import torch
|
||||
from torch import nn, einsum
|
||||
from .ldm.modules.attention import CrossAttention
|
||||
|
||||
Loading…
Reference in New Issue
Block a user