Skip to content
代码片段 群组 项目
提交 07194297 编辑于 作者: comfyanonymous's avatar comfyanonymous
浏览文件

Python 3.7 support.

上级 aa57136d
No related branches found
No related tags found
无相关合并请求
......@@ -4,7 +4,10 @@
from __future__ import annotations
from collections import OrderedDict
from typing import Literal
try:
from typing import Literal
except ImportError:
from typing_extensions import Literal
import torch
import torch.nn as nn
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册