@@ -996,6 +996,9 @@ def req_logging(self, obj, indent=1):
996
996
997
997
def invocations (self , req : models .InvocationsRequest ):
998
998
with self .invocations_lock :
999
+ print ("\n " )
1000
+ print ("\n " )
1001
+ print ("\n " )
999
1002
print (f"\n ----------------------------invocation log@{ datetime .datetime .now ().strftime (f'%Y%m%d%H%M%S' )} --------------------------- " )
1000
1003
# try:
1001
1004
# print("")
@@ -1014,18 +1017,18 @@ def invocations(self, req: models.InvocationsRequest):
1014
1017
print (f"\n -----<<<<<<< UserID@{ user_input_data ['user_id' ]} >>>>>>>----- " )
1015
1018
print (f"\n -----<<<<<<< GenID@{ user_input_data ['generation_id' ]} >>>>>>>----- " )
1016
1019
print (f"\n -----<<<<<<< WFID@{ user_input_data ['workflow' ]} >>>>>>>----- " )
1017
- print (f"\n Received user_input_data:\n "
1018
- f"user_id={ user_input_data ['user_id' ]} ,\n "
1019
- f"date_taken={ user_input_data ['date_taken' ]} ,\n "
1020
- f"project_id={ user_input_data ['project_id' ]} ,\n "
1021
- f"generation_id={ user_input_data ['generation_id' ]} ,\n "
1022
- f"workflow={ user_input_data ['workflow' ]} ,\n "
1023
- f"design_library_style={ user_input_data ['design_library_style' ]} ,\n "
1024
- f"camera={ user_input_data ['camera' ]} ,\n "
1025
- # f"fidelity_level={user_input_data['fidelity_level']},\n "
1026
- f"additional_prompt={ user_input_data ['additional_prompt' ]} ,\n "
1027
- f"atmosphere={ user_input_data ['atmosphere' ]} ,\n "
1028
- f"orientation={ user_input_data ['orientation' ]} ,\n "
1020
+ print (f"\n Received user_input_data:"
1021
+ f"user_id={ user_input_data ['user_id' ]} ,"
1022
+ f"date_taken={ user_input_data ['date_taken' ]} ,"
1023
+ f"project_id={ user_input_data ['project_id' ]} ,"
1024
+ f"generation_id={ user_input_data ['generation_id' ]} ,"
1025
+ f"workflow={ user_input_data ['workflow' ]} ,"
1026
+ f"design_library_style={ user_input_data ['design_library_style' ]} ,"
1027
+ f"camera={ user_input_data ['camera' ]} ,"
1028
+ # f"fidelity_level={user_input_data['fidelity_level']},"
1029
+ f"additional_prompt={ user_input_data ['additional_prompt' ]} ,"
1030
+ f"atmosphere={ user_input_data ['atmosphere' ]} ,"
1031
+ f"orientation={ user_input_data ['orientation' ]} ,"
1029
1032
f"imageRatio={ user_input_data ['imageRatio' ]} \n "
1030
1033
)
1031
1034
# print(f"log@{datetime.datetime.now().strftime(f'%Y%m%d%H%M%S')} user_input processed in invocations")
0 commit comments