Skip to content

Commit

Permalink
zluda update
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Jul 5, 2024
1 parent 371f53e commit 0bde866
Show file tree
Hide file tree
Showing 180 changed files with 22,408 additions and 22,389 deletions.
6 changes: 3 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extensions
extensions-disabled
repositories
extensions
extensions-disabled
repositories
venv
196 changes: 98 additions & 98 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,98 +1,98 @@
/* global module */
module.exports = {
env: {
browser: true,
es2021: true,
},
extends: "eslint:recommended",
parserOptions: {
ecmaVersion: "latest",
},
rules: {
"arrow-spacing": "error",
"block-spacing": "error",
"brace-style": "error",
"comma-dangle": ["error", "only-multiline"],
"comma-spacing": "error",
"comma-style": ["error", "last"],
"curly": ["error", "multi-line", "consistent"],
"eol-last": "error",
"func-call-spacing": "error",
"function-call-argument-newline": ["error", "consistent"],
"function-paren-newline": ["error", "consistent"],
"indent": ["error", 4],
"key-spacing": "error",
"keyword-spacing": "error",
"linebreak-style": ["error", "unix"],
"no-extra-semi": "error",
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": "error",
"no-redeclare": ["error", {builtinGlobals: false}],
"no-trailing-spaces": "error",
"no-unused-vars": "off",
"no-whitespace-before-property": "error",
"object-curly-newline": ["error", {consistent: true, multiline: true}],
"object-curly-spacing": ["error", "never"],
"operator-linebreak": ["error", "after"],
"quote-props": ["error", "consistent-as-needed"],
"semi": ["error", "always"],
"semi-spacing": "error",
"semi-style": ["error", "last"],
"space-before-blocks": "error",
"space-before-function-paren": ["error", "never"],
"space-in-parens": ["error", "never"],
"space-infix-ops": "error",
"space-unary-ops": "error",
"switch-colon-spacing": "error",
"template-curly-spacing": ["error", "never"],
"unicode-bom": "error",
},
globals: {
//script.js
gradioApp: "readonly",
executeCallbacks: "readonly",
onAfterUiUpdate: "readonly",
onOptionsChanged: "readonly",
onUiLoaded: "readonly",
onUiUpdate: "readonly",
uiCurrentTab: "writable",
uiElementInSight: "readonly",
uiElementIsVisible: "readonly",
//ui.js
opts: "writable",
all_gallery_buttons: "readonly",
selected_gallery_button: "readonly",
selected_gallery_index: "readonly",
switch_to_txt2img: "readonly",
switch_to_img2img_tab: "readonly",
switch_to_img2img: "readonly",
switch_to_sketch: "readonly",
switch_to_inpaint: "readonly",
switch_to_inpaint_sketch: "readonly",
switch_to_extras: "readonly",
get_tab_index: "readonly",
create_submit_args: "readonly",
restart_reload: "readonly",
updateInput: "readonly",
onEdit: "readonly",
//extraNetworks.js
requestGet: "readonly",
popup: "readonly",
// profilerVisualization.js
createVisualizationTable: "readonly",
// from python
localization: "readonly",
// progrssbar.js
randomId: "readonly",
requestProgress: "readonly",
// imageviewer.js
modalPrevImage: "readonly",
modalNextImage: "readonly",
// localStorage.js
localSet: "readonly",
localGet: "readonly",
localRemove: "readonly",
// resizeHandle.js
setupResizeHandle: "writable"
}
};
/* global module */

Check failure on line 1 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
module.exports = {

Check failure on line 2 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
env: {

Check failure on line 3 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
browser: true,

Check failure on line 4 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
es2021: true,

Check failure on line 5 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
},

Check failure on line 6 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
extends: "eslint:recommended",

Check failure on line 7 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
parserOptions: {

Check failure on line 8 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
ecmaVersion: "latest",

Check failure on line 9 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
},

Check failure on line 10 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / eslint

Expected linebreaks to be 'LF' but found 'CRLF'
rules: {
"arrow-spacing": "error",
"block-spacing": "error",
"brace-style": "error",
"comma-dangle": ["error", "only-multiline"],
"comma-spacing": "error",
"comma-style": ["error", "last"],
"curly": ["error", "multi-line", "consistent"],
"eol-last": "error",
"func-call-spacing": "error",
"function-call-argument-newline": ["error", "consistent"],
"function-paren-newline": ["error", "consistent"],
"indent": ["error", 4],
"key-spacing": "error",
"keyword-spacing": "error",
"linebreak-style": ["error", "unix"],
"no-extra-semi": "error",
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": "error",
"no-redeclare": ["error", {builtinGlobals: false}],
"no-trailing-spaces": "error",
"no-unused-vars": "off",
"no-whitespace-before-property": "error",
"object-curly-newline": ["error", {consistent: true, multiline: true}],
"object-curly-spacing": ["error", "never"],
"operator-linebreak": ["error", "after"],
"quote-props": ["error", "consistent-as-needed"],
"semi": ["error", "always"],
"semi-spacing": "error",
"semi-style": ["error", "last"],
"space-before-blocks": "error",
"space-before-function-paren": ["error", "never"],
"space-in-parens": ["error", "never"],
"space-infix-ops": "error",
"space-unary-ops": "error",
"switch-colon-spacing": "error",
"template-curly-spacing": ["error", "never"],
"unicode-bom": "error",
},
globals: {
//script.js
gradioApp: "readonly",
executeCallbacks: "readonly",
onAfterUiUpdate: "readonly",
onOptionsChanged: "readonly",
onUiLoaded: "readonly",
onUiUpdate: "readonly",
uiCurrentTab: "writable",
uiElementInSight: "readonly",
uiElementIsVisible: "readonly",
//ui.js
opts: "writable",
all_gallery_buttons: "readonly",
selected_gallery_button: "readonly",
selected_gallery_index: "readonly",
switch_to_txt2img: "readonly",
switch_to_img2img_tab: "readonly",
switch_to_img2img: "readonly",
switch_to_sketch: "readonly",
switch_to_inpaint: "readonly",
switch_to_inpaint_sketch: "readonly",
switch_to_extras: "readonly",
get_tab_index: "readonly",
create_submit_args: "readonly",
restart_reload: "readonly",
updateInput: "readonly",
onEdit: "readonly",
//extraNetworks.js
requestGet: "readonly",
popup: "readonly",
// profilerVisualization.js
createVisualizationTable: "readonly",
// from python
localization: "readonly",
// progrssbar.js
randomId: "readonly",
requestProgress: "readonly",
// imageviewer.js
modalPrevImage: "readonly",
modalNextImage: "readonly",
// localStorage.js
localSet: "readonly",
localGet: "readonly",
localRemove: "readonly",
// resizeHandle.js
setupResizeHandle: "writable"
}
};
2 changes: 1 addition & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Apply ESlint
# Apply ESlint
9c54b78d9dde5601e916f308d9a9d6953ec39430
Loading

2 comments on commit 0bde866

@pw405
Copy link
Collaborator

@pw405 pw405 commented on 0bde866 Jul 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed when I launch UI with a git pull I noticed it gives an error:

C:\Users\path\stable-diffusion-webui-directml>git pull
error: Your local changes to the following files would be overwritten by merge:
webui-user.bat
Please commit your changes or stash them before you merge.
Aborting

Updating 371f53e..0bde866

C:\Users\path\stable-diffusion-webui-directml>rem @echo off

It doesn't update, but still launches just fine.

@Roninos
Copy link

@Roninos Roninos commented on 0bde866 Jul 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! I'm not updating either

Please sign in to comment.