Kirk Kaiser
Kirk Kaiser
Agreed. Thanks for your input, it helped get me up and running.
~Have~ Had the same experience, it seems: `Embedded video playback halted; module v4l2src0 reported: Internal data stream error.` is where things went wrong. Above this error though, I saw the...
I just got this running, I downloaded the files in this directory: https://huggingface.co/apple/coreml-stable-diffusion-mixed-bit-palettization/tree/main/coreml-stable-diffusion-xl-base_mbp_4_50_palettized/compiled Once I did that, my command looked like this: ``` $ python3 -m python_coreml_stable_diffusion.pipeline --prompt "ufo glowing...
Just following up here, if you're trying to get this working in Python: ```python from diffusers import StableDiffusionXLPipeline from python_coreml_stable_diffusion.pipeline import get_coreml_pipe prompt = "ufo glowing 8k" negative_prompt = ""...
Thanks for the answer! To clarify, I'm trying to add a community widget, not a widget built into DearImGui. In particular, I'm trying to add in a range slider, as...
Not maintainer, but just went through this. For future reference, here's the steps to get it running: Git clone on this repo, into the openFrameworks/addons directory. Run the openFrameworks project...
Following up here, I tried using the container from nanoowl, and although `trtexec` wasn't on the PATH, it was in `/usr/src/tensorrt/bin/trtexec`. Using that I was able to successfully run optimization....
Looks like the web server hosting the service: `https://knn.laion.ai/knn-service` is down. I get a 500 error for that url, but also for https://knn.laion.ai/. Don't know if NVIDIA has an internally...
Following up here, it's reported as a bug in uv: https://github.com/astral-sh/uv/issues/9228 If you need, you can get around it by selecting a specific version of Python: ``` uv venv --python...