mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 15:20:51 +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
|
||||
|
||||
import math
|
||||
from typing import Never
|
||||
from typing_extensions import Never
|
||||
|
||||
import torch
|
||||
from einops import rearrange, repeat
|
||||
|
||||
Loading…
Reference in New Issue
Block a user