chore: update custom node inputs list
This commit is contained in:
		
							parent
							
								
									fb020f9f3c
								
							
						
					
					
						commit
						1d2497116d
					
				@ -1,8 +1,10 @@
 | 
			
		||||
export const customInputNodes: Record<string, string> = {
 | 
			
		||||
  ComfyUIDeployExternalText: "string",
 | 
			
		||||
  ComfyUIDeployExternalImage: "string - (public image url)",
 | 
			
		||||
  ComfyUIDeployExternalImageAlpha: "string - (public image url)",
 | 
			
		||||
  ComfyUIDeployExternalNumber: "float",
 | 
			
		||||
  ComfyUIDeployExternalNumberInt: "integer",
 | 
			
		||||
  ComfyUIDeployExternalLora: "string - (public lora download url)",
 | 
			
		||||
	ComfyUIDeployExternalText: "string",
 | 
			
		||||
	ComfyUIDeployExternalImage: "string - (public image url)",
 | 
			
		||||
	ComfyUIDeployExternalImageAlpha: "string - (public image url)",
 | 
			
		||||
	ComfyUIDeployExternalNumber: "float",
 | 
			
		||||
	ComfyUIDeployExternalNumberInt: "integer",
 | 
			
		||||
	ComfyUIDeployExternalLora: "string - (public lora download url)",
 | 
			
		||||
	ComfyUIDeployExternalCheckpoints:
 | 
			
		||||
		"string - (public checkpoints download url)",
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user