Gadi Cohen
Gadi Cohen
Ah amazing, thanks for reporting back! I've actually started using R2 too and am loving it (and host all our [pre-built optimized models](https://forums.kiri.art/t/our-own-optimization-faster-model-init/98) there). I still need to measure speeds...
Hey, @digiphd! Thanks for getting this on my radar. I'll have a chance to take a look during this coming week. As a preliminary comment, I like the idea of...
Yup! `negative_prompt` modelInput, as it seems you worked out. The `modelInput`'s are passed directly to the relevant diffusers' pipeline, so you can use whatever arguments are supported by that pipeline....
Hey @digiphd, I had a quick moment to try ` dreamlike-art/dreamlike-photoreal-2.0` and it works out the box for me, in both full and half precision. What version of `docker-diffusers-api` are...
Related: https://github.com/kiri-art/docker-diffusers-api/issues/26
Hey, @xuechengjinxiu... Welcome and thanks for the issue! I have some big changes coming and definitely intend to improve the docs with better examples. In the meantime, try with one...
Hey, I answered on Discord, but just for reference. This base image is the banana backend for https://kiri.art/. We use a credit system there, with payments via Stripe. The code...
Hey, welcome! Unfortunately it's as it says, you're out of GPU RAM. There is a way to get it to work on 8GB RAM but I haven't prioritized that until...
Hey! I would have said just rerun the build command and it will retry again from the last successful (and cached) step, but as you say, you keep getting the...
Hey! Unfortunately xformers only has precompiled binaries for a very select list of package version combinations (I have some notes about this at the top of the `Dockerfile`). 11.7 won't...