josephrocca
josephrocca
Hi @mrwyattii, I tried both the `DS_BUILD_OPS` option and the `DS_BUILD_UTILS` option on a fresh Lambda Cloud machine, and both gave errors. Please see here for the full error logs...
@AXKuhta Nice! I got a web demo going here (for 169m and 430m): * Demo: https://josephrocca.github.io/rwkv-v4-web/demo/ * Code: https://github.com/josephrocca/rwkv-v4-web But it seems like something is going wrong - the model...
@AXKuhta Could have sworn I replied here earlier, sorry - apparently I didn't click send. I fixed the demo according to your comment soon after you posted it - thanks...
@AXKuhta Nice! Can you upload the webgl-compatible 169m/430m models to hugging face so I can add them to the web demo? Also, I wonder if the +0.0 bug is something...
@AXKuhta Thanks! Great work. I've always struggled with the WebGL backend - I'm guessing that it doesn't get as much attention as wasm because it isn't a port of C++,...
@AXKuhta Thanks! I've accepted the pull request and updated the demo. > it can also run the non-quantized 430m model, while wasm can't Note that the wasm runtime should be...
This would be great! Here's an emulation of the new version of `--verbose=2` (i.e. ignore unchanged) using `grep`: ```bash restic --repo /path/to/repo backup --verbose=2 ~/ | grep -Ev '^unchanged /'...
I was also confused by this. I think the setting only applies for the images produced when you click the "save" button. Ideally it'd apply to the images that are...
@timntorres I'm not sure what was meant by the comment you linked - perhaps I'm not understanding what feature was being requested in that thread. But it's definitely not relevant...
[Apparently](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/455#issuecomment-1292445300) the base64 limitation has been removed since the comment on #455 that you mentioned, so IIUC this feature request is not hindered by that anymore.