16 lines
		
	
	
		
			453 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			453 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[project]
 | 
						|
name = "comfyui-deploy"
 | 
						|
description = "Open source comfyui deployment platform, a vercel for generative workflow infra."
 | 
						|
version = "1.0.0"
 | 
						|
license = "LICENSE"
 | 
						|
dependencies = ["aiofiles", "pydantic", "opencv-python", "imageio-ffmpeg"]
 | 
						|
 | 
						|
[project.urls]
 | 
						|
Repository = "https://github.com/BennyKok/comfyui-deploy"
 | 
						|
#  Used by Comfy Registry https://comfyregistry.org
 | 
						|
 | 
						|
[tool.comfy]
 | 
						|
PublisherId = "comfydeploy"
 | 
						|
DisplayName = "comfyui-deploy"
 | 
						|
Icon = ""
 |