Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
07194297
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "d25b1a7b3cc15f01ecc5341367dd21f3515039eb"
Commit
07194297
authored
Apr 25, 2023
by
comfyanonymous
Browse files
Python 3.7 support.
parent
aa57136d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
comfy_extras/chainner_models/architecture/block.py
comfy_extras/chainner_models/architecture/block.py
+4
-1
No files found.
comfy_extras/chainner_models/architecture/block.py
View file @
07194297
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment