Advertisement
zetlnd

Untitled

Jan 6th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. venv "E:\P\Stable-Diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
  2. Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
  3. Commit hash: 3e22e294135ed0327ce9d9738655ff03c53df3c0
  4. Installing requirements for Web UI
  5. Expecting value: line 1 column 1 (char 0)
  6. Launching Web UI with arguments: --share --xformers --port 25565 --listen
  7. Traceback (most recent call last):
  8. File "E:\P\Stable-Diffusion\stable-diffusion-webui\launch.py", line 295, in <module>
  9. start()
  10. File "E:\P\Stable-Diffusion\stable-diffusion-webui\launch.py", line 286, in start
  11. import webui
  12. File "E:\P\Stable-Diffusion\stable-diffusion-webui\webui.py", line 13, in <module>
  13. from modules.call_queue import wrap_queued_call, queue_lock, wrap_gradio_gpu_call
  14. File "E:\P\Stable-Diffusion\stable-diffusion-webui\modules\call_queue.py", line 7, in <module>
  15. from modules import shared
  16. File "E:\P\Stable-Diffusion\stable-diffusion-webui\modules\shared.py", line 558, in <module>
  17. opts.load(config_filename)
  18. File "E:\P\Stable-Diffusion\stable-diffusion-webui\modules\shared.py", line 518, in load
  19. self.data = json.load(file)
  20. File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 293, in load
  21. return loads(fp.read(),
  22. File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
  23. return _default_decoder.decode(s)
  24. File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
  25. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  26. File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
  27. raise JSONDecodeError("Expecting value", s, err.value) from None
  28. json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  29. Для продолжения нажмите любую клавишу . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement