-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replace kernel in host would no longer need COMMANDLINE_ARGS
#15
Comments
What version of stable-diffusion was that. In the past, that command line was needed for SD to detect my RX 6600XT and my RX570 |
I don't think this flag doesn't required by stable diffusion. I personally guess that flag is required by the AMD Driver (I guess the flag would pass down from stable diffusion to PyTorch (ROCm) version and then to AMD Driver). After upgrading my AMD Driver I no longer need this flag to get stable diffusion work. Here is my system I don't need that flag anymore. |
If you don't mind please try to run my repo, which is the clone of your repo with several modification. EDIT:
It would download the latest AMD driver as well as using the unmodified stable diffusion. It works on my laptop but please see if it work on yours. BUT please put in mind that I need to use kernel 6.2+ on the host linux system in order to get rid of the flags. |
@hydrian May I clarify something I just checked my
But after this line is placed on the host PC, I no longer need to put |
In the docker-compose.yml file, you mentioned that the
Following line is needed to RX 5700
. However, I discovered that the same line is also applicable to my Radeon 680M, which runs on the stock kernel (I tried version 6.2 kernel released on early august).I recently installed the mainline kernel and upgraded to and installed kernel version version 6.1.43, and as a result, I no longer require the
COMMANDLINE_ARGS
. This update has improved the speed of image generation and lower the memory requirement (generate image with higher resolution without out of memory) in stable diffusion. No need to modify anything inside docker.I think it's best to test it and mention it in README.md if that works.
The text was updated successfully, but these errors were encountered: