Skip to content

Commit 87eb018

Browse files
committed
Revert debug change
1 parent 5003e5d commit 87eb018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/denoise_latents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def prepare_noise_and_latents(
718718
return seed, noise, latents
719719

720720
def invoke(self, context: InvocationContext) -> LatentsOutput:
721-
if os.environ.get("USE_MODULAR_DENOISE", True):
721+
if os.environ.get("USE_MODULAR_DENOISE", False):
722722
return self._new_invoke(context)
723723
else:
724724
return self._old_invoke(context)

0 commit comments

Comments
 (0)