Danylo
Danylo
@jrittvo thanks for your input! I'll test different model combinations/parameters and post the results here once I have smth Anyone that got controlNet running on iOS/iPadOS - please let me...
Hi @jrittvo! Sorry, I was offline for a couple of days Not really, I switched focus on some other stuff hoping to get some input from the repo maintainers, as...
I got it running using a model with `--quantize-nbits 6 --attention-implementation SPLIT_EINSUM_V2`, and no `--chunk-unet`, but only with prompt to image. `startingImage` should be nil, otherwise the same out of...
Hi @atiorh! I realized that I was missing the `VAEEncoder.mlmodelc`, adding the `--convert-vae-encoder` to my command converted it successfully, and I'm able to run controlNet with `startingImage` now. If I'm...
Hey @TimYao18 I'm running this on iPadOS, so my model files are inside the project directory, and I access them like so: ``` guard let path = Bundle.main.path(forResource: "SD_1.5_canny_openpose", ofType:...
Oh, sorry @calda, thought it was a public animation [LottieLego.zip](https://github.com/airbnb/lottie-ios/files/13831943/LottieLego.zip)
Clone the repo, cd into it, run `bash download.sh pretrained-network-celeba-hq` to download the ckpt file
Any info on when the new version is gonna be released?