2022-10-24 23:26:50 +00:00
name : 🐞 Bug Report
description : File a bug report
title: '[bug] : '
labels : [ 'bug' ]
# assignees:
# - moderator_bot
# - lstein
body :
- type : markdown
attributes :
value : |
Thanks for taking the time to fill out this Bug Report!
- type : checkboxes
attributes :
label : Is there an existing issue for this?
description : |
Please use the [search function](https://github.com/invoke-ai/InvokeAI/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
irst to see if an issue already exists for the bug you encountered.
options :
- label : I have searched the existing issues
required : true
- type : markdown
attributes :
value : __Describe your environment__
- type : dropdown
id : os_dropdown
attributes :
label : OS
description : Which operating System did you use when the bug occured
multiple : false
options :
- 'Linux'
- 'Windows'
- 'macOS'
validations :
required : true
- type : dropdown
id : gpu_dropdown
attributes :
label : GPU
description : Which kind of Graphic-Adapter is your System using
multiple : false
options :
- 'cuda'
- 'amd'
- 'mps'
- 'cpu'
validations :
required : true
- type : input
id : vram
attributes :
label : VRAM
description : Size of the VRAM if known
placeholder : 8GB
validations :
required : false
2023-03-13 15:14:04 +00:00
- type : textarea
id : version-number
attributes :
label : What version did you experience this issue on?
description : |
Please share the version of Invoke AI that you experienced the issue on. If this is not the latest version, please update first to confirm the issue still exists.
placeholder : X.X.X
validations :
required : true
2022-10-24 23:26:50 +00:00
- type : textarea
id : what-happened
attributes :
label : What happened?
description : |
Briefly describe what happened, what you expected to happen and how to reproduce this bug.
placeholder : When using the webinterface and right-clicking on button X instead of the popup-menu there error Y appears
validations :
required : true
- type : textarea
attributes :
label : Screenshots
description : If applicable, add screenshots to help explain your problem
placeholder : this is what the result looked like <screenshot>
validations :
required : false
- type : textarea
attributes :
label : Additional context
description : Add any other context about the problem here
placeholder : Only happens when there is full moon and Friday the 13th on Christmas Eve 🎅🏻
validations :
required : false
- type : input
id : contact
attributes :
label : Contact Details
description : __OPTIONAL__ How can we get in touch with you if we need more info (besides this issue)?
placeholder : ex. email@example.com, discordname, twitter, ...
validations :
required : false