Advertisement
Guest User

Untitled

a guest
Sep 29th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. Creating venv in directory G:\Git\stable-diffusion-webui\venv using python "C:\Users\Ananas\AppData\Local\Programs\Python\Python310\python.exe"
  2. Requirement already satisfied: pip in g:\git\stable-diffusion-webui\venv\lib\site-packages (22.3.1)
  3. Collecting pip
  4. Using cached pip-24.2-py3-none-any.whl (1.8 MB)
  5. Installing collected packages: pip
  6. Attempting uninstall: pip
  7. Found existing installation: pip 22.3.1
  8. Uninstalling pip-22.3.1:
  9. Successfully uninstalled pip-22.3.1
  10. Successfully installed pip-24.2
  11. venv "G:\Git\stable-diffusion-webui\venv\Scripts\Python.exe"
  12. Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
  13. Version: v1.10.1
  14. Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
  15. Installing torch and torchvision
  16. Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu121
  17. Collecting torch==2.1.2
  18. Using cached https://download.pytorch.org/whl/cu121/torch-2.1.2%2Bcu121-cp310-cp310-win_amd64.whl (2473.9 MB)
  19. Collecting torchvision==0.16.2
  20. Using cached https://download.pytorch.org/whl/cu121/torchvision-0.16.2%2Bcu121-cp310-cp310-win_amd64.whl (5.6 MB)
  21. Collecting filelock (from torch==2.1.2)
  22. Using cached filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
  23. Collecting typing-extensions (from torch==2.1.2)
  24. Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
  25. Collecting sympy (from torch==2.1.2)
  26. Using cached sympy-1.13.3-py3-none-any.whl.metadata (12 kB)
  27. Collecting networkx (from torch==2.1.2)
  28. Using cached networkx-3.3-py3-none-any.whl.metadata (5.1 kB)
  29. Collecting jinja2 (from torch==2.1.2)
  30. Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
  31. Collecting fsspec (from torch==2.1.2)
  32. Using cached fsspec-2024.9.0-py3-none-any.whl.metadata (11 kB)
  33. Collecting numpy (from torchvision==0.16.2)
  34. Using cached numpy-2.1.1-cp310-cp310-win_amd64.whl.metadata (59 kB)
  35. Collecting requests (from torchvision==0.16.2)
  36. Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
  37. Collecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.16.2)
  38. Using cached pillow-10.4.0-cp310-cp310-win_amd64.whl.metadata (9.3 kB)
  39. Collecting MarkupSafe>=2.0 (from jinja2->torch==2.1.2)
  40. Using cached https://download.pytorch.org/whl/MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl (17 kB)
  41. Collecting charset-normalizer<4,>=2 (from requests->torchvision==0.16.2)
  42. Using cached charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl.metadata (34 kB)
  43. Collecting idna<4,>=2.5 (from requests->torchvision==0.16.2)
  44. Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
  45. Collecting urllib3<3,>=1.21.1 (from requests->torchvision==0.16.2)
  46. Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
  47. Collecting certifi>=2017.4.17 (from requests->torchvision==0.16.2)
  48. Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
  49. Collecting mpmath<1.4,>=1.1.0 (from sympy->torch==2.1.2)
  50. Using cached https://download.pytorch.org/whl/mpmath-1.3.0-py3-none-any.whl (536 kB)
  51. Using cached pillow-10.4.0-cp310-cp310-win_amd64.whl (2.6 MB)
  52. Using cached filelock-3.16.1-py3-none-any.whl (16 kB)
  53. Using cached fsspec-2024.9.0-py3-none-any.whl (179 kB)
  54. Using cached jinja2-3.1.4-py3-none-any.whl (133 kB)
  55. Using cached networkx-3.3-py3-none-any.whl (1.7 MB)
  56. Using cached numpy-2.1.1-cp310-cp310-win_amd64.whl (12.9 MB)
  57. Using cached requests-2.32.3-py3-none-any.whl (64 kB)
  58. Using cached sympy-1.13.3-py3-none-any.whl (6.2 MB)
  59. Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB)
  60. Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
  61. Using cached charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl (100 kB)
  62. Using cached idna-3.10-py3-none-any.whl (70 kB)
  63. Using cached urllib3-2.2.3-py3-none-any.whl (126 kB)
  64. Installing collected packages: mpmath, urllib3, typing-extensions, sympy, pillow, numpy, networkx, MarkupSafe, idna, fsspec, filelock, charset-normalizer, certifi, requests, jinja2, torch, torchvision
  65. Successfully installed MarkupSafe-2.1.5 certifi-2024.8.30 charset-normalizer-3.3.2 filelock-3.16.1 fsspec-2024.9.0 idna-3.10 jinja2-3.1.4 mpmath-1.3.0 networkx-3.3 numpy-2.1.1 pillow-10.4.0 requests-2.32.3 sympy-1.13.3 torch-2.1.2+cu121 torchvision-0.16.2+cu121 typing-extensions-4.12.2 urllib3-2.2.3
  66. Installing clip
  67. Installing open_clip
  68. Cloning assets into G:\Git\stable-diffusion-webui\repositories\stable-diffusion-webui-assets...
  69. Cloning into 'G:\Git\stable-diffusion-webui\repositories\stable-diffusion-webui-assets'...
  70. remote: Enumerating objects: 20, done.
  71. remote: Counting objects: 100% (20/20), done.
  72. remote: Compressing objects: 100% (18/18), done.
  73. remote: Total 20 (delta 0), reused 20 (delta 0), pack-reused 0 (from 0)
  74. Receiving objects: 100% (20/20), 132.70 KiB | 1.11 MiB/s, done.
  75. Cloning Stable Diffusion into G:\Git\stable-diffusion-webui\repositories\stable-diffusion-stability-ai...
  76. Cloning into 'G:\Git\stable-diffusion-webui\repositories\stable-diffusion-stability-ai'...
  77. remote: Enumerating objects: 580, done.
  78. remote: Counting objects: 100% (3/3), done.
  79. remote: Compressing objects: 100% (3/3), done.
  80. remote: Total 580 (delta 0), reused 0 (delta 0), pack-reused 577 (from 1)
  81. Receiving objects: 100% (580/580), 73.44 MiB | 3.04 MiB/s, done.
  82. Resolving deltas: 100% (281/281), done.
  83. Cloning Stable Diffusion XL into G:\Git\stable-diffusion-webui\repositories\generative-models...
  84. Cloning into 'G:\Git\stable-diffusion-webui\repositories\generative-models'...
  85. remote: Enumerating objects: 1064, done.
  86. remote: Counting objects: 100% (123/123), done.
  87. remote: Compressing objects: 100% (74/74), done.
  88. remote: Total 1064 (delta 55), reused 95 (delta 48), pack-reused 941 (from 1)
  89. Receiving objects: 100% (1064/1064), 53.61 MiB | 2.51 MiB/s, done.
  90. Resolving deltas: 100% (546/546), done.
  91. Cloning K-diffusion into G:\Git\stable-diffusion-webui\repositories\k-diffusion...
  92. Cloning into 'G:\Git\stable-diffusion-webui\repositories\k-diffusion'...
  93. remote: Enumerating objects: 1345, done.
  94. remote: Counting objects: 100% (646/646), done.
  95. remote: Compressing objects: 100% (86/86), done.
  96. remote: Total 1345 (delta 604), reused 561 (delta 560), pack-reused 699 (from 1)
  97. Receiving objects: 100% (1345/1345), 239.07 KiB | 1.87 MiB/s, done.
  98. Resolving deltas: 100% (944/944), done.
  99. Cloning BLIP into G:\Git\stable-diffusion-webui\repositories\BLIP...
  100. Cloning into 'G:\Git\stable-diffusion-webui\repositories\BLIP'...
  101. remote: Enumerating objects: 277, done.
  102. remote: Counting objects: 100% (183/183), done.
  103. remote: Compressing objects: 100% (46/46), done.
  104. remote: Total 277 (delta 145), reused 137 (delta 137), pack-reused 94 (from 1)
  105. Receiving objects: 100% (277/277), 7.04 MiB | 6.20 MiB/s, done.
  106. Resolving deltas: 100% (152/152), done.
  107. Installing requirements
  108. Launching Web UI with arguments:
  109. no module 'xformers'. Processing without...
  110. no module 'xformers'. Processing without...
  111. No module 'xformers'. Proceeding without it.
  112. Downloading: "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors" to G:\Git\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
  113.  
  114. 100%|█████████████████████████████████████████████████████████████████████████████| 3.97G/3.97G [07:12<00:00, 9.87MB/s]
  115. Calculating sha256 for G:\Git\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors: Running on local URL: http://127.0.0.1:7860
  116.  
  117. To create a public link, set `share=True` in `launch()`.
  118. Startup time: 696.0s (prepare environment: 254.7s, import torch: 3.0s, import gradio: 0.7s, setup paths: 0.7s, initialize shared: 0.3s, other imports: 0.4s, list SD models: 433.9s, load scripts: 1.3s, initialize extra networks: 0.2s, create ui: 0.5s, gradio launch: 0.2s).
  119. 6ce0161689b3853acaa03779ec93eafe75a02f4ced659bee03f50797806fa2fa
  120. Loading weights [6ce0161689] from G:\Git\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
  121. Creating model from config: G:\Git\stable-diffusion-webui\configs\v1-inference.yaml
  122. G:\Git\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:1142: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
  123. warnings.warn(
  124. Applying attention optimization: Doggettx... done.
  125. Model loaded in 12.5s (calculate hash: 9.4s, create model: 0.4s, apply weights to model: 1.8s, calculate empty prompt: 0.7s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement