mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-26 14:20:27 +08:00
Fix Never on python 3.10
This commit is contained in:
parent
38bcd9fcbd
commit
c75b9964ab
@ -1,7 +1,7 @@
|
|||||||
#Original code can be found on: https://github.com/XLabs-AI/x-flux/blob/main/src/flux/controlnet.py
|
#Original code can be found on: https://github.com/XLabs-AI/x-flux/blob/main/src/flux/controlnet.py
|
||||||
|
|
||||||
import math
|
import math
|
||||||
from typing import Never
|
from typing_extensions import Never
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from einops import rearrange, repeat
|
from einops import rearrange, repeat
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user