Replies: 1 comment
-
Hi @ary1111, since you applied intensity scaling to normalize the pixel values to the range [0, 1] during training, you need to inverse this operation to bring the pixel values back to the original range of [0, 255] for RGB images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working through the 2D latent diffusion model tutorial for a colored set of images and I'm not sure what I need to do to my images to get them back to being RGB or if I need to do a different transform before training. This is the transform I apply to the training set:
This is how the generated images look and I would like them to be RGB:

Beta Was this translation helpful? Give feedback.
All reactions