Skip to content

Commit 7390ff3

Browse files
Add missing import.
1 parent 0bedfb2 commit 7390ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comfy_extras/nodes_latent.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import comfy.utils
2+
import comfy_extras.nodes_post_processing
23
import torch
34

45
def reshape_latent_to(target_shape, latent):

0 commit comments

Comments
 (0)