Skip to content

Commit 7390ff3

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

comfy_extras/nodes_latent.py

Lines changed: 1 addition & 0 deletions
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)