Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | make current_axis_options class variable | Vladimir Repin | 2023-01-21 | 1 | -9/+8 | |
| | | | | | ||||||
| * | | | | fix broken textual inversion extras tab | AUTOMATIC | 2023-01-21 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | add a slider for default value of added extra networks | AUTOMATIC | 2023-01-21 | 5 | -6/+10 | |
| | | | | | ||||||
| * | | | | enable compact view for train tab | AUTOMATIC | 2023-01-21 | 3 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | prevent previews from ruining hypernetwork training | |||||
| * | | | | Merge pull request #6938 from DaniAndTheWeb/AMD_automation-patch1 | AUTOMATIC1111 | 2023-01-21 | 1 | -12/+19 | |
| |\ \ \ \ | | | | | | | | | | | | | AMD environment variable and experimental APU support (Renoir) | |||||
| | * | | | | 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 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #2 from DaniAndTheWeb/DaniAndTheWeb-sd-Renoir | DaniAndTheWeb | 2023-01-19 | 1 | -4/+8 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Experimental support for AMD Renoir | |||||
| | | * | | | | 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 | |||||
| * | | | | | Merge pull request #6955 from EllangoK/master | AUTOMATIC1111 | 2023-01-21 | 1 | -1/+14 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Adds descriptions for merging methods in UI | |||||
| | * | | | | | adds descriptions for merging methods in ui | EllangoK | 2023-01-20 | 1 | -1/+14 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #7020 from EllangoK/ui-fix | AUTOMATIC1111 | 2023-01-21 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixes ui issues with checkbox and hires. sections | |||||
| | * | | | | | | fixes ui issues with checkbox and hires. sections | EllangoK | 2023-01-21 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #7022 from mezotaken/master | AUTOMATIC1111 | 2023-01-21 | 1 | -7/+12 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | X/Y plot: Fix auto fill and repair separate axis options | |||||
| | * | | | | | | fix auto fill and repair separate axisoptions | Vladimir Repin | 2023-01-21 | 1 | -7/+12 | |
| | |/ / / / / | ||||||
| * | | | | | | add --lora-dir commandline option | AUTOMATIC | 2023-01-21 | 3 | -6/+11 | |
| | | | | | | | ||||||
| * | | | | | | remove the double loading text | AUTOMATIC | 2023-01-21 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | remove timestamp for js files, reformat code | AUTOMATIC | 2023-01-21 | 1 | -26/+8 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #7015 from jjtolton/serve-static-js | AUTOMATIC1111 | 2023-01-21 | 1 | -9/+23 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Compile and serve js files via `src` instead of embedded inline scripts | |||||
| | * | | | | | remove dead import | James Tolton | 2023-01-21 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | * | | | | | server individually listed javascript files vs single compiled file | James Tolton | 2023-01-21 | 3 | -32/+23 | |
| | | | | | | | ||||||
| | * | | | | | remove commented out lines | James Tolton | 2023-01-21 | 1 | -4/+0 | |
| | | | | | | | ||||||
| | * | | | | | Compile and serve js from /statica instead of inline in html | James Tolton | 2023-01-21 | 3 | -5/+33 | |
| | | | | | | | ||||||
* | | | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 2 | -4/+4 | |
| | | | | | | | ||||||
* | | | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -2/+3 | |
| | | | | | | | ||||||
* | | | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -7/+4 | |
| | | | | | | | ||||||
* | | | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -0/+3 | |
| | | | | | | | ||||||
* | | | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -0/+3 | |
| | | | | | | | ||||||
* | | | | | | | UI and PNG info improvements | invincibledude | 2023-01-22 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | UI and PNG info improvements | invincibledude | 2023-01-22 | 2 | -0/+5 | |
| | | | | | | | ||||||
* | | | | | | | UI improvements | invincibledude | 2023-01-22 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | hr conditioning | invincibledude | 2023-01-22 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | hr conditioning | invincibledude | 2023-01-22 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | hr conditioning | invincibledude | 2023-01-22 | 1 | -7/+12 | |
| | | | | | | | ||||||
* | | | | | | | hr conditioning | invincibledude | 2023-01-22 | 1 | -4/+5 | |
| | | | | | | | ||||||
* | | | | | | | hr conditioning | invincibledude | 2023-01-22 | 1 | -21/+13 | |
| | | | | | | | ||||||
* | | | | | | | hr conditioning | invincibledude | 2023-01-22 | 1 | -26/+46 | |
| | | | | | | | ||||||
* | | | | | | | Hr-fix separate prompt experimentation | invincibledude | 2023-01-22 | 1 | -21/+22 | |
| | | | | | | | ||||||
* | | | | | | | Logging for debugging | invincibledude | 2023-01-22 | 1 | -0/+3 | |
| | | | | | | | ||||||
* | | | | | | | Fix | invincibledude | 2023-01-22 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Hr separate prompt test | invincibledude | 2023-01-22 | 3 | -3/+36 | |
| | | | | | | | ||||||
* | | | | | | | Revert | InvincibleDude | 2023-01-21 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Change to run workflow | InvincibleDude | 2023-01-21 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Style fix | invincibledude | 2023-01-21 | 1 | -2/+1 | |
| | | | | | | |