2022-10-24 23:26:50 +00:00
name : 🐞 Bug Report
description : File a bug report
title: '[bug] : '
labels : [ 'bug' ]
body :
- type : markdown
attributes :
value : |
Thanks for taking the time to fill out this Bug Report!
- type : checkboxes
attributes :
2024-01-29 02:47:09 +00:00
label : Is there an existing issue for this problem?
2022-10-24 23:26:50 +00:00
description : |
2024-01-29 02:47:09 +00:00
Please [search](https://github.com/invoke-ai/InvokeAI/issues) first to see if an issue already exists for the problem.
2022-10-24 23:26:50 +00:00
options :
- label : I have searched the existing issues
required : true
- type : markdown
attributes :
value : __Describe your environment__
- type : dropdown
id : os_dropdown
attributes :
2024-01-29 02:47:09 +00:00
label : Operating system
description : Your computer's operating system.
2022-10-24 23:26:50 +00:00
multiple : false
options :
- 'Linux'
- 'Windows'
- 'macOS'
2024-01-29 02:47:09 +00:00
- 'other'
2022-10-24 23:26:50 +00:00
validations :
required : true
- type : dropdown
id : gpu_dropdown
attributes :
2024-01-29 02:47:09 +00:00
label : GPU vendor
description : Your GPU's vendor.
2022-10-24 23:26:50 +00:00
multiple : false
options :
2024-01-29 02:47:09 +00:00
- 'Nvidia (CUDA)'
- 'AMD (ROCm)'
- 'Apple Silicon (MPS)'
- 'None (CPU)'
2022-10-24 23:26:50 +00:00
validations :
required : true
2024-01-29 02:47:09 +00:00
- type : input
id : gpu_model
attributes :
label : GPU model
description : Your GPU's model. If on Apple Silicon, this is your Mac's chip. Leave blank if on CPU.
placeholder : ex. RTX 2080 Ti, Mac M1 Pro
validations :
required : false
2022-10-24 23:26:50 +00:00
- type : input
id : vram
attributes :
2024-01-29 02:47:09 +00:00
label : GPU VRAM
description : Your GPU's VRAM. If on Apple Silicon, this is your Mac's unified memory. Leave blank if on CPU.
2022-10-24 23:26:50 +00:00
placeholder : 8GB
validations :
required : false
2024-01-29 02:47:09 +00:00
2023-03-13 15:14:53 +00:00
- type : input
2023-03-13 15:14:04 +00:00
id : version-number
attributes :
2024-01-29 02:47:09 +00:00
label : Version number
2023-03-13 15:14:04 +00:00
description : |
2024-01-29 02:47:09 +00:00
The version of Invoke you have installed. If it is not the latest version, please update and try again to confirm the issue still exists. If you are testing main, please include the commit hash instead.
placeholder : ex. 3.6.1
validations :
required : true
- type : input
id : browser-version
attributes :
label : Browser
description : Your web browser and version.
placeholder : ex. Firefox 123.0b3
2023-03-13 15:14:04 +00:00
validations :
required : true
2022-10-24 23:26:50 +00:00
2024-01-29 02:47:09 +00:00
- type : textarea
id : python-deps
attributes :
label : Python dependencies
description : |
If the problem occurred during image generation, click the gear icon at the bottom left corner, click "About", click the copy button and then paste here.
validations :
required : false
2022-10-24 23:26:50 +00:00
- type : textarea
id : what-happened
attributes :
2024-01-29 02:47:09 +00:00
label : What happened
2022-10-24 23:26:50 +00:00
description : |
2024-01-29 02:47:09 +00:00
Describe what happened. Include any relevant error messages, stack traces and screenshots here.
placeholder : I clicked button X and then Y happened.
validations :
required : true
- type : textarea
id : what-you-expected
attributes :
label : What you expected to happen
description : Describe what you expected to happen.
placeholder : I expected Z to happen.
2022-10-24 23:26:50 +00:00
validations :
required : true
- type : textarea
2024-01-29 02:47:09 +00:00
id : how-to-repro
2022-10-24 23:26:50 +00:00
attributes :
2024-01-29 02:47:09 +00:00
label : How to reproduce the problem
description : List steps to reproduce the problem.
placeholder : Start the app, generate an image with these settings, then click button X.
2022-10-24 23:26:50 +00:00
validations :
required : false
- type : textarea
2024-01-29 02:47:09 +00:00
id : additional-context
2022-10-24 23:26:50 +00:00
attributes :
label : Additional context
2024-01-29 02:47:09 +00:00
description : Any other context that might help us to understand the problem.
2022-10-24 23:26:50 +00:00
placeholder : Only happens when there is full moon and Friday the 13th on Christmas Eve 🎅🏻
validations :
required : false
- type : input
2024-01-29 02:47:09 +00:00
id : discord-username
2022-10-24 23:26:50 +00:00
attributes :
2024-01-29 02:47:09 +00:00
label : Discord username
description : If you are on the Invoke discord and would prefer to be contacted there, please provide your username.
placeholder : supercoolusername123
2022-10-24 23:26:50 +00:00
validations :
required : false