You're looking at a specific version of this model. Jump to the model overview.
mgonline2021 /test-tile:c8c22fd5
            
              
                
              
            
            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 | 
|---|---|---|---|
| image | 
            string
            
           | 
            Input image
           | |
| prompt | 
            string
            
           | 
            Prompt for the model
           | |
| autogenerated_prompt | 
            boolean
            
           | 
              False
             | 
            Auto Generate Prompt for image
           | 
| structure | 
            None
            
           | 
              canny
             | 
            Structure to condition on
           | 
| num_samples | 
            None
            
           | 
              1
             | 
            Number of samples (higher values may OOM)
           | 
| ddim_steps | 
            integer
            
           | 
              20
             | 
            Steps
           | 
| strength | 
            number
            
           | 
              1
             | 
            Control strength
           | 
| 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
           | 
| preprocessor_resolution | 
            integer
            
           | 
              512
             | 
            Preprocessor resolution
           | 
| a_prompt | 
            string
            
           | 
              Best quality, extremely detailed
             | 
            Additional text to be appended to prompt
           | 
| n_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
           | 
| image_upscaler | 
            boolean
            
           | 
              False
             | 
            Enable image Upscale
           | 
            
              
                
              
            
            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'}