We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
cd olive py -m pip install -r requirements.txt
olive\examples\directml\stable_diffusion
mkdir python cd python py -m venv olive-ai py -3.10 -m venv C:\Users\<user_name>\python\olive-ai cd C:\Users\<user_name>\python\olive-ai\ Scripts\activate py --version # Just a check py -m pip install --upgrade pip py -m pip install olive-ai[directml]==0.4.0 git clone https://github.com/microsoft/olive --branch v0.4.0 cd olive py -m pip install -r requirements.txt cd examples\directml\stable_diffusion py -m pip install -r requirements.txt
note that it will uninstall torch-2.5.1 in favor for torch-1.13.1
Other information
Additional context I came here via https://github.com/microsoft/Stable-Diffusion-WebUI-DirectML?tab=readme-ov-file to get SD 2.1 running with a local WebUI.
It would be great to have instructions in what path the model files from the Qualcomm site need to be put; Qualcomm provides optimized TextEncoder_Quantized, VAEDecoder_Quantized, UNet_Quantized files for my CPU/GPU/NPU at: https://aihub.qualcomm.com/models/stable_diffusion_v2_1_quantized?searchTerm=diff
Because I can't find a \model folder in the \olive\examples\directml\stable_diffusion folder after executing the requirements.txt
Can you help?
The text was updated successfully, but these errors were encountered:
Hi @BrickDesignerNL , you can update the script to load your downloaded model in the user_script.py: TEXT ENCODER, VAE DECODER and UNET.
user_script.py
Sorry, something went wrong.
No branches or pull requests
Describe the bug
olive\examples\directml\stable_diffusion
Expected instruction should be
note that it will uninstall torch-2.5.1 in favor for torch-1.13.1
Other information
Additional context
I came here via https://github.com/microsoft/Stable-Diffusion-WebUI-DirectML?tab=readme-ov-file to get SD 2.1 running with a local WebUI.
It would be great to have instructions in what path the model files from the Qualcomm site need to be put;
Qualcomm provides optimized TextEncoder_Quantized, VAEDecoder_Quantized, UNet_Quantized files for my CPU/GPU/NPU at:
https://aihub.qualcomm.com/models/stable_diffusion_v2_1_quantized?searchTerm=diff
Because I can't find a \model folder in the \olive\examples\directml\stable_diffusion folder after executing the requirements.txt
Can you help?
The text was updated successfully, but these errors were encountered: