Closed vicroc4 closed 1 week ago
Okay, I think I got a bit further after that. But now it's complaining that there's no module named "jsonmerge":
Traceback (most recent call last):
File "c:\stableolive\stable-diffusion-webui-directml\launch.py", line 48, in
This will solve the problem.
.\venv\Scripts\activate
pip install -r requirements.txt
This will solve the problem.
.\venv\Scripts\activate pip install -r requirements.txt
It did not. Same issue.
requirements.txt has jsonmerge: https://github.com/lshqqytiger/stable-diffusion-webui-directml/blob/ce3d044680100834e862bee6fefb413bfc835ece/requirements.txt#L13 Can you open and check your requirements.txt?
My requirements.txt does have jsonmerge. I can attach it when I have a chance to get on my computer again if you need me to.
More pertinently, I tried reinstalling the requirements with pip again and it said that the requirement for jsonmerge was already satisfied by an existing installation.
On Fri, Mar 29, 2024, 1:09 AM Seunghoon Lee @.***> wrote:
requirements.txt has jsonmerge: https://github.com/lshqqytiger/stable-diffusion-webui-directml/blob/ce3d044680100834e862bee6fefb413bfc835ece/requirements.txt#L13 Can you open and check your requirements.txt?
— Reply to this email directly, view it on GitHub https://github.com/lshqqytiger/stable-diffusion-webui-directml/issues/428#issuecomment-2026658858, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA5A7N2ZOKPYIZ6DHFW4BDY2TZP5AVCNFSM6AAAAABFMRX73CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRWGY2TQOBVHA . You are receiving this because you authored the thread.Message ID: @.*** com>
Make sure that you ran pip with virtual environment enabled.
Hey, I am getting the same issue. :/
This issue was created 8 months ago, and is not valid now. Please describe the problem you have and create new issue if needed.
Checklist
What happened?
When attempting to launch Webui with --onnx option, I get the following error:
launch.py: error: unrecognized arguments: --onnx
Steps to reproduce the problem
What should have happened?
Webui should launch with ONNX runtime enabled.
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome, Microsoft Edge
Sysinfo
sysinfo-2024-03-28-10-51.json
Console logs
Additional information
Sysinfo generated without --onnx option because Webui won't even dump sysinfo with it in the command line.