-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
[Feature Request]: prepare host for specific gpu (needed for containers) without starting api/ui #16762
Comments
I think what you asking is already supported
there should be no need to simulate a GPU the environment variable stable-diffusion-webui/webui.sh Lines 130 to 152 in 021154d
alternatively you could always manually install torch, if torch is already installed webui won't auto install a different version for you (unless you pass also there is no need to modify launch.py to prevent webui from starting stable-diffusion-webui/modules/launch_utils.py Lines 442 to 444 in 021154d
wiki https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings |
Also setting the it would be nice to have an option or environment variable to define the gpu type which results in the "correct" TORCH_COMMAMD this is my current docker-file
|
so are you asking for something like |
something like this would be nice. |
if you really have a clear idea of what you want |
I think the easiest change would be something like this
|
Is there an existing issue for this?
What would your feature do ?
It would be nice to have some option to initializen the current installation for a specific gpu
right now I exploit the script to "simulate" my amd gpu
Proposed workflow
maybe a separate script or argument would be nice
Additional information
if someome is interessted this is my docker-compose.yml
The text was updated successfully, but these errors were encountered: