Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update webui.sh | DaniAndTheWeb | 2023-01-20 | 1 | -1/+1 |
| | |||||
* | Update webui.sh | DaniAndTheWeb | 2023-01-19 | 1 | -2/+2 |
| | |||||
* | Usage explanation for Renoir users | DaniAndTheWeb | 2023-01-19 | 1 | -0/+3 |
| | |||||
* | Experimental support for Renoir | DaniAndTheWeb | 2023-01-19 | 1 | -4/+8 |
| | | | | 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. | ||||
* | GFX env just for RDNA 1 and 2 | DaniAndTheWeb | 2023-01-19 | 1 | -1/+1 |
| | | | This commit specifies which GPUs should use the GFX variable, RDNA 3 is excluded since it uses a newer GFX version | ||||
* | Small reformat of the GPU check | DaniAndTheWeb | 2023-01-19 | 1 | -5/+5 |
| | |||||
* | Simplify GPU check | DaniAndTheWeb | 2023-01-19 | 1 | -15/+10 |
| | |||||
* | Environment variable on launch just for Navi cards | DaniAndTheWeb | 2023-01-19 | 1 | -1/+6 |
| | | | 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 | ||||
* | fixing error using lspci on macOsX | facu | 2023-01-18 | 1 | -1/+1 |
| | |||||
* | Fix TORCH_COMMAND check | DaniAndTheWeb | 2023-01-14 | 1 | -1/+1 |
| | |||||
* | Only set TORCH_COMMAND if wasn't set webui-user | DaniAndTheWeb | 2023-01-14 | 1 | -1/+4 |
| | |||||
* | Quick format fix | DaniAndTheWeb | 2023-01-14 | 1 | -1/+1 |
| | |||||
* | Export TORCH_COMMAND for AMD from the webui | DaniAndTheWeb | 2023-01-14 | 1 | -0/+1 |
| | |||||
* | Automatic launch argument for AMD GPUs | DaniAndTheWeb | 2023-01-13 | 1 | -1/+7 |
| | | | 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. | ||||
* | Fixes webui.sh to exec LAUNCH_SCRIPT | Wes Roberts | 2023-01-04 | 1 | -2/+2 |
| | |||||
* | Bugfix: Use /usr/bin/env bash instead of just /bin/bash | Fionn Langhans | 2022-12-12 | 1 | -1/+1 |
| | | | | | | 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). | ||||
* | Revert most launch.py changes, add mac user script | brkirch | 2022-12-03 | 1 | -0/+8 |
| | | | | Adds an addition file to read environment variables from when the webui.sh is run from macOS. | ||||
* | Fix run as root flag | brkirch | 2022-12-01 | 1 | -1/+2 |
| | | | | | | 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'. | ||||
* | Merge pull request #1904 from EternalNooblet/dev | AUTOMATIC1111 | 2022-11-27 | 1 | -1/+13 |
|\ | | | | | Added a flag to run as root if needed | ||||
| * | added a flag to run as root if needed | EternalNooblet | 2022-10-07 | 1 | -1/+13 |
| | | |||||
* | | Optional Accelerate Launch | d8ahazard | 2022-11-09 | 1 | -4/+12 |
| | | |||||
* | | webui.sh: no automatic git pull | Mackerel | 2022-10-29 | 1 | -4/+3 |
| | | |||||
* | | Pass arguments from bash to python | Matthew Clark | 2022-10-18 | 1 | -1/+1 |
| | | |||||
* | | revert changes to two bat files I asked to revert but the author couldn't in ↵ | AUTOMATIC | 2022-10-16 | 1 | -6/+1 |
| | | | | | | | | 863e9efc19d2811f1db5055be8e346781df3f7ce. | ||||
* | | Pull out some of URL to Env Variable (#2578) | Zeithrold | 2022-10-16 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | Fix prerequisites check in webui.sh | Daniel M | 2022-10-15 | 1 | -2/+2 |
|/ | | | | | | - Check the actually used `$python_cmd` and `$GIT` executables instead of the hardcoded ones - Fix typo in comment | ||||
* | Uppercase for env var LAUNCH_SCRIPT | Andrew Savchyn | 2022-09-30 | 1 | -3/+3 |
| | |||||
* | Configurable launch script | Andrew Savchyn | 2022-09-30 | 1 | -1/+6 |
| | |||||
* | Disable sentry logging | DepFA | 2022-09-26 | 1 | -0/+3 |
| | |||||
* | removed TORCH_COMMAND section from webui.sh and | benbot | 2022-09-21 | 1 | -6/+0 |
| | | | | added correct torchvision version to default torch install command | ||||
* | Fix bad bad torch command variable | safentisFox | 2022-09-18 | 1 | -1/+1 |
| | |||||
* | change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵ | AUTOMATIC | 2022-09-18 | 1 | -1/+1 |
| | | | | | | and does not export anything whoever put that in .sh files - shame on you | ||||
* | remove model files check | orionaskatu | 2022-09-14 | 1 | -21/+0 |
| | |||||
* | fix on torch_command + tested on debian | orionaskatu | 2022-09-14 | 1 | -0/+6 |
| | |||||
* | rewrite for launch.py - untested | orionaskatu | 2022-09-14 | 1 | -74/+8 |
| | |||||
* | install/launch scripts for linux | orionaskatu | 2022-09-14 | 1 | -0/+220 |