You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I download show-1 model from huggingface, I found there are two repository: showlab/show-1-base-0.0 and showlab/show-1-base. It seems that their text_encoder have different torch_dtype. For show-1-base, torch_dtype is float32, and for show-1-base-0.0, torch_dtype is float16. Is there other differences between these two repository? And what are these model used for respectively?
Btw I encounter the type error when encode the prompt, expected scalar type Float but found Half
The text was updated successfully, but these errors were encountered:
When I download show-1 model from huggingface, I found there are two repository: showlab/show-1-base-0.0 and showlab/show-1-base. It seems that their text_encoder have different torch_dtype. For show-1-base, torch_dtype is float32, and for show-1-base-0.0, torch_dtype is float16. Is there other differences between these two repository? And what are these model used for respectively?
Btw I encounter the type error when encode the prompt, expected scalar type Float but found Half
The text was updated successfully, but these errors were encountered: