You're looking at a specific version of this model. Jump to the model overview.
edenartlab /comfyui-workflows:96a11d76
            
              
                
              
            
            Input schema
          
        The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description | 
|---|---|---|---|
| render_mode | 
           
            string
            
           
         | 
        
          
             
              comfy_txt2vid
             
          
          
          
         | 
        
           
            comfy_txt2vid, comfy_img2vid, comfy_vid2vid (not ready yet), comfy_upscale (not ready yet), comfy_makeitrad (not ready yet)
           
         | 
      
| text_input | 
           
            string
            
           
         | 
        
           
            prompt
           
         | 
      |
| interpolation_texts | 
           
            string
            
           
         | 
        
           
            | separated list of prompts for txt2vid)
           
         | 
      |
| input_image_path | 
           
            string
            
           
         | 
        
           
            Input image (for img2vid / upscale). Load source image from file, url, or base64 string
           
         | 
      |
| input_video_path | 
           
            string
            
           
         | 
        
           
            For vid2vid. Load source video from file, url, or base64 string
           
         | 
      |
| steps | 
           
            integer
            
           
         | 
        
          
             
              25
             
          
          
          
            Min: 10 Max: 40  | 
        
           
            Steps
           
         | 
      
| width | 
           
            integer
            
           
         | 
        
          
             
              768
             
          
          
          
            Min: 512 Max: 2048  | 
        
           
            Width
           
         | 
      
| height | 
           
            integer
            
           
         | 
        
          
             
              768
             
          
          
          
            Min: 512 Max: 2048  | 
        
           
            Height
           
         | 
      
| n_frames | 
           
            integer
            
           
         | 
        
          
             
              40
             
          
          
          
            Min: 16 Max: 264  | 
        
           
            Total number of frames (txt2vid, vid2vid, img2vid)
           
         | 
      
| denoise_strength | 
           
            number
            
           
         | 
        
          
             
              1
             
          
          
          
            Max: 1  | 
        
           
            How much denoising to apply (1.0 = start from full noise, 0.0 = return input image)
           
         | 
      
| guidance_scale | 
           
            number
            
           
         | 
        
          
             
              7.5
             
          
          
          
            Min: 1 Max: 20  | 
        
           
            Strength of text conditioning guidance
           
         | 
      
| negative_prompt | 
           
            string
            
           
         | 
        
          
             
              nude, naked, text, watermark, low-quality, signature, padding, margins, white borders, padded border, moiré pattern, downsampling, aliasing, distorted, blurry, blur, jpeg artifacts, compression artifacts, poorly drawn, low-resolution, bad, grainy, error, bad-contrast
             
          
          
          
         | 
        
           
            Negative Prompt
           
         | 
      
| seed | 
           
            integer
            
           
         | 
        
           
            Sampling seed, leave Empty for Random
           
         | 
      
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array',
 'x-cog-array-type': 'iterator'}