Danil Boldyrev
3a41d7c551
Formatting code with Prettier
2023-06-14 00:31:36 +03:00
Danil Boldyrev
9b687f013d
Reworked the disabling of functions, refactored part of the code
2023-06-14 00:24:25 +03:00
Danil Boldyrev
9a2da597c5
remove console.log
2023-06-12 22:21:42 +03:00
Danil Boldyrev
ee029a8cad
Improved error output, improved settings menu
2023-06-12 22:19:22 +03:00
Aarni Koskela
d75ed52bfc
Don't die when a LoRA is a broken symlink
...
Fixes #11098
2023-06-09 13:26:36 +03:00
AUTOMATIC1111
e89a248e2e
Merge pull request #11031 from akx/zoom-and-pan-namespace
...
Zoom and pan: namespace & simplify
2023-06-05 20:40:31 +03:00
AUTOMATIC1111
7a7a201d81
Merge pull request #10956 from akx/len
...
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-05 11:06:37 +03:00
Aarni Koskela
2d4c66f7b5
Zoom and Pan: simplify waitForOpts
2023-06-05 10:40:42 +03:00
Aarni Koskela
6163b38ad9
Zoom and Pan: use for instead of forEach
2023-06-05 10:37:00 +03:00
Aarni Koskela
afbb0b5f86
Zoom and Pan: simplify getElements (it's not actually async)
2023-06-05 10:37:00 +03:00
Aarni Koskela
68cda4f213
Zoom and Pan: use elementIDs from closure scope
2023-06-05 10:37:00 +03:00
Aarni Koskela
8fd20bd4c3
Zoom and Pan: move helpers into its namespace to avoid littering global scope
2023-06-05 10:36:55 +03:00
Danil Boldyrev
0432e37843
Correct definition zoom level
...
I changed the regular expression and now I always have to select scale from style.transfo
2023-06-04 04:17:55 +03:00
Danil Boldyrev
ad3d6d9a22
Fixed visual bugs
2023-06-04 03:38:21 +03:00
Danil Boldyrev
1a49178330
Made a function applyZoomAndPan isolated each instance
...
Isolated each instance of applyZoomAndPan, now if you add another element to the page, they will work correctly
2023-06-04 03:04:46 +03:00
Danil Boldyrev
dc273f7473
Fixed the redmask bug
2023-06-04 01:18:27 +03:00
Danil Boldyrev
3e3635b114
Made the applyZoomAndPan function global for other extensions
2023-06-03 19:24:05 +03:00
AUTOMATIC1111
b1fd2aaa8b
Merge pull request #10943 from catboxanon/sort
...
Allow dynamically sorting extra networks in UI
2023-06-03 09:05:22 +03:00
Danil Boldyrev
5b682be59a
small ui fix
...
In the error the user will see R instead of KeyR
2023-06-03 02:24:57 +03:00
Danil Boldyrev
1e0ab4015d
Added the ability to swap the zoom hotkeys and resize the brush
2023-06-03 02:18:49 +03:00
catboxanon
9009e25cb1
Apply suggestions from code review
...
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-06-02 16:12:24 -04:00
Danil Boldyrev
d306d25e56
Made tooltip optional.
...
You can disable it in the settings.
Enabled by default
2023-06-02 19:10:28 +03:00
Aarni Koskela
51864790fd
Simplify a bunch of len(x) > 0
/len(x) == 0
style expressions
2023-06-02 15:07:10 +03:00
catboxanon
7dca8e7698
Support dynamic sort of extra networks
2023-06-02 04:08:45 +00:00
Danil Boldyrev
38aca6f605
Added a hotkey repeat check to avoid bugs
2023-06-02 01:26:25 +03:00
Danil Boldyrev
68c4beab46
Added the ability to configure hotkeys via webui
...
Now you can configure the hotkeys directly through the settings
JS and Python scripts are tested and code style compliant
2023-06-02 01:04:17 +03:00
Danil Boldyrev
c5d70fe1d3
Fixed the problem with sticking to the mouse, created a tooltip
2023-05-31 23:02:49 +03:00
AUTOMATIC
df02498d03
add an option to show selected setting in main txt2img/img2img UI
...
split some code from ui.py into ui_settings.py ui_gradio_edxtensions.py
add before_process callback for scripts
add ability for alwayson scripts to specify section and let user reorder those sections
2023-05-31 22:40:09 +03:00
AUTOMATIC
05933840f0
rename print_error to report, use it with together with package name
2023-05-31 19:56:37 +03:00
AUTOMATIC1111
52b8752e62
Merge branch 'dev' into report-error
2023-05-31 19:15:21 +03:00
AUTOMATIC1111
58dbd0ea4d
Merge pull request #10759 from daswer123/dev
...
Add the ability to zoom and move the canvas
2023-05-31 18:52:22 +03:00
Danil Boldyrev
c928c228af
a small fix for very wide images, because of the scroll bar was the wrong zoom
2023-05-30 16:35:52 +03:00
Aarni Koskela
5fcdaa6a7f
Vendor in the single module used from taming_transformers; remove taming_transformers dependency
...
(and fix the two ruff complaints)
2023-05-30 12:47:57 +03:00
Danil Boldyrev
8ab4e55fe3
Moved the script to the extension build-in
2023-05-29 21:39:10 +03:00
Aarni Koskela
00dfe27f59
Add & use modules.errors.print_error where currently printing exception info by hand
2023-05-29 09:17:30 +03:00
AUTOMATIC
39ec4f06ff
calculate hashes for Lora
...
add lora hashes to infotext
when pasting infotext, use infotext's lora hashes to find local loras for <lora:xxx:1> entries whose hashes match loras the user has
2023-05-19 22:59:29 +03:00
AUTOMATIC1111
a6bf4aae30
Merge pull request #10550 from akx/git-blame-ignore-revs
...
Add .git-blame-ignore-revs
2023-05-19 16:28:22 +03:00
Aarni Koskela
2725dfd8a6
Fix ruff lint
2023-05-19 12:37:34 +03:00
AUTOMATIC
df6fffb054
change upscalers to download models into user-specified directory (from commandline args) rather than the default models/<...>
2023-05-19 09:09:18 +03:00
AUTOMATIC1111
e38e7dbfb9
Merge pull request #10529 from ryankashi/master
...
Added /sdapi/v1/refresh-loras api checkpoint post request
2023-05-19 08:04:13 +03:00
ryankashi
4dd5559162
Added the refresh-loras post request
2023-05-18 14:12:01 -07:00
AUTOMATIC
44c37f94e1
add messages about Loras that failed to load to UI
2023-05-18 16:36:30 +03:00
AUTOMATIC
57b75f4a03
eslint related file edits
2023-05-18 09:59:10 +03:00
Aarni Koskela
9c54b78d9d
Run eslint --fix
(and normalize tabs to spaces)
2023-05-17 16:09:06 +03:00
AUTOMATIC
7001e1ed61
Merge branch 'master' into dev
2023-05-14 13:36:16 +03:00
AUTOMATIC
b9abdb50a3
add a possible fix for 'LatentDiffusion' object has no attribute 'lora_layer_mapping'
2023-05-14 13:31:03 +03:00
AUTOMATIC
a00e42556f
add a bunch of descriptions and reword a lot of settings (sorry, localizers)
2023-05-14 11:04:21 +03:00
AUTOMATIC
e8eea1bb7a
Merge branch 'release_candidate' into dev
2023-05-13 20:26:13 +03:00
AUTOMATIC
477199357f
add an option to always refer to lora by filenames
...
never refer to lora by an alias if multiple loras have same alias or the alias is called none
2023-05-13 20:15:37 +03:00
Aarni Koskela
49a55b410b
Autofix Ruff W (not W605) (mostly whitespace)
2023-05-11 20:29:11 +03:00