-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a warning next to the Workflow selector if the Workflow requires high VRAM. #41
Conversation
<p>Workflow</p> | ||
<div class="flex justify-between items-center pt-3"> | ||
<p>Workflow</p> | ||
<p v-show="imageGeneration.activeWorkflow.requirements?.includes('high-vram')" data-tooltip="This model requires a lot of VRAM. Reduce the resolution and/or restart the ComfyUI backend when in case you experience a poor performance."> ⚠️ high VRAM ⚠️</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the text translatable.
Regarding the notice itself:
- It is not clear that the user is able to hover to get more info. Maybe add a dashed underline?
- It is not clear what high VRAM is referring to, maybe "High VRAM req."?
- I think one
⚠️ is enough :) Ideally, this would also be an icon in the same style as other UI elements (see icons directly below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no warning sign in src/assets/svg. Since I am unsure regarding licences, do you know what is best to use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made the text translatable, however, I am not entirely happy on how I implemented the infos displayed after hoovering (although it works). If you see a better solution, I would be interested to hear.
d2226b4
to
0e25094
Compare
Signed-off-by: julianbollig <[email protected]>
Signed-off-by: julianbollig <[email protected]>
0e25094
to
67f94ce
Compare
No description provided.