File size: 328 Bytes
66747c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Outputs" : {
    "latent" : {
      "MLFeatureShortDescription" : "The latent embeddings from the unet model from the input image."
    }
  },
  "Inputs" : {
    "z" : {
      "MLFeatureShortDescription" : "The input image to base the initial latents on normalized to range [-1, 1]"
    }
  },
  "TrainingInputs" : {

  }
}