jo32
jo32
For those who encoutering the same problem, I edited coremltools/models/model.py to make it temporarily work: ```python def __del__(self): # Cleanup temporary package upon destruction if hasattr(self, 'is_package') and self.is_package and...
Sorry for not able providing enough example for you, I am able to solve this problem by removing one line in ScriptPromise.cs: ``` protected virtual void Dispose(bool bManaged) { if...
seems missing 'measureFont' ?
> Hi @jo32, sorry for the delay in getting back to you. Are those results consistent across runs? I've seen some erratic behaviour on iPhone myself – sometimes it's very...
> It also looks like there may be an orientation problem with your input image. I'd recommend ensuring the images are portrait orientation.if it's an image orientation issues then that...
@Zabriskije I tried image to image using this model: https://huggingface.co/coreml/coreml-Grapefruit/blob/main/original/512x768/grapefruit41_original_512x768.zip but when I pass a 512X768 image as starting input, I got error from this line: https://github.com/apple/ml-stable-diffusion/blob/2c4e9de73c9e723de264356f9563706ea9104212/swift/StableDiffusion/pipeline/Encoder.swift#L89 It turns out...
@Zabriskije I am not sure whether it is a problem of model converted or a problem of code in current repo ml-stable-diffusion. Because the model works fine in text to...
@Zabriskije Agreed.
@kjbekkelund please accept this commit.