mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
e7dc41e271
* Automatic AMD GPU detection on Linux Automatically detects AMD GPUs and installs the ROCm version of PyTorch instead of the cuda one A later improvement may be to detect the GPU ROCm version and handle GPUs that dont work on upstream ROCm, ether because they're too old and need a special patched version, or too new and need `HSA_OVERRIDE_GFX_VERSION=10.3.0` added, possibly check through `rocminfo`? * Address stdout suppression and download failure * If any NVIDIA GPU is found, always use it * Use /proc/bus/pci/devices to detect GPUs * Fix comparisons `-eq` and `-ne` only work for numbers * Add back -q --------- Co-authored-by: JeLuF <jf@mormo.org> |
||
---|---|---|
.. | ||
bootstrap.bat | ||
bootstrap.sh | ||
check_modules.py | ||
Developer Console.cmd | ||
developer_console.sh | ||
functions.sh | ||
install_status.txt | ||
on_env_start.bat | ||
on_env_start.sh | ||
on_sd_start.bat | ||
on_sd_start.sh | ||
Start Stable Diffusion UI.cmd | ||
start.sh | ||
win_enable_long_filepaths.ps1 |