Description
Lately I have been trying to set-up Latent Consistency Model LoRA with Nerijs SDv1.5 Pixel-art LoRA with Img2Img & Canny ControlNet, the latest code is in my repo: https://github.com/tripathiarpan20/lcm-pixel-portrait-replicate
The same code is in this notebook. which works perfectly (the arguments are hardcoded within the predict
function to avoid errors in the simulation): https://colab.research.google.com/drive/1kiiym0mO4JMARinfyjC5JAJ4TxScYQBE?usp=sharing
However, when I deploy the same code after building the Docker container on https://replicate.com/tripathiarpan20/pixel-portrait-lcm-anythingv3.0 , it gives the following error:
I request any solution to this, as I've searched everywhere and don't know how to debug this.
Thank you in advance!!