name: Bug Report description: 'Something is not behaving as expected.' title: '[Bug]: ' body: - type: markdown attributes: value: | Before submitting a **Bug Report**, please ensure the following: - **1:** You are running the latest version of ComfyUI-Model-Manager. - **2:** You have looked at the existing bug reports and made sure this isn't already reported. - **3:** You confirmed that the bug is not caused by other custom nodes. - type: textarea id: environment attributes: label: Environment description: 'Describe as detailed as possible what your current usage environment is. local? cloud? etc...' value: | [Operating System]: [Python Version]: [ComfyUI Version]: [ComfyUI Frontend Version]: [ComfyUI-Model-Manager Version]: [Browser Version]: validations: required: true - type: textarea attributes: label: Expected Behavior description: 'What you expected to happen.' validations: required: true - type: textarea attributes: label: Actual Behavior description: 'What actually happened. Please include a screenshot / video clip of the issue if possible.' validations: required: true - type: textarea attributes: label: Steps to Reproduce description: "Describe how to reproduce the issue. Please be sure to attach a workflow JSON or PNG, ideally one that doesn't require custom nodes to test. If the bug open happens when certain custom nodes are used, most likely that custom node is what has the bug rather than ComfyUI, in which case it should be reported to the node's author." validations: required: true - type: textarea attributes: label: Debug Logs description: 'Please copy the output from your terminal logs here.' render: powershell validations: required: true - type: textarea attributes: label: Browser Logs description: 'Please copy the output from your browser logs here. You can access this by pressing F12 to toggle the developer tools, then navigating to the Console tab.' validations: required: true - type: textarea attributes: label: Setting JSON description: 'Please upload the setting file here. The setting file is located at `user/default/comfy.settings.json`' validations: required: true - type: dropdown id: browsers attributes: label: What browsers do you use to access the UI ? multiple: true options: - Mozilla Firefox - Google Chrome - Brave - Apple Safari - Microsoft Edge - Android - iOS - Other - type: textarea attributes: label: Other description: 'Any other additional information you think might be helpful.' validations: required: false