fix(nodes): fix missing context arg in LatentsToLatents

This commit is contained in:
psychedelicious 2023-05-11 18:36:46 +10:00
parent b0c41b4828
commit 4333852c37

View File

@ -285,7 +285,7 @@ class LatentsToLatentsInvocation(TextToLatentsInvocation):
self.dispatch_progress(context, source_node_id, state)
model = self.get_model(context.services.model_manager)
conditioning_data = self.get_conditioning_data(model)
conditioning_data = self.get_conditioning_data(context, model)
# TODO: Verify the noise is the right size