We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e736307 commit ea32a8fCopy full SHA for ea32a8f
comfyui_to_python.py
@@ -275,15 +275,6 @@ def generate_workflow(
275
**inputs,
276
)
277
278
- print(
279
- self.create_function_call_code(
280
- initialized_objects[class_type],
281
- class_def.FUNCTION,
282
- executed_variables[idx],
283
- is_special_function,
284
- **inputs,
285
- )
286
287
else:
288
code.append(
289
self.create_function_call_code(
@@ -294,15 +285,6 @@ def generate_workflow(
294
295
296
297
298
299
300
301
302
303
304
305
306
307
# Generate final code by combining imports and code, and wrap them in a main function
308
290
final_code = self.assemble_python_code(
0 commit comments