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
"We therefore initialize the weights of our model with a pretrained Stable Diffusion checkpoint, leveraging its vast text-to-image generation capabilities. To support image conditioning, we add additional input channels to the first convolutional layer, concatenating zt and E(cI)."
Hello!
I'm trying to use a model https://huggingface.co/timbrooks/instruct-pix2pix. I successfully converted it to a CoreML model. However when I'm trying to run the pipeline, it crashes with an error:
StableDiffusion/Scheduler.swift:278: Assertion failed
It's specifically the assertion in this part of the code:
Can this somehow be avoided by adjusting
StableDiffusionPipeline.Configuration
?The text was updated successfully, but these errors were encountered: