Advertisement
Guest User

Untitled

a guest
Mar 19th, 2023
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. venv "D:\AI\stable-diffusion-webui\venv\Scripts\Python.exe"
  2. Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
  3. Commit hash: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2
  4. Installing requirements for Web UI
  5.  
  6. Launching Web UI with arguments: --no-half-vae --xformers --no-progressbar-hiding --enable-insecure-extension-access --ngrok --always-batch-cond-uncond --medvram --api --disable-safe-unpickle
  7. ngrok authtoken detected, trying to connect...
  8. ngrok connected to localhost:7860! URL: https://330f-77-54-33-209.ngrok.io
  9. You can use this link after the launch is complete.
  10. Loading weights [56be194f47] from D:\AI\stable-diffusion-webui\models\Stable-diffusion\Cetus Mix V2.safetensors
  11. Creating model from config: D:\AI\stable-diffusion-webui\configs\v1-inference.yaml
  12. LatentDiffusion: Running in eps-prediction mode
  13. DiffusionWrapper has 859.52 M params.
  14. Applying xformers cross attention optimization.
  15. Textual inversion embeddings loaded(0):
  16. Model loaded in 1.8s (create model: 0.5s, apply weights to model: 0.6s, apply half(): 0.6s).
  17. Running on local URL: http://127.0.0.1:7860
  18.  
  19. To create a public link, set `share=True` in `launch()`.
  20. Startup time: 14.0s (import gradio: 2.4s, import ldm: 1.5s, other imports: 4.2s, list extensions: 0.4s, setup codeformer: 0.2s, load scripts: 1.2s, load SD checkpoint: 2.0s, create ui: 1.8s, scripts app_started_callback: 0.1s).
  21. Downloading: "https://github.com/AUTOMATIC1111/TorchDeepDanbooru/releases/download/v1/model-resnet_custom_v3.pt" to D:\AI\stable-diffusion-webui\models\torch_deepdanbooru\model-resnet_custom_v3.pt
  22.  
  23. 100%|███████████████████████████████████████████████████████████████████████████████| 614M/614M [00:13<00:00, 46.2MB/s]
  24. Traceback (most recent call last):
  25. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 337, in run_predict
  26. output = await app.get_blocks().process_api(
  27. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1015, in process_api
  28. result = await self.call_function(
  29. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 833, in call_function
  30. prediction = await anyio.to_thread.run_sync(
  31. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
  32. return await get_asynclib().run_sync_in_worker_thread(
  33. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread
  34. return await future
  35. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 867, in run
  36. result = context.run(func, *args)
  37. File "D:\AI\stable-diffusion-webui\modules\ui.py", line 915, in <lambda>
  38. fn=lambda *args: process_interrogate(interrogate_deepbooru, *args),
  39. File "D:\AI\stable-diffusion-webui\modules\ui.py", line 150, in process_interrogate
  40. return [interrogation_function(ii_singles[mode]), None]
  41. File "D:\AI\stable-diffusion-webui\modules\ui.py", line 177, in interrogate_deepbooru
  42. prompt = deepbooru.model.tag(image)
  43. File "D:\AI\stable-diffusion-webui\modules\deepbooru.py", line 44, in tag
  44. self.start()
  45. File "D:\AI\stable-diffusion-webui\modules\deepbooru.py", line 35, in start
  46. self.load()
  47. File "D:\AI\stable-diffusion-webui\modules\deepbooru.py", line 29, in load
  48. self.model.load_state_dict(torch.load(files[0], map_location="cpu"))
  49. File "D:\AI\stable-diffusion-webui\modules\safe.py", line 106, in load
  50. return load_with_extra(filename, extra_handler=global_extra_handler, *args, **kwargs)
  51. File "D:\AI\stable-diffusion-webui\modules\safe.py", line 151, in load_with_extra
  52. return unsafe_torch_load(filename, *args, **kwargs)
  53. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\torch\serialization.py", line 771, in load
  54. with _open_file_like(f, 'rb') as opened_file:
  55. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\torch\serialization.py", line 270, in _open_file_like
  56. return _open_file(name_or_buffer, mode)
  57. File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\torch\serialization.py", line 251, in __init__
  58. super(_open_file, self).__init__(open(name, mode))
  59. OSError: [Errno 22] Invalid argument: 'D:\\AI\\stable-diffusion-webui\\models\\torch_deepdanbooru\\model-resnet_custom_v3.pt'
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement