Momi-V
Momi-V
This is more reliable and allows for better organisation than just moving the folder to C:. Its also benificial in unrelated scenarios (and honestly should be the default in windows)....
some systems report "aarch64" on uname -m. Allow them to run this script. Since $OS_ARCH gets set to "aarch64" on linux systems later if it was "arm64" just use that.
This fixes #38 (and in combination with PR #36 and #39 issue #35), at least on Linux. Not tested on Windows, feedback welcome
These fixes are relatively low impact and mostly for consistency. The only one that's more important is adding a space behind the comma when appending to the prompt. This is...
**Describe the bug** The Link to Memories on the Nextcloud Dashboard is broken. It always points to the page I'm currently on. All other Apps work fine. When manually accessing...
--extra-index-url https://download.pytorch.org/whl/rocmX.Y is sufficient to install the right package. This also makes A/B version testing easier.
Somewhere within the ROCm stack, a library, ComfyUi or the reGen worker is a **severe memory leak**. It seems to be triggered by **loading and unloading models**, not the actual...
This logic checks whether bridgeData.yaml has been mapped to it's standard location. If it finds a file there, it uses it instead of relying on env variables. Apart from ENV...
This is a first Draft of a usable Dockerfile for AMD ROCm cards. Based on my testing it currently only works with the `raw-png` branch, probably due to the newer...
This makes flash_attn a bit more flexible in regards to the head dimensions, etc. supported. Reference https://github.com/Beinsezii/comfyui-amd-go-fast/issues/3. Also make sure the Docker container doesn't exit when doing an `rm` of...