markusbr

Results 402 comments of markusbr

Can you provide more details, please? On the server machine, are you using Jupyter-notebook directly (the server with a monitor connected), or remotely (e.g. screen-forwarding? Which OS, which OS-version, which...

For consistency check, would you be able to install the prerequisites and the packages mentioned in this notebook on another (non-SPR-)machine - and run your ported Python script? It could...

Can you try to write a (shell-script-)loop to increment the "num-inference-step"? Start with `--num-inference-steps 1` and write to a file `--output "white_noise_1.png"` Then `--num-inference-steps 2` and write to a file...

Can you provide more details about your environment, how you installed this repo? MS-Win - is it v10 or v11? Python in version 3.9? Have you done any code-changes? Is...

Now I just tried to install and run it in a clean environment: MS-Win 10 Python v3.8.8 New Python virt-env. Updated PIP. Followed the steps under "https://github.com/bes-dev/stable_diffusion.openvino#install-requirements". And I get...

Can you sare the `docker run` command line you are using, please? I usually use the same for different RealSense and OAK cameras, which contain e.g. ``` --device=/dev/usb \ --device=/dev/dri...

Ah ok, I see. `X_LINK_DEVICE_NOT_FOUND` occurs after the device switches (from USB-high-speed to USB-super-speed) and couldn't be found again afterwards. Yeah, OpenVINO and Myriad-X (NCS, NCS2) needed to add libUSB...

Hmm, I think I mixed something up... my old records show that I added a couple of devices with `--device=... ...`, but also that I used `-v /dev/bus/usb \`. It's...

What console output did you get? In some environments some patient is required after starting the application - as it will download a lot of data (e.g. from huggingface); there...

The first start can take very long (depending on environment, network speed, huggingface server, etc) Is there any other question? Feel free to close this issue.