File size: 430 Bytes
788ee56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "description": "Tool that puts the face shown on the first image on the second image. It taks paths to images as arguments (can be relative path), or PIL images directly.",
  "inputs": {
    "source_file": {
      "description": "",
      "type": "any"
    },
    "target_file": {
      "description": "",
      "type": "any"
    }
  },
  "name": "face_swapper",
  "output_type": "image",
  "tool_class": "SpaceToolWrapper"
}