Help with wrong output tflite

I need help with my model, I followed the tutorial pixel2pixel from tensorflow and generated a model. ( demonstrated below)

Input Image
input

Output Image
output_model

After converted to tflite, output is wrong. ( demonstrated below)

Input Image
input

Output Image tflite model
input

** code I used to train the model**
Train Model pixel2pixel

** testing saved model**
Saved Model

** Inference **
Inference

Help-me please, i am not undestend why output in tflite model is wrong, sorry if it’s something simple, i am new in tensorflow.