sd-webui-text2video/.github/ISSUE_TEMPLATE/bug_report.yml

107 lines
4.1 KiB
YAML

name: Bug Report
description: Create a bug report for the ModelScope text2video extension
title: "[Bug]: "
labels: ["bug"]
body:
- 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 (including the closed issues).
options:
- label: I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
required: true
- type: checkboxes
attributes:
label: Are you using the latest version of the extension?
description: Please, check if your text2video setup is based on the latest repo commit (git log) or update it through the 'Extensions' tab and check if the issue still persist. Otherwise, check this box.
options:
- label: I have the modelscope text2video extension updated to the lastest version and I still have the issue.
required: true
- 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**
- type: textarea
id: what-did
attributes:
label: What happened?
description: Tell us what happened in a very clear and simple way
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce the problem
description: Please provide us with precise step by step information on how to reproduce the bug
value: |
1. Go to ....
2. Press ....
3. ...
validations:
required: true
- type: textarea
id: what-should
attributes:
label: What should have happened?
description: Tell what you think the normal behavior should be
- type: textarea
id: commits
attributes:
label: WebUI and Deforum extension Commit IDs
description: Which commit of the webui/text2video extension are you running on? (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 if you can't launch the webui at all, enter your cmd/terminal, CD into the main webui folder to get the webui commit id, and cd into the extensions/sd-webui-modelscope-text2video folder to get the text2video commit id, both using the command 'git rev-parse HEAD'.)
value: |
webui commit id -
txt2vid commit id -
validations:
required: true
- type: textarea
id: what-torch
attributes:
label: Torch version
description: Which Torch version your WebUI is working with
validations:
required: true
- type: textarea
id: what-gpu
attributes:
label: What GPU were you using for launching?
description: The model and the amount of available VRAM
validations:
required: true
- type: dropdown
id: where
validations:
required: true
attributes:
label: On which platform are you launching the webui backend with the extension?
multiple: true
options:
- Local PC setup (Windows)
- Local PC setup (Linux)
- Local PC setup (Mac)
- Google Colab (The Last Ben's)
- Google Colab (Other)
- Cloud server (Linux)
- Other (please specify in "additional information")
- type: textarea
id: deforumsettings
attributes:
label: Settings
description: Send here a link to your used settings (since the repo is new, a screenshot is enough)
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 GitHub gists 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.