You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really think your actualy have the best UI, so if you want :
1-input text boxes (e.g. the prompt) have a problem: when you select the text and move the cursor outside the box, it deselects, it's annoying.
2-it could be cool to see the image used, on the controlNET and loadimage modules.
3- it could be cool that ctrl + arrow up/down after selecting a keyword in the prompt, increases the weight, like with 1111. example: "(keyword:1.1)"
4 - right click on "Queue Prompt" to reduce the queue.
5 - The possibility to delete a group with all its content.
6 - When you refresh the page, the view is not centered on the modules.
7 - The possibility to close these boxes with a click outside of it :
8 - The possibility to temporary disable a module and a group.
9 - An excellent trick I think : a new module that has several states and where you can "plug in" all possible connections, and return all possible connections. I explain: for example you want a state of this module that uses a ckpt, and another state that uses LORA, so you create a state 1 of this module that is connected to the ckpt_loader, and a state 2 connected to the LORA_loader, and you can change the state of the module in 1 click. The problem is that the module must be able to remember and change the options of the connected modules, because these options change depending on whether you use LORA or EMA for example... (an other situation for exemple : sometimes you want to use a latent_image from a new image generation, and sometimes from a load_image module.)
10 - the possibility to "lock" a group, because sometimes they are moved unintentionally, they overlap with other groups and get mixed up. The lock could either prevent the group from overlapping other modules or from being moved.
11 - this should be "random seed before every gen" :
Because if I had it enabled just before and I want to keep the seed, I check the box, the seed will change one last time.
12 - an option for a sound when the queue is finished (to help with alt+tab).
I move it here because I'm not sure you still get notifs on my other ticket.
The text was updated successfully, but these errors were encountered:
14 - If you add _catred in the filename of your model (ckpt, safetensor, LORA, etc...), it will appear with a red background in the list (_catgreen = green, etc...). A simple way to sort them into categories visually, and thus find them much easier when you have a long list of models. I am not 100% sure about the execution of this idea, because maybe there are "collectors", who do not want to "damage" the name of their precious models.
I really think your actualy have the best UI, so if you want :
1-input text boxes (e.g. the prompt) have a problem: when you select the text and move the cursor outside the box, it deselects, it's annoying.
2-it could be cool to see the image used, on the controlNET and loadimage modules.
3- it could be cool that ctrl + arrow up/down after selecting a keyword in the prompt, increases the weight, like with 1111. example: "(keyword:1.1)"
4 - right click on "Queue Prompt" to reduce the queue.
5 - The possibility to delete a group with all its content.
6 - When you refresh the page, the view is not centered on the modules.
7 - The possibility to close these boxes with a click outside of it :
8 - The possibility to temporary disable a module and a group.
9 - An excellent trick I think : a new module that has several states and where you can "plug in" all possible connections, and return all possible connections. I explain: for example you want a state of this module that uses a ckpt, and another state that uses LORA, so you create a state 1 of this module that is connected to the ckpt_loader, and a state 2 connected to the LORA_loader, and you can change the state of the module in 1 click. The problem is that the module must be able to remember and change the options of the connected modules, because these options change depending on whether you use LORA or EMA for example... (an other situation for exemple : sometimes you want to use a latent_image from a new image generation, and sometimes from a load_image module.)
10 - the possibility to "lock" a group, because sometimes they are moved unintentionally, they overlap with other groups and get mixed up. The lock could either prevent the group from overlapping other modules or from being moved.
11 - this should be "random seed before every gen" :
Because if I had it enabled just before and I want to keep the seed, I check the box, the seed will change one last time.
12 - an option for a sound when the queue is finished (to help with alt+tab).
I move it here because I'm not sure you still get notifs on my other ticket.
The text was updated successfully, but these errors were encountered: