pd

Results 62 comments of pd

``` [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at *****\node_modules\tslib\package.json. Update this package.json to use a subpath pattern like "./*"....

Yes, especially given the issues this causes with `@microsoft/rush` which is another Microsoft library.

@BitForger @bencoveney If this is something you'd accept a PR on I can do one up if you like?

Presently I run the following via `npm-run-all` to address this in the event it helps someone: ```json { "scripts": { "barrels": "run-s barrels:*", "barrels:generate": "barrelsby -d src -c node_modules//node-rig/profiles/default/barrelsby.json", "barrels:lint":...

> Now it can use shared VRAM (basically, your ram) This is my suspicion as well - after digging into the performance logging I notice it begins to using shared...

536.67 also worked for me somewhat, meaning it still seems to drop to shared memory but not as aggressively (latest versions seem to start using shared memory at 10GB rather...

Ah yes I just noticed this - thanks so much for that!

I actually find the current Streamlit one really nice to work with compared to gradio (from a "creating new tool pages" perspective). Interestingly, I also came across this Automatic111 interface...

PR: https://github.com/riffusion/riffusion/pull/75

Possibly related: ``` 2023-01-07 15:06:36.385 MediaFileHandler: Missing file 868e105203ef0e8ff50fbb1cfc58d69c3975b3e458d787210552ffd0.wav 2023-01-07 15:06:53.103 Uncaught app exception Traceback (most recent call last): File "C:\Users\***\anaconda3\envs\riffusion\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "D:\StableDiffusion\riffusion\riffusion\streamlit\pages\audio_to_audio.py", line...