mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-13 18:02:31 +03:00
Merge dev to master (#1796)
This commit is contained in:
commit
5342f3704c
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
@ -1 +1,5 @@
|
|||||||
github: [ZeroCool940711]
|
github: [ZeroCool940711]
|
||||||
|
patreon: zerocool94
|
||||||
|
ko_fi: zerocool94
|
||||||
|
open_collective: sygil_dev
|
||||||
|
custom: ["https://paypal.me/zerocool94"]
|
||||||
|
21
.gitmodules
vendored
21
.gitmodules
vendored
@ -1,21 +0,0 @@
|
|||||||
[submodule "backend"]
|
|
||||||
path = backend
|
|
||||||
url = ../../Sygil-Dev/dalle-flow.git
|
|
||||||
[submodule "backend/clip-as-service"]
|
|
||||||
path = backend/clip-as-service
|
|
||||||
url = ../../jina-ai/clip-as-service.git
|
|
||||||
[submodule "backend/clipseg"]
|
|
||||||
path = backend/clipseg
|
|
||||||
url = ../../timojl/clipseg.git
|
|
||||||
[submodule "backend/dalle_flow"]
|
|
||||||
path = backend/dalle_flow
|
|
||||||
url = ../../Sygil-Dev/dalle-flow.git
|
|
||||||
[submodule "backend/glid-3-xl"]
|
|
||||||
path = backend/glid-3-xl
|
|
||||||
url = ../../jina-ai/glid-3-xl.git
|
|
||||||
[submodule "backend/latent-diffusion"]
|
|
||||||
path = backend/latent-diffusion
|
|
||||||
url = ../../CompVis/latent-diffusion.git
|
|
||||||
[submodule "backend/stable-diffusion"]
|
|
||||||
path = backend/stable-diffusion
|
|
||||||
url = ../../AmericanPresidentJimmyCarter/stable-diffusion.git
|
|
27
.pre-commit-config.yaml
Normal file
27
.pre-commit-config.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# See https://pre-commit.com for more information
|
||||||
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
|
ci:
|
||||||
|
autofix_prs: true
|
||||||
|
autoupdate_branch: 'dev'
|
||||||
|
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
|
||||||
|
autoupdate_schedule: weekly
|
||||||
|
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.4.0
|
||||||
|
hooks:
|
||||||
|
- id: trailing-whitespace
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
- id: check-yaml
|
||||||
|
- id: check-added-large-files
|
||||||
|
|
||||||
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||||
|
rev: "v0.0.272"
|
||||||
|
hooks:
|
||||||
|
- id: ruff
|
||||||
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
|
|
||||||
|
- repo: https://github.com/psf/black
|
||||||
|
rev: 23.3.0
|
||||||
|
hooks:
|
||||||
|
- id: black
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 9bb7d1f47d19e15e844108dec5f84cabcce7975d
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 656e0c662bd1c9a5ae511011642da5b7d8503312
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 491c52af85f6d75d30094974c97a5a0ed53ba6db
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit b21a3acdd478a4fa41c529b55199c8ac3b1b807a
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit a506df5756472e2ebaf9078affdde2c4f1502cd4
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 2de63ea62862106de27706cd280e692f34c12d9f
|
|
@ -44,6 +44,7 @@ matplotlib==3.6.
|
|||||||
resize-right==0.0.2
|
resize-right==0.0.2
|
||||||
torchdiffeq==0.2.3
|
torchdiffeq==0.2.3
|
||||||
barfi==0.7.0
|
barfi==0.7.0
|
||||||
|
altair<5
|
||||||
|
|
||||||
# Environment Dependencies for WebUI (flet)
|
# Environment Dependencies for WebUI (flet)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user