zsxkib/compare-image-editing-models
Easily compare the latest AI image editing models
        
          
            
          
          Public
        
      
      
        
          
            
          
          31
            runs
          
        
        
          
            
            
              Run zsxkib/compare-image-editing-models with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
            
              
                
              
            
            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 to edit and compare
           
         | 
      |
| prompt | 
           
            string
            
           
         | 
        
           
            Text prompt describing the edit to apply to the image
           
         | 
      |
| layout | 
           
            None
            
           
         | 
        
          
             
              horizontal
             
          
          
          
         | 
        
           
            How to arrange the comparison: 'vertical' = stack images top to bottom, 'horizontal' = side by side
           
         | 
      
| include_original | 
           
            boolean
            
           
         | 
        
          
             
              False
             
          
          
          
         | 
        
           
            Include the original unedited image in comparison
           
         | 
      
| model_1 | 
           
            None
            
           
         | 
        
          
             
              🍌 Google Nano-Banana
             
          
          
          
         | 
        
           
            First model for comparison
           
         | 
      
| model_2 | 
           
            None
            
           
         | 
        
          
             
              🌱 ByteDance Seedream-4
             
          
          
          
         | 
        
           
            Second model for comparison
           
         | 
      
{
  "type": "object",
  "title": "Input",
  "required": [
    "image",
    "prompt"
  ],
  "properties": {
    "image": {
      "type": "string",
      "title": "Image",
      "format": "uri",
      "x-order": 0,
      "description": "Input image to edit and compare"
    },
    "layout": {
      "enum": [
        "vertical",
        "horizontal"
      ],
      "type": "string",
      "title": "layout",
      "description": "How to arrange the comparison: 'vertical' = stack images top to bottom, 'horizontal' = side by side",
      "default": "horizontal",
      "x-order": 2
    },
    "prompt": {
      "type": "string",
      "title": "Prompt",
      "x-order": 1,
      "description": "Text prompt describing the edit to apply to the image"
    },
    "model_1": {
      "enum": [
        "\ud83c\udf4c Google Nano-Banana",
        "\ud83c\udf31 ByteDance Seedream-4"
      ],
      "type": "string",
      "title": "model_1",
      "description": "First model for comparison",
      "default": "\ud83c\udf4c Google Nano-Banana",
      "x-order": 4
    },
    "model_2": {
      "enum": [
        "\ud83c\udf4c Google Nano-Banana",
        "\ud83c\udf31 ByteDance Seedream-4"
      ],
      "type": "string",
      "title": "model_2",
      "description": "Second model for comparison",
      "default": "\ud83c\udf31 ByteDance Seedream-4",
      "x-order": 5
    },
    "include_original": {
      "type": "boolean",
      "title": "Include Original",
      "default": false,
      "x-order": 3,
      "description": "Include the original unedited image in comparison"
    }
  }
}
        
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
              Schema
            
            {
  "type": "string",
  "title": "Output",
  "format": "uri"
}
          
                  Example API response
                
                View prediction
              'https://replicate.delivery/xezq/a4H1BDt03Ub9MZugI9YMfnRjLM8Jevm2I55OmdlF887HPfoqA/image_comparison_1757692359.jpg'