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
Thank you for developing this app, I using this daily for how convenient it is for manage multiple generation tools. I have a suggestion:
Lets users choose which GPU to use by allowing set CUDA_VISIBLE_DEVICES=# within SM app.
Currently it only doable if I go into the package, add that line to and launch webui-user.bat directly. However launching through SM, it ignores the command and only using the default GPU
using COMMANDLINE_ARGS = --devices-id is not the same as it is unreliable.
The text was updated successfully, but these errors were encountered:
Proposal
Thank you for developing this app, I using this daily for how convenient it is for manage multiple generation tools. I have a suggestion:
Lets users choose which GPU to use by allowing set CUDA_VISIBLE_DEVICES=# within SM app.
Currently it only doable if I go into the package, add that line to and launch webui-user.bat directly. However launching through SM, it ignores the command and only using the default GPU
using COMMANDLINE_ARGS = --devices-id is not the same as it is unreliable.
The text was updated successfully, but these errors were encountered: