You're looking at a specific version of this model. Jump to the model overview.
adirik /syncdiffusion:a2c97d1c
            
              
                
              
            
            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 to generate from
           
         | 
      |
| negative_prompt | 
           
            string
            
           
         | 
        
          
             | 
        
           
            Prompt for negative conditioning
           
         | 
      
| width | 
           
            integer
            
           
         | 
        
          
             
              2048
             
          
          
          
            Min: 512 Max: 3072  | 
        
           
            Width of the output image
           
         | 
      
| height | 
           
            integer
            
           
         | 
        
          
             
              512
             
          
          
          
            Min: 512 Max: 3072  | 
        
           
            Height of the output image
           
         | 
      
| guidance_scale | 
           
            number
            
           
         | 
        
          
             
              7.5
             
          
          
          
            Max: 20  | 
        
           
            Scale of the guidance image
           
         | 
      
| sync_weight | 
           
            number
            
           
         | 
        
          
             
              20
             
          
          
          
            Max: 30  | 
        
           
            Weight of the SyncDiffusion
           
         | 
      
| sync_decay_rate | 
           
            number
            
           
         | 
        
          
             
              0.99
             
          
          
          
            Max: 1  | 
        
           
            SyncDiffusion weight scheduler decay rate
           
         | 
      
| sync_freq | 
           
            integer
            
           
         | 
        
          
             
              1
             
          
          
          
         | 
        
           
            Frequency for the SyncDiffusion
           
         | 
      
| sync_threshold | 
           
            integer
            
           
         | 
        
          
             
              5
             
          
          
          
            Max: 50  | 
        
           
            Maximum number of steps applied with SyncDiffusion
           
         | 
      
| num_inference_steps | 
           
            integer
            
           
         | 
        
          
             
              50
             
          
          
          
            Min: 1 Max: 200  | 
        
           
            Number of inference steps for the diffusion
           
         | 
      
| stride | 
           
            integer
            
           
         | 
        
          
             
              16
             
          
          
          
         | 
        
           
            Window stride for the diffusion
           
         | 
      
| seed | 
           
            integer
            
           
         | 
        
          
             
              2
             
          
          
          
         | 
        
           
            Seed for the SyncDiffusion
           
         | 
      
| loop_closure | 
           
            boolean
            
           
         | 
        
          
             
              False
             
          
          
          
         | 
        
           
            Use loop closure
           
         | 
      
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
{'format': 'uri', 'title': 'Output', 'type': 'string'}