1darkneto8 commited on
Commit
3d856e6
1 Parent(s): d2364b9

Delete .github

Browse files
.github/ISSUE_TEMPLATE/bug_report.yml DELETED
@@ -1,100 +0,0 @@
1
- name: Bug Report
2
- description: You think somethings is broken in the UI
3
- title: "[Bug]: "
4
- labels: ["bug-report"]
5
-
6
- body:
7
- - type: checkboxes
8
- attributes:
9
- label: Is there an existing issue for this?
10
- 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.
11
- options:
12
- - label: I have searched the existing issues and checked the recent builds/commits
13
- required: true
14
- - type: markdown
15
- attributes:
16
- value: |
17
- *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**
18
- - type: textarea
19
- id: what-did
20
- attributes:
21
- label: What happened?
22
- description: Tell us what happened in a very clear and simple way
23
- validations:
24
- required: true
25
- - type: textarea
26
- id: steps
27
- attributes:
28
- label: Steps to reproduce the problem
29
- description: Please provide us with precise step by step information on how to reproduce the bug
30
- value: |
31
- 1. Go to ....
32
- 2. Press ....
33
- 3. ...
34
- validations:
35
- required: true
36
- - type: textarea
37
- id: what-should
38
- attributes:
39
- label: What should have happened?
40
- description: Tell what you think the normal behavior should be
41
- validations:
42
- required: true
43
- - type: input
44
- id: commit
45
- attributes:
46
- label: Commit where the problem happens
47
- description: Which commit are you running ? (Do not write *Latest version/repo/commit*, as this means nothing and will have changed by the time we read your issue. Rather, copy the **Commit** link at the bottom of the UI, or from the cmd/terminal if you can't launch it.)
48
- validations:
49
- required: true
50
- - type: dropdown
51
- id: platforms
52
- attributes:
53
- label: What platforms do you use to access the UI ?
54
- multiple: true
55
- options:
56
- - Windows
57
- - Linux
58
- - MacOS
59
- - iOS
60
- - Android
61
- - Other/Cloud
62
- - type: dropdown
63
- id: browsers
64
- attributes:
65
- label: What browsers do you use to access the UI ?
66
- multiple: true
67
- options:
68
- - Mozilla Firefox
69
- - Google Chrome
70
- - Brave
71
- - Apple Safari
72
- - Microsoft Edge
73
- - type: textarea
74
- id: cmdargs
75
- attributes:
76
- label: Command Line Arguments
77
- description: Are you using any launching parameters/command line arguments (modified webui-user .bat/.sh) ? If yes, please write them below. Write "No" otherwise.
78
- render: Shell
79
- validations:
80
- required: true
81
- - type: textarea
82
- id: extensions
83
- attributes:
84
- label: List of extensions
85
- description: Are you using any extensions other than built-ins? If yes, provide a list, you can copy it at "Extensions" tab. Write "No" otherwise.
86
- validations:
87
- required: true
88
- - type: textarea
89
- id: logs
90
- attributes:
91
- label: Console logs
92
- 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.
93
- render: Shell
94
- validations:
95
- required: true
96
- - type: textarea
97
- id: misc
98
- attributes:
99
- label: Additional information
100
- description: Please provide us with any relevant additional info or context.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/config.yml DELETED
@@ -1,5 +0,0 @@
1
- blank_issues_enabled: false
2
- contact_links:
3
- - name: WebUI Community Support
4
- url: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions
5
- about: Please ask and answer questions here.
 
 
 
 
 
 
.github/ISSUE_TEMPLATE/feature_request.yml DELETED
@@ -1,40 +0,0 @@
1
- name: Feature request
2
- description: Suggest an idea for this project
3
- title: "[Feature Request]: "
4
- labels: ["enhancement"]
5
-
6
- body:
7
- - type: checkboxes
8
- attributes:
9
- label: Is there an existing issue for this?
10
- description: Please search to see if an issue already exists for the feature you want, and that it's not implemented in a recent build/commit.
11
- options:
12
- - label: I have searched the existing issues and checked the recent builds/commits
13
- required: true
14
- - type: markdown
15
- attributes:
16
- value: |
17
- *Please fill this form with as much information as possible, provide screenshots and/or illustrations of the feature if possible*
18
- - type: textarea
19
- id: feature
20
- attributes:
21
- label: What would your feature do ?
22
- description: Tell us about your feature in a very clear and simple way, and what problem it would solve
23
- validations:
24
- required: true
25
- - type: textarea
26
- id: workflow
27
- attributes:
28
- label: Proposed workflow
29
- description: Please provide us with step by step information on how you'd like the feature to be accessed and used
30
- value: |
31
- 1. Go to ....
32
- 2. Press ....
33
- 3. ...
34
- validations:
35
- required: true
36
- - type: textarea
37
- id: misc
38
- attributes:
39
- label: Additional information
40
- description: Add any other context or screenshots about the feature request here.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/pull_request_template.md DELETED
@@ -1,28 +0,0 @@
1
- # Please read the [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing) before submitting a pull request!
2
-
3
- If you have a large change, pay special attention to this paragraph:
4
-
5
- > Before making changes, if you think that your feature will result in more than 100 lines changing, find me and talk to me about the feature you are proposing. It pains me to reject the hard work someone else did, but I won't add everything to the repo, and it's better if the rejection happens before you have to waste time working on the feature.
6
-
7
- Otherwise, after making sure you're following the rules described in wiki page, remove this section and continue on.
8
-
9
- **Describe what this pull request is trying to achieve.**
10
-
11
- A clear and concise description of what you're trying to accomplish with this, so your intent doesn't have to be extracted from your code.
12
-
13
- **Additional notes and description of your changes**
14
-
15
- More technical discussion about your changes go here, plus anything that a maintainer might have to specifically take a look at, or be wary of.
16
-
17
- **Environment this was tested in**
18
-
19
- List the environment you have developed / tested this on. As per the contributing page, changes should be able to work on Windows out of the box.
20
- - OS: [e.g. Windows, Linux]
21
- - Browser: [e.g. chrome, safari]
22
- - Graphics card: [e.g. NVIDIA RTX 2080 8GB, AMD RX 6600 8GB]
23
-
24
- **Screenshots or videos of your changes**
25
-
26
- If applicable, screenshots or a video showing off your changes. If it edits an existing UI, it should ideally contain a comparison of what used to be there, before your changes were made.
27
-
28
- This is **required** for anything that touches the user interface.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/workflows/on_pull_request.yaml DELETED
@@ -1,39 +0,0 @@
1
- # See https://github.com/actions/starter-workflows/blob/1067f16ad8a1eac328834e4b0ae24f7d206f810d/ci/pylint.yml for original reference file
2
- name: Run Linting/Formatting on Pull Requests
3
-
4
- on:
5
- - push
6
- - pull_request
7
- # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpull_requestpull_request_targetbranchesbranches-ignore for syntax docs
8
- # if you want to filter out branches, delete the `- pull_request` and uncomment these lines :
9
- # pull_request:
10
- # branches:
11
- # - master
12
- # branches-ignore:
13
- # - development
14
-
15
- jobs:
16
- lint:
17
- runs-on: ubuntu-latest
18
- steps:
19
- - name: Checkout Code
20
- uses: actions/checkout@v3
21
- - name: Set up Python 3.10
22
- uses: actions/setup-python@v4
23
- with:
24
- python-version: 3.10.6
25
- cache: pip
26
- cache-dependency-path: |
27
- **/requirements*txt
28
- - name: Install PyLint
29
- run: |
30
- python -m pip install --upgrade pip
31
- pip install pylint
32
- # This lets PyLint check to see if it can resolve imports
33
- - name: Install dependencies
34
- run: |
35
- export COMMANDLINE_ARGS="--skip-torch-cuda-test --exit"
36
- python launch.py
37
- - name: Analysing the code with pylint
38
- run: |
39
- pylint $(git ls-files '*.py')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.github/workflows/run_tests.yaml DELETED
@@ -1,29 +0,0 @@
1
- name: Run basic features tests on CPU with empty SD model
2
-
3
- on:
4
- - push
5
- - pull_request
6
-
7
- jobs:
8
- test:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - name: Checkout Code
12
- uses: actions/checkout@v3
13
- - name: Set up Python 3.10
14
- uses: actions/setup-python@v4
15
- with:
16
- python-version: 3.10.6
17
- cache: pip
18
- cache-dependency-path: |
19
- **/requirements*txt
20
- - name: Run tests
21
- run: python launch.py --tests test --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
22
- - name: Upload main app stdout-stderr
23
- uses: actions/upload-artifact@v3
24
- if: always()
25
- with:
26
- name: stdout-stderr
27
- path: |
28
- test/stdout.txt
29
- test/stderr.txt