krummrey

Results 25 comments of krummrey

Thanks for your writeup. Again I am stuck. ``` ... [ 26%] Linking CXX shared library libsample.dylib [ 26%] Built target libsample [ 26%] Linking CXX static library ../tests/libapiextractor.a [...

I've tried to find a way to set the path right. Cmake looks for it in: ``` -- Boost_FOUND: TRUE -- Boost_INCLUDE_DIRS: /opt/homebrew/include ``` There is a link to the...

Having the same issue. g++-4.8 -w -o bin/VisualSFM build/_._ -L/usr/local/lib -L/opt/X11/lib -pthread -lGL -lGLU -lX11 -ldl -L/usr/local/Cellar/gtk+/2.24.28_2/lib -L/usr/local/Cellar/pango/1.36.8_1/lib -L/usr/local/Cellar/atk/2.16.0/lib -L/usr/local/Cellar/cairo/1.14.2_1/lib -L/usr/local/Cellar/gdk-pixbuf/2.30.8/lib -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0...

And is the new secret model available for download? It works so much better!

This pull version works great, even without a CUDA GPU! [https://github.com/bobbens/sketch_simplification/pull/12](https://github.com/bobbens/sketch_simplification/pull/12)

Same here, not related to file size. Image size is 256x256. MacBook Pro M1 with 32GB on Monterey 12.4 `./realesrgan-ncnn-vulkan -i image.jpg -o image-out.jpg` `zsh: segmentation fault `

Same here. I'd like to try it on a totally unrelated set of images (photos and sketches). Any guidance on how to go about would be appreciated.

> > this link doesnt seem to be working anymore, anybody got an updated link? > > There is also a [download script](https://github.com/CompVis/stable-diffusion/blob/main/scripts/download_models.sh#L12): > > ```shell > wget -O models/ldm/inpainting_big/model.zip...

Yes, I've printed the shape variables. it has width height and three color planes. That's what puzzles me. It works fine right after cloning it from the repo with the...