fix(text): return correctly the text in external_text_list node
This commit is contained in:
		
							parent
							
								
									f362671041
								
							
						
					
					
						commit
						4bce5cadfb
					
				@ -36,8 +36,7 @@ class ComfyUIDeployExternalTextList:
 | 
				
			|||||||
        except Exception as e:
 | 
					        except Exception as e:
 | 
				
			||||||
            print(f"Error processing images: {e}")
 | 
					            print(f"Error processing images: {e}")
 | 
				
			||||||
            pass
 | 
					            pass
 | 
				
			||||||
        return [text_list]
 | 
					        return ([text_list],)
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
NODE_CLASS_MAPPINGS = {"ComfyUIDeployExternalTextList": ComfyUIDeployExternalTextList}
 | 
					NODE_CLASS_MAPPINGS = {"ComfyUIDeployExternalTextList": ComfyUIDeployExternalTextList}
 | 
				
			||||||
NODE_DISPLAY_NAME_MAPPINGS = {"ComfyUIDeployExternalTextList": "External Text List (ComfyUI Deploy)"}
 | 
					NODE_DISPLAY_NAME_MAPPINGS = {"ComfyUIDeployExternalTextList": "External Text List (ComfyUI Deploy)"}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user