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
Instead of the pretrained model, I tried to convert the image by uploading a style image with replicate API.
But an error has occured.
Traceback (most recent call last):
File "C:\\Users\\SSAFY\\PycharmProjects\\JoJoGAN\\jojogan_api.py", line 45, in <module>
output = version.predict(**inputs)
File "C:\\Users\\SSAFY\\anaconda3\\envs\\reboot_JoJoGAN\\lib\\site-packages\\replicate\\version.py", line 31, in predict
raise ModelError(prediction.error)
replicate.exceptions.ModelError: name 'latent_dim' is not defined
The same error occurs on the demo page.
The text was updated successfully, but these errors were encountered:
Hello, thank you for your awesome work!
Instead of the pretrained model, I tried to convert the image by uploading a style image with replicate API.
But an error has occured.
The same error occurs on the demo page.
The text was updated successfully, but these errors were encountered: