JeLuF
e59fbac761
set USERPROFILE to local profile ( fixes #468 )
...
According to this analysis: https://discord.com/channels/1014774730907209781/1040225028828057620/1040324719074889779
the USERPROFILE variable must not contain unicode characters as well. Only setting APPDATA is not sufficient.
2022-11-13 09:19:01 +01:00
cmdr2
745ea5fb05
Update index.html
2022-11-12 17:39:29 +05:30
cmdr2
fa16ca4eec
Update auto-save.js
2022-11-12 17:39:26 +05:30
cmdr2
d7757b8b03
Update index.html
2022-11-12 17:25:07 +05:30
cmdr2
98aefad249
Skip if a setting isn't present
2022-11-12 17:24:48 +05:30
cmdr2
c17222dbe4
The error level is unreliable on Windows when testing a command. My cmd.exe shell hooks are broken, and this condition always fails for me
2022-11-12 13:08:46 +05:30
cmdr2
abd8c69395
Bypass a bug in micromamba, where it fails silently if the APPDATA env variable has special characters like öäü
2022-11-12 13:07:29 +05:30
cmdr2
a7fde73df4
Tabs to spaces in bootstrap scripts
2022-11-12 12:47:39 +05:30
cmdr2
d1c9db874f
Set the PYTHONPATH right at the start, to prevent it from picking up a system-wide python
2022-11-11 11:37:15 +05:30
cmdr2
82fda5cb03
Temporarily remove the default-on behavior for GFPGAN, until the CPU version is fixed
2022-11-09 11:24:14 +05:30
cmdr2
65587536ab
Fix typo in binding of host/ip
2022-11-09 11:08:25 +05:30
cmdr2
ad31be8344
Fix
2022-11-09 11:05:07 +05:30
cmdr2
25815c81bf
Bring back the configurable host/port
2022-11-09 11:03:03 +05:30
cmdr2
852a22f86d
temporary rollback of configurable host/port
2022-11-09 10:58:25 +05:30
cmdr2
e22b171b7b
Merge pull request #445 from JeLuF/err-handle
...
Improve error handling
2022-11-09 10:08:55 +05:30
cmdr2
842e7e559e
Update bootstrap.bat
2022-11-08 10:30:26 +05:30
JeLuF
a62ee7850b
Merge branch 'err-handle' of github.com:JeLuF/stable-diffusion-ui into err-handle
2022-11-05 23:31:19 +01:00
JeLuF
d3a90ccc0d
Windows error handling
...
- cd to the script location on start of 'Start Stable Diffusion UI.cmd'
- Bail out when downloading micromamba fails
- add env variables SD_UI_BIND_IP and SD_UI_BIND_PORT to configure uvicorn
2022-11-05 23:30:40 +01:00
JeLuF
46b13ee664
Merge branch 'cmdr2:main' into err-handle
2022-11-05 20:49:19 +01:00
JeLuF
cfa6dc7836
Add blank lines to error message
2022-11-05 19:02:19 +01:00
JeLuF
f969bfa7be
More error handling, central error function
2022-11-05 18:59:59 +01:00
cmdr2
e86a883d0a
Merge pull request #439 from JeLuF/patch-9
...
Add a link to the wiki to the "Help & Community" dropdown.
2022-11-05 11:01:49 +05:30
cmdr2
82d764000a
Fix https://github.com/cmdr2/stable-diffusion-ui/issues/441 - numerical validation
2022-11-04 19:54:59 +05:30
JeLuF
63dcb8cfe1
Add a link to the wiki to the "Help & Community" dropdown.
2022-11-03 20:39:08 +01:00
cmdr2
ea7006eec4
Set the PYTHONPATH before installation to prevent conda from knowing about any system-wide python installations (and skipping package installs due to that)
2022-11-02 19:45:49 +05:30
cmdr2
053bce7a8e
Set the correct mimetype in the base64 image
2022-10-31 19:05:57 +05:30
cmdr2
2f208832a9
Merge pull request #424 from patriceac/patch-1
...
Fixing the parsing of Set and Permute operators in custom tags
2022-10-31 18:25:30 +05:30
patriceac
f08a875cd2
Update main.js
...
Fix parsing of Set and Permute operators in custom tags.
2022-10-30 00:26:53 -07:00
patriceac
d492d3f738
Update main.js
...
Fixing the parsing of Set and Permute operators in custom tags.
2022-10-30 00:22:01 -07:00
cmdr2
33e25d9241
Deduce the filename in developer_console.sh instead of hardcoding it
2022-10-29 20:25:11 +05:30
cmdr2
fc11018158
Re-download micromamba if necessary
2022-10-29 19:41:52 +05:30
Michael Nahkies
450fb2553c
fix: change to the correct working directory
...
changes to the directory containing `start.sh` prior to activating the conda environment
this allows you to run the program without first changing to the correct directory, eg: `$ ~/bin/stable-diffusion-ui/start.sh`
2022-10-29 15:08:25 +05:30
cmdr2
0b678b1f16
Merge pull request #413 from JeLuF/patch-7
...
Change "Advanced Settings" to "Image settings"
2022-10-28 13:10:04 +05:30
JeLuF
79b5e85b15
Change "Advanced Settings" to "Image settings"
...
The menu has been renamed, so the welcome text should reflect this.
2022-10-28 09:21:31 +02:00
cmdr2
9f90749f99
Merge pull request #405 from JeLuF/patch-6
...
Add disk space requirements
2022-10-28 00:22:08 +05:30
JeLuF
1257e34487
Add disk space requirements
2022-10-27 17:39:54 +02:00
cmdr2
a45743f443
Update CONTRIBUTING.md
2022-10-27 20:56:49 +05:30
cmdr2
cf313939aa
Merge pull request #402 from cmdr2/beta
...
Retry micromamba download on windows
2022-10-27 19:50:12 +05:30
cmdr2
873d4bd3f2
Retry micromamba download on windows
2022-10-27 19:47:20 +05:30
cmdr2
f43f3fc84b
Merge pull request #401 from cmdr2/beta
...
Download micromamba again if it failed to download the first time
2022-10-27 16:07:10 +05:30
cmdr2
0e1fed86ba
Download micromamba again if it failed to download the first time
2022-10-27 16:06:16 +05:30
cmdr2
5c1bbc08ca
Merge pull request #399 from JeLuF/patch-5
...
Undo curl change
2022-10-27 07:37:15 +05:30
JeLuF
6ba32b95f3
Undo curl change
...
#392 Resume Downloads
The retry options also don't work on some windows machines:
https://discord.com/channels/1014774730907209781/1014774732018683926/1034935751332347922
2022-10-27 00:26:24 +02:00
cmdr2
6d43e0951c
Update on_sd_start.sh
2022-10-27 00:49:32 +05:30
cmdr2
1dc2c6f183
Update README.md
2022-10-26 18:31:39 +05:30
cmdr2
984b8f7e6f
No need to generate arch-specific installers
2022-10-26 18:28:21 +05:30
cmdr2
0f8448b2c0
Merge pull request #396 from cmdr2/main
...
Merge main
2022-10-26 18:11:53 +05:30
cmdr2
088c546bee
Merge pull request #394 from JeLuF/patch-4
...
Retry downloads on flaky internet connections
2022-10-26 17:36:46 +05:30
cmdr2
20fff378f0
Merge pull request #395 from cmdr2/beta
...
Use micromamba to install git and conda, instead of bundling a copy of git and conda in the installer. This will not affect existing installations, they'll continue using the previously bundled git and conda that came with the old installer
2022-10-26 17:35:30 +05:30
JeLuF
4994a7ac85
Update on_sd_start.sh
2022-10-26 13:27:49 +02:00