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
First off, I'm pretty new to CoreML, so if I've misunderstood the process in the README, I apologize for that.
I've been trying to use the image-to-image feature to generate images, but it hasn't worked yet. I followed the same steps for installation as in the README, but when I tap "Generate", an error shows up in the console. It says Feature x is required but not specified.
It seems to crash on this line (see image):
My directory structure is like this:
What do you think might have caused this?
The text was updated successfully, but these errors were encountered:
I quickly checked it just now. It works with stable-diffusion 0.3.0. But it doesn't work with the latest stable-diffusion 1.1.0.
Your trouble may be due to stable-diffusion version, or the CoreML model which should support image-to-image, or conversion settings such as CPU/GPU/ANE.
Hi @ynagatomo, thank you for the great work.
First off, I'm pretty new to CoreML, so if I've misunderstood the process in the README, I apologize for that.
I've been trying to use the image-to-image feature to generate images, but it hasn't worked yet. I followed the same steps for installation as in the README, but when I tap "Generate", an error shows up in the console. It says
Feature x is required but not specified.
It seems to crash on this line (see image):
My directory structure is like this:
What do you think might have caused this?
The text was updated successfully, but these errors were encountered: