mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Add NotImplementedError for LatentPreviewer.decode_latent_to_preview
This commit is contained in:
parent
9cf4f9830f
commit
ee9daa3a5c
@ -25,7 +25,7 @@ def preview_to_image(latent_image):
|
||||
|
||||
class LatentPreviewer:
|
||||
def decode_latent_to_preview(self, x0):
|
||||
pass
|
||||
raise NotImplementedError
|
||||
|
||||
def decode_latent_to_preview_image(self, preview_format, x0):
|
||||
preview_image = self.decode_latent_to_preview(x0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user