-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/ionite34/StabilityMatrix
- Loading branch information
Showing
32 changed files
with
528 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: Bug report | ||
description: Submit a bug report | ||
labels: ["bug", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**New to Stability Matrix?** | ||
For help or advice on using Stability Matrix, try one of the following options instead of opening a GitHub issue: | ||
- Asking on our [Discord server](https://link.lykos.ai/discord?ref=github-issue-template) | ||
- Creating a post on [Discussions](https://github.com/LykosAI/StabilityMatrix/discussions) | ||
This template is for reporting bugs experienced within the Stability Matrix app. | ||
If your issue is regarding Package behavior when running it, or when installing or updating a specific Package, please use the [Package issue template](https://github.com/LykosAI/StabilityMatrix/issues/new/choose) instead. | ||
Make sure to also search the [existing issues](https://github.com/LykosAI/StabilityMatrix/issues) to see if your issue has already been reported. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Give a clear and concise description of what happened. Provide screenshots or videos of UI if necessary. Also tell us, what did you expect to happen? | ||
placeholder: | | ||
When dragging a model file into the ... page to import, I expected to see... | ||
Instead, I saw... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: how-to-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: Include a minimal step-by-step guide to reproduce the issue if possible. | ||
placeholder: | | ||
1. Open Stability Matrix | ||
2. Go to the ... page | ||
3. Click on the ... button | ||
4. Expected to see ... open, but instead ... | ||
- type: textarea | ||
id: app-logs | ||
attributes: | ||
label: Relevant logs | ||
description: Please copy and paste any relevant log output. (This will be automatically formatted, so no need for backticks.) | ||
render: shell | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of Stability Matrix are you running? (Can be found at the bottom of the settings page) | ||
placeholder: ex. v2.11.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os-platform | ||
attributes: | ||
label: What Operating System are you using? | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
- Other | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
name: Crash report | ||
description: A crash of Stability Matrix, likely with the "An unexpected error occurred" dialog | ||
labels: ["bug", "crash", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This template is for reporting crashes of Stability Matrix, likely with the "An unexpected error occurred" dialog. | ||
If you are experiencing a different issue, please use the [Bug Report or Package Issue templates](https://github.com/LykosAI/StabilityMatrix/issues/new/choose). | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Give a clear and concise description of what happened. Include some minimal steps to reproducible the issue if possible. | ||
placeholder: | | ||
1. Open Stability Matrix | ||
2. Go to the "..." page | ||
3. Click on the "..." button | ||
4. See the crash | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: exception-details | ||
attributes: | ||
label: Exception Details | ||
description: Please click the "Copy Details" button on the crash dialog and paste the details exactly as formatted here. | ||
placeholder: | | ||
## Exception | ||
OperationCanceledException: Example Message | ||
### Sentry ID | ||
``` | ||
bc7da9b2fcc3e3568ceb81a72f3a128d | ||
``` | ||
### Stack Trace | ||
``` | ||
at StabilityMatrix.Avalonia.ViewModels.Settings.MainSettingsViewModel.DebugThrowException() in MainSettingsViewModel.cs:line 716 | ||
at CommunityToolkit.Mvvm.Input.RelayCommand.Execute(Object parameter) | ||
... | ||
``` | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of Stability Matrix are you running? (Can be found at the bottom of the settings page) | ||
placeholder: ex. v2.11.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os-platform | ||
attributes: | ||
label: What Operating System are you using? | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
- Other | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
name: Package issue | ||
description: Report an issue with installing, updating, or running a Package | ||
labels: ["bug", "area: package", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Experiencing an issue while running a Package?** | ||
Make sure to also search the GitHub issues of the Package, to see if your issue has already been reported and being worked on by upstream authors. | ||
- type: textarea | ||
id: package-details | ||
attributes: | ||
label: Package | ||
description: Provide the name of the Package you are experiencing issues with | ||
placeholder: ex. `ComfyUI` | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: package-issue-phase | ||
attributes: | ||
label: When did the issue occur? | ||
options: | ||
- Installing the Package | ||
- Updating the Package | ||
- Running the Package | ||
- Other | ||
validations: | ||
required: true | ||
- type: input | ||
id: hardware | ||
attributes: | ||
label: What GPU / hardware type are you using? | ||
description: Installed dependencies and Package features often depend on the GPU or hardware type you are using. | ||
placeholder: ex. Nvidia 2080 Super with CUDA, AMD Radeon VII, etc. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Give a clear and concise description of what happened. Provide screenshots if necessary. Also tell us, what did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: console-output | ||
attributes: | ||
label: Console output | ||
description: Please copy and paste any console output or error messages. For failed install or updates, locate the progress on the bottom left, open the dialog, and click on "More Details" to copy the full console output. | ||
placeholder: | | ||
``` | ||
Unpacking... | ||
Successfully built lycoris_lora | ||
Installing collected packages: library, tomlkit, onnx, ml-dtypes, onnxruntime-gpu | ||
Running setup.py develop for library | ||
Attempting uninstall: onnx | ||
Found existing installation: onnx 1.14.1 | ||
... | ||
``` | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of Stability Matrix are you running? (Can be found at the bottom of the settings page) | ||
placeholder: ex. v2.11.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os-platform | ||
attributes: | ||
label: What Operating System are you using? | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
- Other | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Feature or enhancement | ||
description: Submit a proposal for a new Stability Matrix feature or enhancement | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Consider first discussing your idea on our [Discord server](https://link.lykos.ai/discord?ref=github-issue-template) to get feedback from the developers and the community. | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: Proposal | ||
description: Explain your idea for a new feature or enhancement. Include any relevant details or links to resources like Package documentation. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Getting help | ||
url: https://link.lykos.ai/discord?ref=github-issue-template | ||
about: Ask questions about using Stability Matrix and get tips on using Packages on our Discord server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.