Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull #11

Merged
merged 487 commits into from
Jan 25, 2024
Merged

pull #11

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
487 commits
Select commit Hold shift + click to select a range
44d14bc
added option to play notification sound or not
galekseev Oct 13, 2023
954499a
Convert (emphasis) to (emphasis:1.1)
missionfloyd Oct 13, 2023
fff1a0c
Make attention conversion optional
missionfloyd Oct 13, 2023
902afa6
Merge pull request #13364 from superhero-7/master
AUTOMATIC1111 Oct 14, 2023
499543c
Merge pull request #13631 from galekseev/master
AUTOMATIC1111 Oct 14, 2023
3a66c3c
put notification.mp3 option at the end of the page
AUTOMATIC1111 Oct 14, 2023
27fdc26
Merge pull request #13630 from wkpark/indexerror-fix
AUTOMATIC1111 Oct 14, 2023
a109c7a
more general case of adding an infotext when no images have been gene…
AUTOMATIC1111 Oct 14, 2023
26500b8
Merge pull request #13610 from v0xie/network-glora
AUTOMATIC1111 Oct 14, 2023
7cc9642
Merge pull request #13535 from chu8129/dev
AUTOMATIC1111 Oct 14, 2023
0619df9
use shallow copy for #13535
AUTOMATIC1111 Oct 14, 2023
771dac9
Merge pull request #13459 from wkpark/preview-fix
AUTOMATIC1111 Oct 14, 2023
eadef35
Merge pull request #13567 from LeonZhao28/bugfix_key_error_in_processing
AUTOMATIC1111 Oct 14, 2023
6fe16a9
Merge pull request #12991 from AUTOMATIC1111/but-report-template
AUTOMATIC1111 Oct 14, 2023
19f5795
Merge pull request #13463 from FluttyProger/patch-1
AUTOMATIC1111 Oct 14, 2023
a8cbe50
remove duplicated code
AUTOMATIC1111 Oct 14, 2023
4be7b62
Merge pull request #13568 from AUTOMATIC1111/lora_emb_bundle
AUTOMATIC1111 Oct 14, 2023
117ec71
support webui.settings.bat
wkpark Oct 14, 2023
d425550
Merge pull request #13638 from wkpark/user-settings-2
AUTOMATIC1111 Oct 14, 2023
f00eaa4
Start / Restart generation by Ctrl (Alt) + Enter
XpucT Oct 14, 2023
0d65d0e
add an option to not print stack traces on ctrl+c.
AUTOMATIC1111 Oct 15, 2023
282903b
repair unload sd checkpoint button
AUTOMATIC1111 Oct 15, 2023
a3d9b01
Merge pull request #13533 from missionfloyd/edit-attention-fix
AUTOMATIC1111 Oct 15, 2023
2f6ea8b
respect keyedit_precision_attention setting when converting from old …
AUTOMATIC1111 Oct 15, 2023
77bd953
Update script.js
XpucT Oct 15, 2023
d295e97
Update script.js
XpucT Oct 15, 2023
3e22352
Update script.js
XpucT Oct 15, 2023
d33cb2b
Add files via upload
XpucT Oct 15, 2023
861cbd5
Merge pull request #13644 from XpucT/dev
AUTOMATIC1111 Oct 15, 2023
ec718f7
wip incorrect OFT implementation
v0xie Oct 18, 2023
1c6efdb
inference working but SLOW
v0xie Oct 18, 2023
853e21d
faster by using cached R in forward
v0xie Oct 18, 2023
eb01d7f
faster by calculating R in updown and using cached R in forward
v0xie Oct 18, 2023
321680c
refactor: fix constraint, re-use get_weight
v0xie Oct 19, 2023
d10c4db
style: formatting
v0xie Oct 19, 2023
0550659
style: fix ambiguous variable name
v0xie Oct 19, 2023
384fab9
rework some of changes for emphasis editing keys, force conversion of…
AUTOMATIC1111 Oct 21, 2023
464fbcd
fix the situation with emphasis editing (aaaa:1.1) bbbb (cccc:1.1)
AUTOMATIC1111 Oct 21, 2023
443ca98
fix bug when using --gfpgan-models-path
avantcontra Oct 21, 2023
236dd55
fix Blank line contains whitespace
avantcontra Oct 21, 2023
2d8c894
refactor: use forward hook instead of custom forward
v0xie Oct 21, 2023
7683547
fix: return orig weights during updown, merge weights before forward
v0xie Oct 21, 2023
fce86ab
fix: support multiplier, no forward pass hook
v0xie Oct 21, 2023
76f5abd
style: cleanup oft
v0xie Oct 21, 2023
de8ee92
fix: use merge_weight to cache value
v0xie Oct 22, 2023
4a50c96
refactor: remove used OFT functions
v0xie Oct 22, 2023
3b8515d
fix: multiplier applied twice in finalize_updown
v0xie Oct 22, 2023
6523edb
style: conform style
v0xie Oct 22, 2023
88b2ef3
Update prompts_from_file script to allow concatenating entries with t…
dben Oct 23, 2023
dfc4c27
linting issue
dben Oct 23, 2023
5121846
call state.jobnext() before postproces*()
wkpark Oct 25, 2023
fbc5c53
Fix #13796
Meerkov Oct 29, 2023
a2fad6e
test implementation based on kohaku diag-oft implementation
v0xie Nov 2, 2023
65ccd63
detect diag_oft type
v0xie Nov 2, 2023
d727ddf
no idea what i'm doing, trying to support both type of OFT, kblueleaf…
v0xie Nov 2, 2023
7595153
added accordion settings options
ezxzeng Nov 3, 2023
8052a49
Fix parenthesis auto selection
missionfloyd Nov 3, 2023
cc80a09
Update requirements_versions.txt
w-e-w Nov 3, 2023
4c423f6
Merge pull request #13839 from AUTOMATIC1111/httpx==0.24.1
AUTOMATIC1111 Nov 3, 2023
1f373a2
Merge pull request #13829 from AUTOMATIC1111/paren-fix
AUTOMATIC1111 Nov 3, 2023
73c74ba
Merge pull request #13797 from Meerkov/master
AUTOMATIC1111 Nov 3, 2023
21d5618
Merge pull request #13762 from wkpark/nextjob
AUTOMATIC1111 Nov 3, 2023
399baa5
Merge pull request #13733 from dben/patch-1
AUTOMATIC1111 Nov 3, 2023
452ab8f
Merge pull request #13718 from avantcontra/bugfix_gfpgan_custom_path
AUTOMATIC1111 Nov 3, 2023
fe1967a
skip multihead attn for now
v0xie Nov 4, 2023
f6c8201
refactor: move factorization to lyco_helpers, separate calc_updown fo…
v0xie Nov 4, 2023
1dd25be
Merge pull request #1 from v0xie/oft-faster
v0xie Nov 4, 2023
329c8ba
refactor: use same updown for both kohya OFT and LyCORIS diag-oft
v0xie Nov 4, 2023
bbf00a9
refactor: remove unused function
v0xie Nov 4, 2023
7edd50f
Merge pull request #2 from v0xie/network-oft-change-impl
v0xie Nov 4, 2023
2b06cef
correct a typo
gibiee Nov 5, 2023
6b8c661
add a visible checkbox to input accordion
AUTOMATIC1111 Nov 5, 2023
046c7b0
Merge pull request #13855 from gibiee/patch-1
AUTOMATIC1111 Nov 5, 2023
16ab174
eslint
AUTOMATIC1111 Nov 5, 2023
d9499f4
properly apply sort order for extra network cards when selected from …
AUTOMATIC1111 Nov 5, 2023
ff1609f
Add SSD-1B as a supported model
Nov 5, 2023
44db35f
Added memory clearance after deletion
Nov 5, 2023
44c5097
Use devices.torch_gc() instead of empty_cache()
Nov 5, 2023
4d4a9e7
added compact prompt option
AUTOMATIC1111 Nov 5, 2023
c3699d4
compact prompt option disabled by default
AUTOMATIC1111 Nov 5, 2023
ff805d8
Merge branch 'dev' into master
AUTOMATIC1111 Nov 5, 2023
96ee3ef
Merge pull request #13865 from Gothos/master
AUTOMATIC1111 Nov 5, 2023
80d639a
linter
AUTOMATIC1111 Nov 5, 2023
6ad666e
more changes for #13865: fix formatting, rename the function, add com…
AUTOMATIC1111 Nov 5, 2023
656437e
fix img2img_tabs error
AUTOMATIC1111 Nov 6, 2023
9c1c0da
fix exception related to the pix2pix
AUTOMATIC1111 Nov 6, 2023
9ba991c
Add option to set notification sound volume
GerryDE Nov 7, 2023
47bccbe
Merge pull request #13884 from GerryDE/notification-sound-volume
AUTOMATIC1111 Nov 7, 2023
5e80d9e
fix pix2pix producing bad results
AUTOMATIC1111 Nov 7, 2023
f9c14a8
Merge branch 'dev' into ui_mobile_optimizations
ezxzeng Nov 7, 2023
a625a7b
moved nested with to single line to remove extra tabs
ezxzeng Nov 9, 2023
9aa4d09
removed changes that weren't merged properly
ezxzeng Nov 9, 2023
ff2952f
multiline with statement for readibility
ezxzeng Nov 9, 2023
98fc525
Update README.md
kingljl Nov 10, 2023
6d77a6e
Update README.md
kingljl Nov 10, 2023
66767e3
- opensuse compatibility
cabelo Nov 10, 2023
7ff5400
Enable prompt hotkeys in style editor
missionfloyd Nov 10, 2023
6a86b3a
Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+
cabelo Nov 10, 2023
5432d93
fix added accordion settings options
w-e-w Nov 10, 2023
3a4a6c4
ExitStack as alternative to suppress
ezxzeng Nov 10, 2023
0fc7dc1
implementing script metadata and DAG sorting mechanism
wfjsw Nov 11, 2023
0d1924c
populate loaded_extensions from extension list instead
wfjsw Nov 11, 2023
bc1a450
reverse the extension load order so builtin extensions load earlier n…
wfjsw Nov 11, 2023
294f8a5
add hyperTile
aria1th Nov 11, 2023
7af576e
remove the assumption of same name
wfjsw Nov 11, 2023
520e52f
allow comma and whitespace as separator
wfjsw Nov 11, 2023
48d6102
fix
wfjsw Nov 11, 2023
3bb32be
bug fix
wfjsw Nov 11, 2023
f6762d2
dir buttons start with / so only the correct dir will be shown and no…
h43lb1t0 Nov 12, 2023
8048f36
Lint
missionfloyd Nov 13, 2023
94e9669
Fixes generation restart not working for some users when 'Ctrl+Enter'…
kaalibro Nov 13, 2023
c1c8160
Adds 'Path' sorting for Extra network cards
kaalibro Nov 13, 2023
da22a58
fix gradio video component and canvas fit for inpaint
anapnoe Nov 14, 2023
a292d2c
hotfix: call shared.state.end() after postprocessing done
aria1th Nov 15, 2023
b29fc6d
Implement Hypertile
aria1th Nov 11, 2023
af45872
copy LDM VAE key from XL
aria1th Nov 15, 2023
d6d0b22
fix: ignore calc_scale() for COFT which has very small alpha
v0xie Nov 15, 2023
eb667e7
feat: LyCORIS/kohya OFT network support
v0xie Nov 16, 2023
bcfaf39
convert/add hypertile options
aria1th Nov 16, 2023
472c22c
fix ruff - add newline
aria1th Nov 16, 2023
236eb82
Adds tqdm handler to logging_config.py for progress bar integration
Luxter77 Nov 16, 2023
cdb60a6
Take into account tqdm not being installed before first boot for logging
Luxter77 Nov 16, 2023
7021cdb
actually adds handler to logging_config.py
Nov 16, 2023
c40be22
Fix critical issue - unet apply
aria1th Nov 17, 2023
c0725ba
Fix inverted option issue
aria1th Nov 17, 2023
ffd0f8d
set empty value for SD XL 3rd layer
aria1th Nov 17, 2023
97431f2
fix double gc and decoding with unet context
aria1th Nov 17, 2023
4f2a4a3
feat: fix randn found element of type float at pos 2
storyicon Nov 17, 2023
5a9dc1c
Merge pull request #14004 from storyicon/master
AUTOMATIC1111 Nov 19, 2023
6429c3d
Merge pull request #13826 from ezxzeng/ui_mobile_optimizations
AUTOMATIC1111 Nov 19, 2023
3a13b0e
Merge pull request #13996 from Luxter77/patch-1
AUTOMATIC1111 Nov 19, 2023
2207ef3
Merge pull request #13692 from v0xie/network-oft
AUTOMATIC1111 Nov 19, 2023
b945ba7
Merge pull request #13977 from AUTOMATIC1111/hotfix-postprocessing-st…
AUTOMATIC1111 Nov 19, 2023
e4e875f
Merge pull request #13968 from kaalibro/extranetworks-path-sorting
AUTOMATIC1111 Nov 19, 2023
5a031d9
Merge pull request #13962 from kaalibro/dev
AUTOMATIC1111 Nov 19, 2023
6fac65f
Merge pull request #13929 from kingljl/fix-dependency-address-patch-1
AUTOMATIC1111 Nov 19, 2023
337bc4a
Merge pull request #13014 from AUTOMATIC1111/thread-safe-extranetwork…
AUTOMATIC1111 Nov 19, 2023
fc83af4
Merge pull request #13931 from AUTOMATIC1111/style-hotkeys
AUTOMATIC1111 Nov 19, 2023
bde439e
use metadata.ini for meta filename
wfjsw Nov 19, 2023
dea5e43
Option to show batch img2img results in UI
w-e-w Nov 17, 2023
6d337bf
save sysinfo as .json
w-e-w Nov 19, 2023
411da7c
Merge pull request #14035 from AUTOMATIC1111/sysinfo-json
AUTOMATIC1111 Nov 20, 2023
9b47143
rework extensions metadata: use custom sorter that doesn't mess the o…
AUTOMATIC1111 Nov 20, 2023
73a0b4b
Merge pull request #13944 from wfjsw/dag
AUTOMATIC1111 Nov 20, 2023
1463cea
Merge branch 'dag' into dev
AUTOMATIC1111 Nov 20, 2023
5f36f6a
Merge pull request #14009 from AUTOMATIC1111/Option-to-show-batch-img…
AUTOMATIC1111 Nov 20, 2023
314ae15
added option for default behavior of dir buttons
h43lb1t0 Nov 20, 2023
58c1954
Add FP32 fallback support on sd_vae_approx
hidenorly Nov 20, 2023
8aa51f6
fix [Bug]: (Dev Branch) Placing "Dimensions" first in "ui_reorder_li…
AUTOMATIC1111 Nov 21, 2023
8fe1e19
Update ruff to 0.1.6
akx Nov 22, 2023
066afda
Simplify restart_sampler (suggested by ruff)
akx Nov 22, 2023
ac2a981
use extension name for determining an extension is installed in the i…
wfjsw Nov 23, 2023
86b99b1
Move exception_records related methods to errors.py
wfjsw Nov 24, 2023
5cedc8f
remove traceback in sysinfo
wfjsw Nov 24, 2023
3a9bf4a
move file
AUTOMATIC1111 Nov 26, 2023
d2e0c1c
rework hypertile into a built-in extension
AUTOMATIC1111 Nov 26, 2023
fd8674a
Merge pull request #13948 from aria1th/hypertile-in-sample
AUTOMATIC1111 Nov 26, 2023
f85b747
Merge branch 'hypertile-in-sample' into dev
AUTOMATIC1111 Nov 26, 2023
f7f015e
Merge pull request #14084 from wfjsw/move-from-sysinfo-to-errors
AUTOMATIC1111 Nov 26, 2023
c5a0c59
do not save HTML explanations from options page to config
AUTOMATIC1111 Nov 26, 2023
d1750e5
fix linter errors
AUTOMATIC1111 Nov 26, 2023
6955c21
Merge pull request #14059 from akx/upruff
AUTOMATIC1111 Nov 26, 2023
e441032
Merge pull request #13936 from cabelo/compatibility
AUTOMATIC1111 Nov 26, 2023
2a40d3c
compact prompt layout: preserve scroll when switching between lora tabs
AUTOMATIC1111 Nov 26, 2023
a15dd15
json.dump(ensure_ascii=False)
w-e-w Nov 26, 2023
500de91
Merge pull request #14108 from AUTOMATIC1111/json.dump(ensure_ascii=F…
AUTOMATIC1111 Nov 26, 2023
f0f100e
add categories to settings
AUTOMATIC1111 Nov 26, 2023
1f6844e
also consider extension url
wfjsw Nov 26, 2023
b30cc87
add Block component creation callback
w-e-w Nov 27, 2023
8a6e4bd
catch uncaught exception with ui creation scripts
w-e-w Nov 27, 2023
9621ca4
Allow use of mutiple styles csv files
Nov 27, 2023
1c64bb7
bugfix for warning message (#6)
Nov 27, 2023
a75314b
bugfix for warning message (#6)
Nov 27, 2023
26a0c29
Allow use of mutiple styles csv files
Nov 27, 2023
23c36f5
Support XYZ scripts / split hires path from unet
aria1th Nov 27, 2023
0cd5b0e
Merge branch 'dev' of https://github.com/cjj1977/stable-diffusion-web…
Nov 27, 2023
601a7b4
cache divisors / fix ruff
aria1th Nov 27, 2023
f207eb7
fix ruff in hypertile_xyz.py
aria1th Nov 27, 2023
524d6a4
fix ruff - set comprehension
aria1th Nov 27, 2023
ec78354
hypertile_xyz: we don't need isnumeric check for AxisOption
aria1th Nov 27, 2023
3cd6e1d
Update devices.py
read-0nly Nov 28, 2023
03ee297
fix Auto focal point crop for opencv >= 4.8.x
w-e-w Nov 27, 2023
d608926
reformat file with uniform indentation
w-e-w Nov 28, 2023
39eae9f
Revert "Add FP32 fallback support on sd_vae_approx"
hidenorly Nov 28, 2023
a0096c5
Add FP32 fallback support on torch.nn.functional.interpolate
hidenorly Nov 28, 2023
81c0072
Fix the Ruff error about unused import
hidenorly Nov 28, 2023
8b40f47
Initial IPEX support
Nuullll Nov 10, 2023
c2ed413
add max-heigh/width to global-popup-inner
w-e-w Nov 30, 2023
01c8f18
Close popups with escape key
missionfloyd Dec 1, 2023
293f44e
Fix bug where is_using_v_parameterization_for_sd2 fails because the s…
MrCheeze Dec 2, 2023
6080045
Add support for SD 2.1 Turbo, by converting the state dict from SGM t…
MrCheeze Dec 2, 2023
b58d061
infotext updates: add option to disregard certain infotext fields, ad…
AUTOMATIC1111 Dec 2, 2023
7499148
Disable ipex autocast due to its bad perf
Nuullll Dec 2, 2023
e294e46
split UI settings page into many
AUTOMATIC1111 Dec 2, 2023
4125552
Merge pull request #14170 from MrCheeze/sd-turbo
AUTOMATIC1111 Dec 2, 2023
600036d
Merge pull request #14156 from AUTOMATIC1111/metadata-pop-up-size-limit
AUTOMATIC1111 Dec 2, 2023
e12a26c
Merge pull request #14046 from hidenorly/AddFP32FallbackSupportOnSdVa…
AUTOMATIC1111 Dec 2, 2023
97c8e7e
Merge pull request #14119 from AUTOMATIC1111/add-Block-component-crea…
AUTOMATIC1111 Dec 2, 2023
9eadc4f
Merge pull request #14121 from AUTOMATIC1111/fix-Auto-focal-point-cro…
AUTOMATIC1111 Dec 2, 2023
88736b5
Merge pull request #14131 from read-0nly/patch-1
AUTOMATIC1111 Dec 2, 2023
7547d7c
Merge pull request #14126 from aria1th/hypertile-xyz
AUTOMATIC1111 Dec 2, 2023
ef1723e
Merge pull request #14125 from cjj1977/dev
AUTOMATIC1111 Dec 2, 2023
5ed7daa
Merge pull request #14120 from AUTOMATIC1111/protect-against-bad-ui-c…
AUTOMATIC1111 Dec 2, 2023
ef6b812
put code that can cause an exception into its own function for #14120
AUTOMATIC1111 Dec 2, 2023
87d973e
Merge pull request #14063 from wfjsw/use-ext-name-for-installed
AUTOMATIC1111 Dec 2, 2023
0bb6e00
Merge pull request #13957 from h43lb1t0/extra_network_subdirs
AUTOMATIC1111 Dec 2, 2023
87cd07b
Fix fp64
Nuullll Dec 2, 2023
4a66638
extras tab batch: actually use original filename
AUTOMATIC1111 Dec 2, 2023
96871e4
Remove webui-ipex-user.bat
Nuullll Dec 2, 2023
11d23e8
remove Train/Preprocessing tab and put all its functionality into ext…
AUTOMATIC1111 Dec 2, 2023
a5f61aa
potential fix for #14172
AUTOMATIC1111 Dec 2, 2023
af5f073
Merge pull request #14171 from Nuullll/ipex
AUTOMATIC1111 Dec 2, 2023
ac02216
alternate implementation for unet forward replacement that does not d…
AUTOMATIC1111 Dec 2, 2023
83e8c32
Fix `save_samples` being checked early when saving masked composite
catboxanon Dec 2, 2023
9528d66
Re-add setting lost as part of e294e46
catboxanon Dec 2, 2023
fed5b1d
Merge pull request #14178 from catboxanon/fix/missing-setting-v1
AUTOMATIC1111 Dec 3, 2023
b4776ea
Merge pull request #14177 from catboxanon/fix/mask-composite-save
AUTOMATIC1111 Dec 3, 2023
d3fdc4a
rework mask and mask_composite logic
w-e-w Dec 3, 2023
d92ce14
Add import_hook hack to work around basicsr incompatibility
akx Dec 3, 2023
2d5507f
Merge pull request #14181 from AUTOMATIC1111/rework-mask-and-mask_com…
AUTOMATIC1111 Dec 3, 2023
334298d
Merge pull request #14186 from akx/torchvision-basicsr-hack
AUTOMATIC1111 Dec 3, 2023
639ccf2
Update launch_utils.py to fix wrong dep. checks and reinstalls
illtellyoulater Dec 4, 2023
06725af
Lint
missionfloyd Dec 4, 2023
208760f
Merge pull request #14192 from illtellyoulater/patch-1
AUTOMATIC1111 Dec 4, 2023
9e1f3fe
make webui not crash when running with --disable-all-extensions option
AUTOMATIC1111 Dec 4, 2023
48fae7c
update changelog
AUTOMATIC1111 Dec 4, 2023
24dae9b
repair old handler for postprocessing API
AUTOMATIC1111 Dec 4, 2023
81105ee
repair old handler for postprocessing API in a way that doesn't break…
AUTOMATIC1111 Dec 4, 2023
368d66c
add hypertile infotext
AUTOMATIC1111 Dec 4, 2023
120a84b
Merge pull request #14203 from AUTOMATIC1111/remove-clean_text()
AUTOMATIC1111 Dec 5, 2023
74027b4
fix Inpaint Image Appears Behind Some UI Elements #206
anapnoe Dec 7, 2023
6029303
fix side panel show/hide button hot zone does not use the entire widt…
anapnoe Dec 7, 2023
6ef0ff3
Merge pull request #14300 from AUTOMATIC1111/oft_fixes
AUTOMATIC1111 Dec 14, 2023
c7cd9b4
Merge pull request #14296 from akx/paste-resolution
AUTOMATIC1111 Dec 14, 2023
b55f09c
Merge pull request #14270 from kaalibro/extra-options-elem-id
AUTOMATIC1111 Dec 14, 2023
888b928
Merge pull request #14276 from AUTOMATIC1111/fix-styles
AUTOMATIC1111 Dec 14, 2023
5cb1ce4
Merge pull request #14266 from kaalibro/dev
AUTOMATIC1111 Dec 14, 2023
b7e0d4a
Merge pull request #14229 from Nuullll/ipex-embedding
AUTOMATIC1111 Dec 14, 2023
f8871de
Merge pull request #14230 from AUTOMATIC1111/add-option-Live-preview-…
AUTOMATIC1111 Dec 14, 2023
eb52c80
Merge pull request #14216 from wfjsw/state-dict-ref-comparison
AUTOMATIC1111 Dec 14, 2023
2be85f8
Merge pull request #14237 from ReneKroon/dev
AUTOMATIC1111 Dec 14, 2023
0dfffe5
Merge pull request #14307 from AUTOMATIC1111/default-Falst-js_live_pr…
AUTOMATIC1111 Dec 16, 2023
cf2772f
Merge branch 'release_candidate'
AUTOMATIC1111 Dec 16, 2023
1ed8e61
update to 1.7 from upstream
anapnoe Dec 16, 2023
0622ba2
Update README.md
anapnoe Dec 16, 2023
1af6117
Update screenshot.png
anapnoe Dec 16, 2023
9250944
Update CITATION.cff
anapnoe Dec 16, 2023
598aef8
update to latest version
anapnoe Dec 16, 2023
668129a
update to latest version
anapnoe Dec 16, 2023
8307896
Merge branch 'dev-ux'
anapnoe Dec 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module.exports = {
create_submit_args: "readonly",
restart_reload: "readonly",
updateInput: "readonly",
onEdit: "readonly",
//extraNetworks.js
requestGet: "readonly",
popup: "readonly",
Expand Down
67 changes: 49 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,55 @@
name: Bug Report
description: You think somethings is broken in the UI
description: You think something is broken in the UI
title: "[Bug]: "
labels: ["bug-report"]

body:
- type: markdown
attributes:
value: |
> The title of the bug report should be short and descriptive.
> Use relevant keywords for searchability.
> Do not leave it blank, but also do not put an entire error log in it.
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered, and that it hasn't been fixed in a recent build/commit.
label: Checklist
description: |
Please perform basic debugging to see if extensions or configuration is the cause of the issue.
Basic debug procedure
 1. Disable all third-party extensions - check if extension is the cause
 2. Update extensions and webui - sometimes things just need to be updated
 3. Backup and remove your config.json and ui-config.json - check if the issue is caused by bad configuration
 4. Delete venv with third-party extensions disabled - sometimes extensions might cause wrong libraries to be installed
 5. Try a fresh installation webui in a different directory - see if a clean installation solves the issue
Before making a issue report please, check that the issue hasn't been reported recently.
options:
- label: I have searched the existing issues and checked the recent builds/commits
required: true
- label: The issue exists after disabling all extensions
- label: The issue exists on a clean installation of webui
- label: The issue is caused by an extension, but I believe it is caused by a bug in the webui
- label: The issue exists in the current version of the webui
- label: The issue has not been reported before recently
- label: The issue has been reported before but has not been fixed yet
- type: markdown
attributes:
value: |
*Please fill this form with as much information as possible, don't forget to fill "What OS..." and "What browsers" and *provide screenshots if possible**
> Please fill this form with as much information as possible. Don't forget to "Upload Sysinfo" and "What browsers" and provide screenshots if possible
- type: textarea
id: what-did
attributes:
label: What happened?
description: Tell us what happened in a very clear and simple way
placeholder: |
txt2img is not working as intended.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce the problem
description: Please provide us with precise step by step instructions on how to reproduce the bug
value: |
1. Go to ....
2. Press ....
placeholder: |
1. Go to ...
2. Press ...
3. ...
validations:
required: true
Expand All @@ -38,13 +58,8 @@ body:
attributes:
label: What should have happened?
description: Tell us what you think the normal behavior should be
validations:
required: true
- type: textarea
id: sysinfo
attributes:
label: Sysinfo
description: System info file, generated by WebUI. You can generate it in settings, on the Sysinfo page. Drag the file into the field to upload it. If you submit your report without including the sysinfo file, the report will be closed. If needed, review the report to make sure it includes no personal information you don't want to share. If you can't start WebUI, you can use --dump-sysinfo commandline argument to generate the file.
placeholder: |
WebUI should ...
validations:
required: true
- type: dropdown
Expand All @@ -58,17 +73,33 @@ body:
- Brave
- Apple Safari
- Microsoft Edge
- Android
- iOS
- Other
- type: textarea
id: sysinfo
attributes:
label: Sysinfo
description: System info file, generated by WebUI. You can generate it in settings, on the Sysinfo page. Drag the file into the field to upload it. If you submit your report without including the sysinfo file, the report will be closed. If needed, review the report to make sure it includes no personal information you don't want to share. If you can't start WebUI, you can use --dump-sysinfo commandline argument to generate the file.
placeholder: |
1. Go to WebUI Settings -> Sysinfo -> Download system info.
If WebUI fails to launch, use --dump-sysinfo commandline argument to generate the file
2. Upload the Sysinfo as a attached file, Do NOT paste it in as plain text.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Console logs
description: Please provide **full** cmd/terminal logs from the moment you started UI to the end of it, after your bug happened. If it's very long, provide a link to pastebin or similar service.
description: Please provide **full** cmd/terminal logs from the moment you started UI to the end of it, after the bug occured. If it's very long, provide a link to pastebin or similar service.
render: Shell
validations:
required: true
- type: textarea
id: misc
attributes:
label: Additional information
description: Please provide us with any relevant additional info or context.
description: |
Please provide us with any relevant additional info or context.
Examples:
 I have updated my GPU driver recently.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# not to have GHA download an (at the time of writing) 4 GB cache
# of PyTorch and other dependencies.
- name: Install Ruff
run: pip install ruff==0.0.272
run: pip install ruff==0.1.6
- name: Run Ruff
run: ruff .
lint-js:
Expand Down
Loading
Loading