Domarius

Stable Diffusion UI linux install, error

Dec 8th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. [domarius@domarius-endeavour stable-diffusion-ui]$ ./start.sh
  2. /usr/bin/git
  3. git version 2.38.1
  4. /mnt/photo/Programs-Linux/stable-diffusion-ui/installer_files/env/bin/conda
  5. conda 22.11.1
  6.  
  7.  
  8. Stable Diffusion UI
  9.  
  10. Stable Diffusion UI's git repository was already installed. Updating from main..
  11. HEAD is now at b7aac15 Don't show prompt strength when the app starts
  12. Already on 'main'
  13. Your branch is up to date with 'origin/main'.
  14. Already up to date.
  15.  
  16. Hotfixed broken JSON file from OpenAI
  17. Stable Diffusion's git repository was already installed. Updating..
  18. HEAD is now at e8ea0ca Update README.md
  19. Already up to date.
  20. HEAD is now at 7f32368 Use a specific version of opencv-python
  21.  
  22.  
  23. Downloading packages necessary for Stable Diffusion..
  24.  
  25.  
  26. ***** This will take some time (depending on the speed of the Internet connection) and may appear to be stuck, but please be patient ***** ..
  27.  
  28. Collecting package metadata (repodata.json): done
  29. Solving environment: done
  30.  
  31. Downloading and Extracting Packages
  32.  
  33. Preparing transaction: done
  34. Verifying transaction: done
  35. Executing transaction: - By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html
  36.  
  37. done
  38. Installing pip dependencies: - Ran pip subprocess with arguments:
  39. ['/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/bin/python', '-m', 'pip', 'install', '-U', '-r', '/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/condaenv.mrp0krn8.requirements.txt', '--exists-action=b']
  40. Pip subprocess output:
  41. Obtaining taming-transformers from git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers (from -r /mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/condaenv.mrp0krn8.requirements.txt (line 19))
  42.  
  43. Pip subprocess error:
  44. ERROR: Exception:
  45. Traceback (most recent call last):
  46. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion
  47. crit = self.state.criteria[name]
  48. KeyError: 'taming-transformers'
  49.  
  50. During handling of the above exception, another exception occurred:
  51.  
  52. Traceback (most recent call last):
  53. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/vcs/git.py", line 322, in get_remote_url
  54. found_remote = remotes[0]
  55. IndexError: list index out of range
  56.  
  57. During handling of the above exception, another exception occurred:
  58.  
  59. Traceback (most recent call last):
  60. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 224, in _main
  61. status = self.run(options, args)
  62. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 180, in wrapper
  63. return func(self, options, args)
  64. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 320, in run
  65. requirement_set = resolver.resolve(
  66. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 121, in resolve
  67. self._result = resolver.resolve(
  68. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 445, in resolve
  69. state = resolution.resolve(requirements, max_rounds=max_rounds)
  70. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 310, in resolve
  71. name, crit = self._merge_into_criterion(r, parent=None)
  72. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion
  73. crit = Criterion.from_requirement(self._p, requirement, parent)
  74. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 79, in from_requirement
  75. cands = build_iter_view(provider.find_matches([requirement]))
  76. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_vendor/resolvelib/structs.py", line 148, in build_iter_view
  77. matches = list(matches)
  78. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 255, in <genexpr>
  79. if constraint.is_satisfied_by(c)
  80. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/base.py", line 66, in is_satisfied_by
  81. return self.specifier.contains(candidate.version, prereleases=True)
  82. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 194, in version
  83. self._version = self.dist.parsed_version
  84. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 239, in dist
  85. self._prepare()
  86. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 226, in _prepare
  87. dist = self._prepare_distribution()
  88. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 346, in _prepare_distribution
  89. return self._factory.preparer.prepare_editable_requirement(self._ireq)
  90. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/operations/prepare.py", line 573, in prepare_editable_requirement
  91. req.update_editable(self.download_dir is None)
  92. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/req/req_install.py", line 655, in update_editable
  93. vcs_backend.obtain(self.source_dir, url=hidden_url)
  94. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/vcs/versioncontrol.py", line 654, in obtain
  95. existing_url = self.get_remote_url(dest)
  96. File "/mnt/photo/Programs-Linux/stable-diffusion-ui/stable-diffusion/env/lib/python3.8/site-packages/pip/_internal/vcs/git.py", line 324, in get_remote_url
  97. raise RemoteNotFoundError
  98. pip._internal.vcs.versioncontrol.RemoteNotFoundError
  99.  
  100. failed
  101.  
  102. CondaEnvException: Pip failed
  103.  
  104.  
  105. EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
  106.  
  107. ERROR: 'conda env create' failed
  108.  
  109. Error downloading Stable Diffusion UI. Sorry about that, please try to:
  110. 1. Run this installer again.
  111. 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting
  112. 3. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB
  113. 4. If that doesn't solve the problem, please file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues
  114.  
  115. Thanks!
  116.  
  117.  
  118. Press any key to continue
  119.  
Advertisement
Add Comment
Please, Sign In to add comment