-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
Dear authors, thanks for releasing zero123++.
May I know why do you perform latent and image unscaling? And how do you decide the scaling ratio?
https://huggingface.co/sudo-ai/zero123plus-pipeline/blob/main/pipeline.py#L396
latents = unscale_latents(latents)
image = unscale_image(...
def unscale_latents(latents):
latents = latents / 0.75 + 0.22
return latents
def unscale_image(image):
image = image / 0.5 * 0.8
return image
Thank you very much!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels