You're looking at a specific version of this model. Jump to the model overview.
anotherjesse /multi-control:b7337ba7
            
              
                
              
            
            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 | 
|---|---|---|---|
| prompt | 
            string
            
           | 
            Prompt for the model
           | |
| canny_image | 
            string
            
           | 
            Control image for canny controlnet
           | |
| canny_conditioning_scale | 
            number
            
           | 
              1
             | 
            Conditioning scale for canny controlnet
           | 
| depth_image | 
            string
            
           | 
            Control image for depth controlnet
           | |
| depth_conditioning_scale | 
            number
            
           | 
              1
             | 
            Conditioning scale for depth controlnet
           | 
| hed_image | 
            string
            
           | 
            Control image for hed controlnet
           | |
| hed_conditioning_scale | 
            number
            
           | 
              1
             | 
            Conditioning scale for hed controlnet
           | 
| hough_image | 
            string
            
           | 
            Control image for hough controlnet
           | |
| hough_conditioning_scale | 
            number
            
           | 
              1
             | 
            Conditioning scale for hough controlnet
           | 
| normal_image | 
            string
            
           | 
            Control image for normal controlnet
           | |
| normal_conditioning_scale | 
            number
            
           | 
              1
             | 
            Conditioning scale for normal controlnet
           | 
| pose_image | 
            string
            
           | 
            Control image for pose controlnet
           | |
| pose_conditioning_scale | 
            number
            
           | 
              1
             | 
            Conditioning scale for pose controlnet
           | 
| scribble_image | 
            string
            
           | 
            Control image for scribble controlnet
           | |
| scribble_conditioning_scale | 
            number
            
           | 
              1
             | 
            Conditioning scale for scribble controlnet
           | 
| seg_image | 
            string
            
           | 
            Control image for seg controlnet
           | |
| seg_conditioning_scale | 
            number
            
           | 
              1
             | 
            Conditioning scale for seg controlnet
           | 
| num_samples | 
            integer
            
           | 
              1
             Min: 1 Max: 4 | 
            Number of samples (higher values may OOM)
           | 
| image_resolution | 
            None
            
           | 
              512
             | 
            Resolution of image (smallest dimension)
           | 
| scheduler | 
            None
            
           | 
              DDIM
             | 
            Choose a scheduler.
           | 
| steps | 
            integer
            
           | 
              20
             | 
            Steps
           | 
| guidance_scale | 
            number
            
           | 
              9
             Min: 0.1 Max: 30 | 
            Scale for classifier-free guidance
           | 
| seed | 
            integer
            
           | 
            Seed
           | |
| eta | 
            number
            
           | 
              0
             | 
            Controls the amount of noise that is added to the input data during the denoising diffusion process. Higher value -> more noise
           | 
| negative_prompt | 
            string
            
           | 
              Longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality
             | 
            Negative prompt
           | 
| low_threshold | 
            integer
            
           | 
              100
             Min: 1 Max: 255 | 
            [canny only] Line detection low threshold
           | 
| high_threshold | 
            integer
            
           | 
              200
             Min: 1 Max: 255 | 
            [canny only] Line detection high threshold
           | 
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
              Schema
            
            {'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}