Lucalme

Results 6 comments of Lucalme

@gschintgen > This issue has me wondering: Is a digital pen / stylus currently supposed to work correctly with absolute coordinates? (Pressure sensitivity would be a luxury at this point...)...

> > I'm on windows 11 on both client and host and have the exact same issue. Did you find a way to make it work? > > No, it's...

Just did this and it fixed an error occuring in the AudioGen Jupyter-Notebook demo in the "music continuation from audio file" cell. Maybe it's not the right variables who are...

try it with >cd /diff-gaussian-rasterization >pip install . --no-build-isolation if like me, your venv module is kinda stupid, you will encounter an error: >error: invalid command 'bdist_wheel' just run >pip...

> doen't work. any other solution? go to `infer\lib\audio.py` -> Line 61, replace `open(file, "r") as f:` with: `open(file, "rb") as f:` Also, Lines 34 and 35 should be: `...

@kivinblue1 I'm having trouble running you script: > su -c chroot-distro install -a $distro_name the -a parameter seems to not be supported anymore, making the process crash. I don't really...