d6b8cb718a
Merge pull request #519 from JeLuF/relocate2
...
Rewrite easy_install.pth on each start
2022-11-21 12:13:43 +05:30
ed435d2b72
Add --whitespace=fix also on Linux
2022-11-20 23:09:27 +01:00
2b1f8533b0
Add --whitespace=fix to git apply
...
For some users who have git preinstalled, `git apply` fails due to whitespace errors.
Aracon found that applying `--whitespace=fix` to the `git apply` invocation fixes the problem.
https://discord.com/channels/1014774730907209781/1036679816713359471/1037025435491516548
ryz confirmed that `--reject` wasn't needed for him to make it work, and this explanation from the "git apply" manpage suggests
that we shouldn't include `--reject`:
> For atomicity, git apply by default fails the whole patch and does not touch the working tree when some
> of the hunks do not apply. This option makes it apply the parts of the patch that are applicable, and leave
> the rejected hunks in corresponding *.rej files.
After having a look at https://github.com/git/git/blob/master/apply.c , I think that they only check for `correct_ws_error` if they couldn't apply the patch. It doesn't impact 'normal' patching. If the patch can be applied, it will be done, and only if the apply fails, they'll check whether adding or removing WS might help. It should thus be save to be added and didn't produce any errors on my installation using SDUI-provided git.
2022-11-20 23:07:44 +01:00
0a21a69a9f
Updated facexlib fix for usage on multi-gpu.
2022-11-20 13:04:22 -05:00
5ebc6b698c
Rewrite easy_install.pth on each start
...
Fixes GFPGANer errors when the env has been moved.
2022-11-20 18:48:48 +01:00
cbc48e31e1
Fix duplicate custom modifiers activation states
...
Fixing activation state for custom modifier cards sharing the same tag where only one of the cards gets (de)activated.
2022-11-19 19:25:28 -08:00
577dd9048f
Fix duplicate custom modifiers restoration
...
Fix for duplicate image modifiers when restoring a task in which several custom modifier cards share the same tag.
2022-11-19 19:21:36 -08:00
ae409dd0ec
Prevent empty fields in make image request
...
Prevent render jobs to fail with HTTP 422 due to empty fields in the image settings.
https://discord.com/channels/1014774730907209781/1043481789706031215/1043481789706031215
https://discord.com/channels/1014774730907209781/1014774732018683927/1042768986871443516
minor change, no CHANGE.md entry
2022-11-19 21:00:41 +01:00
cde855e1dc
Change note
2022-11-19 20:31:36 +01:00
adcd4368e7
Merge pull request #510 from JeLuF/ipconfig
...
Add network settings to the UI
2022-11-20 00:55:42 +05:30
8bcdb205ed
Merge pull request #512 from cmdr2/beta
...
Use the correct device name when moving the model to cpu
2022-11-20 00:50:58 +05:30
2cf8b2a453
Use the correct device name when moving the model to cpu
2022-11-20 00:43:38 +05:30
6c156380f9
Add network settings to the UI
...
Allow users to choose the uvicorn port
Allow users to restrict uvicorn to only listen on localhost
2022-11-19 17:10:45 +01:00
369d0ee502
Modifier weight via mouse wheel plugin
2022-11-19 01:17:24 -08:00
4971a212e9
Modifier drag-and-drop plugin
2022-11-19 01:09:59 -08:00
2111a81d18
Proper PR for VAE support in Use Settings
2022-11-19 00:56:44 -08:00
6799b3d7da
Merge pull request #505 from cmdr2/beta
...
v2.4.11
2022-11-19 13:54:55 +05:30
a3463274ee
changelog
2022-11-19 12:02:52 +05:30
c10e773401
Speed up the model move, by using the earlier function to move modelCS and modelFS to the cpu
2022-11-19 11:53:33 +05:30
f7af259576
Scan only the model files (check by extension), minor refactoring of the
...
scanning code
2022-11-19 10:44:32 +05:30
87c6a54634
changelog
2022-11-18 21:11:59 +05:30
d03521bf12
Use as Input -> Use these settings
2022-11-18 21:11:34 +05:30
3eb1919c81
Fix the missing (beta) label next to the version number
2022-11-18 19:38:16 +05:30
e53d6dbd5c
changelog
2022-11-18 19:33:34 +05:30
01d2db8e96
Changelog
2022-11-18 17:36:23 +05:30
b18c2aea05
Don't cache css and js files, it's really annoying after merging every PR to have to update the version number in index.html. Disabling this until we figure out a better way
2022-11-18 17:31:20 +05:30
a6e3c272e2
Tweak CSS for button press color
2022-11-18 17:14:58 +05:30
4000f98ba4
Merge pull request #490 from JeLuF/ui1
...
Visual feedback for the save button in the system settings
2022-11-18 17:10:04 +05:30
d06fd404ae
Font size of negative prompt textbox
2022-11-18 17:09:42 +05:30
c6f0e19e2f
Merge pull request #493 from JeLuF/negative
...
Textarea for negative prompts
2022-11-18 17:07:37 +05:30
462af9989a
Merge pull request #491 from JeLuF/inst1
...
Fix typo in the installer's error messages
2022-11-18 17:07:06 +05:30
eedea2fdcd
Bump version
2022-11-18 17:06:43 +05:30
9c3d946de0
Theme tweaks
2022-11-18 17:01:20 +05:30
ace3102601
Reduce the size of the toggle switches
2022-11-18 16:24:49 +05:30
48946100e9
Bump version
2022-11-18 16:21:12 +05:30
0067e46192
Merge pull request #501 from mdiller/mdiller_fancyswitches
...
Better Toggle Inputs & Updated Settings UI
2022-11-18 16:17:54 +05:30
921711a679
Don't crash if an invalid model file is beign scanned
2022-11-18 16:12:45 +05:30
32dfb765dd
Bump JS version
2022-11-18 16:04:26 +05:30
8482f12909
Bump version
2022-11-18 16:03:15 +05:30
306a56124c
Merge pull request #492 from JeLuF/scanner
...
Picklescan of model files
2022-11-18 16:02:23 +05:30
1f815d7562
Merge branch 'beta' into scanner
2022-11-18 16:01:50 +05:30
f25d35fad8
changelog
2022-11-18 15:55:53 +05:30
f74c57449e
Cosmetic changes to Use Settings
2022-11-18 15:54:47 +05:30
a697bd935a
Refactor the Use Settings code, and move that to the common restoreTask() function
2022-11-18 15:38:17 +05:30
ec294227bd
Bump version
2022-11-18 15:14:35 +05:30
f67758eaf3
Bring back some styling that was removed accidentally by the PR merge
2022-11-18 14:58:21 +05:30
f7ed65d749
Bump version
2022-11-18 14:51:05 +05:30
7ffeb3964b
Merge pull request #463 from patriceac/beta
...
Adding Use Settings
2022-11-18 14:40:04 +05:30
025d4df774
Don't crash if a VAE file fails to load
2022-11-18 13:11:48 +05:30
45086a4b6e
updated hamunii theme name to gnomie
2022-11-17 22:25:55 -08:00