DaniAndTheWeb
e0b6092bc9
Update webui.sh
3 years ago
DaniAndTheWeb
fd651bd0bc
Update webui.sh
3 years ago
DaniAndTheWeb
0684a6819d
Usage explanation for Renoir users
3 years ago
DaniAndTheWeb
912285ae64
Experimental support for Renoir
...
This adds the GFX version 9.0.0 in order to use Renoir GPUs with at least 4 GB of VRAM (it's possible to increase the virtual VRAM from the BIOS settings of some vendors). This will only work if the remaining ram is at least 12 GB to avoid the system to become unresponsive on launch.).
This change also changes the GPU check to a case statement to be able to add more GPUs efficiently.
3 years ago
DaniAndTheWeb
36364bd76c
GFX env just for RDNA 1 and 2
...
This commit specifies which GPUs should use the GFX variable, RDNA 3 is excluded since it uses a newer GFX version
3 years ago
DaniAndTheWeb
48045545d9
Small reformat of the GPU check
3 years ago
DaniAndTheWeb
c09fb3d8f1
Simplify GPU check
3 years ago
DaniAndTheWeb
4599e8ad0a
Environment variable on launch just for Navi cards
...
Setting HSA_OVERRIDE_GFX_VERSION=10.3.0 for all AMD cards seems to break compatibility for polaris and vega cards so it should just be enabled on Navi
3 years ago
facu
956263b8a4
fixing error using lspci on macOsX
3 years ago
DaniAndTheWeb
ba077e2110
Fix TORCH_COMMAND check
3 years ago
DaniAndTheWeb
2e172cf831
Only set TORCH_COMMAND if wasn't set webui-user
3 years ago
DaniAndTheWeb
c4ba34928e
Quick format fix
3 years ago
DaniAndTheWeb
6192a222bf
Export TORCH_COMMAND for AMD from the webui
3 years ago
DaniAndTheWeb
cbf4b3472b
Automatic launch argument for AMD GPUs
...
This commit adds a few lines to detect if the system has an AMD gpu and adds an environment variable needed for torch to recognize the gpu.
3 years ago
Wes Roberts
066390eb56
Fixes webui.sh to exec LAUNCH_SCRIPT
3 years ago
Fionn Langhans
cb64439f41
Bugfix: Use /usr/bin/env bash instead of just /bin/bash
...
The problem: Some Linux distrubutions, like NixOS, use a
non-standard filesystem. This causes the bash program to not
be at /bin/bash (though /usr/bin/env is always there).
3 years ago
brkirch
5ec8981df4
Revert most launch.py changes, add mac user script
...
Adds an addition file to read environment variables from when the webui.sh is run from macOS.
3 years ago
brkirch
bef36597cc
Fix run as root flag
...
Even though -f enables running webui.sh as root, the -f flag will also be passed to launch.py, causing it to exit with a usage message. This adds a line to launch.py to remove the -f flag if present.
In addition to the above, all the letters in the command line arguments after each '-' were being processed for 'f' and "illegal option" was displayed for each letter that didn't match. Instead, this commit silences those errors and stops processing if the first flag doesn't start with '-f'.
3 years ago
AUTOMATIC1111
88a01f94a8
Merge pull request #1904 from EternalNooblet/dev
...
Added a flag to run as root if needed
3 years ago
d8ahazard
0a54bd3395
Optional Accelerate Launch
3 years ago
Mackerel
6515dedf57
webui.sh: no automatic git pull
3 years ago
Matthew Clark
bdf1a8903a
Pass arguments from bash to python
3 years ago
AUTOMATIC
bd4f0fb9d9
revert changes to two bat files I asked to revert but the author couldn't in 863e9efc19.
3 years ago
Zeithrold
863e9efc19
Pull out some of URL to Env Variable ( #2578 )
...
* moved repository url to changeable environment variable
* move stable diffusion repo itself to env
* added missing env
* Remove default URL
Co-authored-by: AUTOMATIC1111 <16777216c@gmail.com>
3 years ago
Daniel M
6a4e846710
Fix prerequisites check in webui.sh
...
- Check the actually used `$python_cmd` and `$GIT` executables instead
of the hardcoded ones
- Fix typo in comment
3 years ago
EternalNooblet
065364445d
added a flag to run as root if needed
3 years ago
Andrew Savchyn
d18daafb8b
Uppercase for env var LAUNCH_SCRIPT
3 years ago
Andrew Savchyn
fcfe2e9ffd
Configurable launch script
3 years ago
DepFA
e61da308ba
Disable sentry logging
3 years ago
benbot
d6e8d85e30
removed TORCH_COMMAND section from webui.sh and
...
added correct torchvision version to default torch install command
3 years ago
safentisFox
7b0f402b66
Fix bad bad torch command variable
3 years ago
AUTOMATIC
7476593014
change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB and does not export anything
...
whoever put that in .sh files - shame on you
3 years ago
orionaskatu
a0e819de90
remove model files check
3 years ago
orionaskatu
d62fbcc5aa
fix on torch_command + tested on debian
3 years ago
orionaskatu
7bf76af40a
rewrite for launch.py - untested
3 years ago
orionaskatu
efc8ed13e1
install/launch scripts for linux
3 years ago