Commit d0042587 authored by Leo Mozoloa's avatar Leo Mozoloa Committed by AUTOMATIC1111

Cleaning & improvements

parent 57c48093
...@@ -4,10 +4,6 @@ title: "[Bug]: " ...@@ -4,10 +4,6 @@ title: "[Bug]: "
labels: ["bug-report"] labels: ["bug-report"]
body: body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea - type: textarea
id: what-did id: what-did
attributes: attributes:
...@@ -25,8 +21,18 @@ body: ...@@ -25,8 +21,18 @@ body:
- type: textarea - type: textarea
id: commit id: commit
attributes: attributes:
label: commit label: Commit where the problem happens
description: Which commit are you running ? (copy the **Commit hash** shown in the cmd/terminal when you launch the UI) description: Which commit are you running ? (copy the **Commit hash** shown in the cmd/terminal when you launch the UI)
- type: dropdown
id: os
attributes:
label: What OS do you use to run the webui?
multiple: true
options:
- Colab/Runpod or Cloud based
- Windows
- Linux
- MacOS
- type: dropdown - type: dropdown
id: browsers id: browsers
attributes: attributes:
...@@ -38,16 +44,6 @@ body: ...@@ -38,16 +44,6 @@ body:
- Brave - Brave
- Apple Safari - Apple Safari
- Microsoft Edge - Microsoft Edge
- type: dropdown
id: os
attributes:
label: Where are you running the webui?
multiple: true
options:
- Colab/Cloud
- Windows
- Linux
- MacOS
- type: textarea - type: textarea
id: cmdargs id: cmdargs
attributes: attributes:
......
...@@ -27,3 +27,4 @@ __pycache__ ...@@ -27,3 +27,4 @@ __pycache__
notification.mp3 notification.mp3
/SwinIR /SwinIR
/textual_inversion /textual_inversion
.vscode
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment