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
renzhc
diffusers_dcu
Commits
cdf26c55
Commit
cdf26c55
authored
Jun 16, 2022
by
patil-suraj
Browse files
remove unused import
parent
cc45831e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/models/unet_grad_tts.py
src/diffusers/models/unet_grad_tts.py
+1
-1
No files found.
src/diffusers/models/unet_grad_tts.py
View file @
cdf26c55
...
...
@@ -3,7 +3,7 @@ import math
import
torch
try
:
from
einops
import
rearrange
,
repeat
from
einops
import
rearrange
except
:
print
(
"Einops is not installed"
)
pass
...
...
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