Advertisement
Guest User

fahimtest

a guest
Sep 10th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.03 KB | None | 0 0
  1. Last login: Sat Sep 10 12:49:29 on ttys000
  2. (base) Mate@Mates-MBP16 ~ % cd /Users/Mate/Programming/StableDiffusion/FahimGUI
  3. (base) Mate@Mates-MBP16 FahimGUI % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  4. ==> Checking for `sudo` access (which may request your password)...
  5. Password:
  6. ==> This script will install:
  7. /usr/local/bin/brew
  8. /usr/local/share/doc/homebrew
  9. /usr/local/share/man/man1/brew.1
  10. /usr/local/share/zsh/site-functions/_brew
  11. /usr/local/etc/bash_completion.d/brew
  12. /usr/local/Homebrew
  13.  
  14. Press RETURN/ENTER to continue or any other key to abort:
  15. ==> /usr/bin/sudo /usr/sbin/chown -R Mate:admin /usr/local/Homebrew
  16. ==> Downloading and installing Homebrew...
  17. HEAD is now at 2d0c32fa9 Merge pull request #13837 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.16.0
  18. Error:
  19. homebrew-core is a shallow clone.
  20. To `brew update`, first run:
  21. git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
  22. This command may take a few minutes to run due to the large size of the repository.
  23. This restriction has been made on GitHub's request because updating shallow
  24. clones is an extremely expensive operation due to the tree layout and traffic of
  25. Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
  26. automatically to avoid repeatedly performing an expensive unshallow operation in
  27. CI systems (which should instead be fixed to not use shallow clones). Sorry for
  28. the inconvenience!
  29. Failed during: /usr/local/bin/brew update --force --quiet
  30. (base) Mate@Mates-MBP16 FahimGUI % conda create -n ml python=3.8
  31. Collecting package metadata (current_repodata.json): done
  32. Solving environment: done
  33.  
  34. ## Package Plan ##
  35.  
  36. environment location: /Users/Mate/Programming/Conda/miniconda3/envs/ml
  37.  
  38. added / updated specs:
  39. - python=3.8
  40.  
  41.  
  42. The following NEW packages will be INSTALLED:
  43.  
  44. ca-certificates pkgs/main/osx-64::ca-certificates-2022.07.19-hecd8cb5_0
  45. certifi pkgs/main/osx-64::certifi-2022.6.15-py38hecd8cb5_0
  46. libcxx pkgs/main/osx-64::libcxx-14.0.6-h9765a3e_0
  47. libffi pkgs/main/osx-64::libffi-3.3-hb1e8313_2
  48. ncurses pkgs/main/osx-64::ncurses-6.3-hca72f7f_3
  49. openssl pkgs/main/osx-64::openssl-1.1.1q-hca72f7f_0
  50. pip pkgs/main/osx-64::pip-22.1.2-py38hecd8cb5_0
  51. python pkgs/main/osx-64::python-3.8.13-hdfd78df_0
  52. readline pkgs/main/osx-64::readline-8.1.2-hca72f7f_1
  53. setuptools pkgs/main/osx-64::setuptools-63.4.1-py38hecd8cb5_0
  54. sqlite pkgs/main/osx-64::sqlite-3.39.2-h707629a_0
  55. tk pkgs/main/osx-64::tk-8.6.12-h5d9f67b_0
  56. wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0
  57. xz pkgs/main/osx-64::xz-5.2.5-hca72f7f_1
  58. zlib pkgs/main/osx-64::zlib-1.2.12-h4dc903c_3
  59.  
  60.  
  61. Proceed ([y]/n)? y
  62.  
  63. Preparing transaction: done
  64. Verifying transaction: done
  65. Executing transaction: done
  66. #
  67. # To activate this environment, use
  68. #
  69. # $ conda activate ml
  70. #
  71. # To deactivate an active environment, use
  72. #
  73. # $ conda deactivate
  74.  
  75. Retrieving notices: ...working... done
  76. (base) Mate@Mates-MBP16 FahimGUI % conda activate ml
  77. (ml) Mate@Mates-MBP16 FahimGUI % conda install pytorch torchvision torchaudio -c pytorch-nightly
  78. Collecting package metadata (current_repodata.json): done
  79. Solving environment: done
  80.  
  81. ## Package Plan ##
  82.  
  83. environment location: /Users/Mate/Programming/Conda/miniconda3/envs/ml
  84.  
  85. added / updated specs:
  86. - pytorch
  87. - torchaudio
  88. - torchvision
  89.  
  90.  
  91. The following NEW packages will be INSTALLED:
  92.  
  93. blas pkgs/main/osx-64::blas-1.0-mkl
  94. brotlipy pkgs/main/osx-64::brotlipy-0.7.0-py38h9ed2024_1003
  95. bzip2 pkgs/main/osx-64::bzip2-1.0.8-h1de35cc_0
  96. cffi pkgs/main/osx-64::cffi-1.15.1-py38hc55c11b_0
  97. charset-normalizer pkgs/main/noarch::charset-normalizer-2.0.4-pyhd3eb1b0_0
  98. cryptography pkgs/main/osx-64::cryptography-37.0.1-py38hf6deb26_0
  99. ffmpeg pkgs/main/osx-64::ffmpeg-4.2.2-h97e5cf8_0
  100. freetype pkgs/main/osx-64::freetype-2.11.0-hd8bbffd_0
  101. gettext pkgs/main/osx-64::gettext-0.21.0-h7535e17_0
  102. giflib pkgs/main/osx-64::giflib-5.2.1-haf1e3a3_0
  103. gmp pkgs/main/osx-64::gmp-6.2.1-he9d5cce_3
  104. gnutls pkgs/main/osx-64::gnutls-3.6.15-hed9c0bf_0
  105. icu pkgs/main/osx-64::icu-58.2-h0a44026_3
  106. idna pkgs/main/noarch::idna-3.3-pyhd3eb1b0_0
  107. intel-openmp pkgs/main/osx-64::intel-openmp-2021.4.0-hecd8cb5_3538
  108. jpeg pkgs/main/osx-64::jpeg-9e-hca72f7f_0
  109. lame pkgs/main/osx-64::lame-3.100-h1de35cc_0
  110. lcms2 pkgs/main/osx-64::lcms2-2.12-hf1fd2bf_0
  111. lerc pkgs/main/osx-64::lerc-3.0-he9d5cce_0
  112. libdeflate pkgs/main/osx-64::libdeflate-1.8-h9ed2024_5
  113. libiconv pkgs/main/osx-64::libiconv-1.16-hca72f7f_2
  114. libidn2 pkgs/main/osx-64::libidn2-2.3.2-h9ed2024_0
  115. libopus pkgs/main/osx-64::libopus-1.3.1-h1de35cc_0
  116. libpng pkgs/main/osx-64::libpng-1.6.37-ha441bb4_0
  117. libtasn1 pkgs/main/osx-64::libtasn1-4.16.0-h9ed2024_0
  118. libtiff pkgs/main/osx-64::libtiff-4.4.0-h2ef1027_0
  119. libunistring pkgs/main/osx-64::libunistring-0.9.10-h9ed2024_0
  120. libvpx pkgs/main/osx-64::libvpx-1.7.0-h378b8a2_0
  121. libwebp pkgs/main/osx-64::libwebp-1.2.2-h56c3ce4_0
  122. libwebp-base pkgs/main/osx-64::libwebp-base-1.2.2-hca72f7f_0
  123. libxml2 pkgs/main/osx-64::libxml2-2.9.14-hbf8cd5e_0
  124. llvm-openmp pkgs/main/osx-64::llvm-openmp-14.0.6-h0dcd299_0
  125. lz4-c pkgs/main/osx-64::lz4-c-1.9.3-h23ab428_1
  126. mkl pkgs/main/osx-64::mkl-2021.4.0-hecd8cb5_637
  127. mkl-service pkgs/main/osx-64::mkl-service-2.4.0-py38h9ed2024_0
  128. mkl_fft pkgs/main/osx-64::mkl_fft-1.3.1-py38h4ab4a9b_0
  129. mkl_random pkgs/main/osx-64::mkl_random-1.2.2-py38hb2f4e1b_0
  130. nettle pkgs/main/osx-64::nettle-3.7.3-h230ac6f_1
  131. numpy pkgs/main/osx-64::numpy-1.23.1-py38h2e5f0a9_0
  132. numpy-base pkgs/main/osx-64::numpy-base-1.23.1-py38h3b1a694_0
  133. openh264 pkgs/main/osx-64::openh264-2.1.1-h8346a28_0
  134. pillow pkgs/main/osx-64::pillow-9.2.0-py38hde71d04_1
  135. pycparser pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0
  136. pyopenssl pkgs/main/noarch::pyopenssl-22.0.0-pyhd3eb1b0_0
  137. pysocks pkgs/main/osx-64::pysocks-1.7.1-py38_1
  138. pytorch pytorch-nightly/osx-64::pytorch-1.13.0.dev20220908-py3.8_0
  139. requests pkgs/main/osx-64::requests-2.28.1-py38hecd8cb5_0
  140. six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1
  141. torchaudio pytorch-nightly/osx-64::torchaudio-0.13.0.dev20220908-py38_cpu
  142. torchvision pytorch-nightly/osx-64::torchvision-0.14.0.dev20220909-py38_cpu
  143. typing_extensions pkgs/main/osx-64::typing_extensions-4.3.0-py38hecd8cb5_0
  144. urllib3 pkgs/main/osx-64::urllib3-1.26.11-py38hecd8cb5_0
  145. x264 pkgs/main/osx-64::x264-1!157.20191217-h1de35cc_0
  146. zstd pkgs/main/osx-64::zstd-1.5.2-hcb37349_0
  147.  
  148.  
  149. Proceed ([y]/n)? y
  150.  
  151. Preparing transaction: done
  152. Verifying transaction: done
  153. Executing transaction: done
  154. Retrieving notices: ...working... done
  155. (ml) Mate@Mates-MBP16 FahimGUI % conda install transformers
  156. Collecting package metadata (current_repodata.json): done
  157. Solving environment: done
  158.  
  159. ## Package Plan ##
  160.  
  161. environment location: /Users/Mate/Programming/Conda/miniconda3/envs/ml
  162.  
  163. added / updated specs:
  164. - transformers
  165.  
  166.  
  167. The following NEW packages will be INSTALLED:
  168.  
  169. click pkgs/main/osx-64::click-8.0.4-py38hecd8cb5_0
  170. filelock pkgs/main/noarch::filelock-3.6.0-pyhd3eb1b0_0
  171. huggingface_hub pkgs/main/noarch::huggingface_hub-0.2.1-pyhd3eb1b0_0
  172. importlib-metadata pkgs/main/osx-64::importlib-metadata-4.11.3-py38hecd8cb5_0
  173. importlib_metadata pkgs/main/noarch::importlib_metadata-4.11.3-hd3eb1b0_0
  174. joblib pkgs/main/noarch::joblib-1.1.0-pyhd3eb1b0_0
  175. packaging pkgs/main/noarch::packaging-21.3-pyhd3eb1b0_0
  176. pyparsing pkgs/main/osx-64::pyparsing-3.0.9-py38hecd8cb5_0
  177. pyyaml pkgs/main/osx-64::pyyaml-6.0-py38hca72f7f_1
  178. regex pkgs/main/osx-64::regex-2022.7.9-py38hca72f7f_0
  179. sacremoses pkgs/main/noarch::sacremoses-0.0.43-pyhd3eb1b0_0
  180. tokenizers pkgs/main/osx-64::tokenizers-0.11.4-py38h8776b5c_1
  181. tqdm pkgs/main/osx-64::tqdm-4.64.0-py38hecd8cb5_0
  182. transformers pkgs/main/osx-64::transformers-4.18.0-py38hecd8cb5_0
  183. typing-extensions pkgs/main/osx-64::typing-extensions-4.3.0-py38hecd8cb5_0
  184. yaml pkgs/main/osx-64::yaml-0.2.5-haf1e3a3_0
  185. zipp pkgs/main/osx-64::zipp-3.8.0-py38hecd8cb5_0
  186.  
  187.  
  188. Proceed ([y]/n)? y
  189.  
  190. Preparing transaction: done
  191. Verifying transaction: done
  192. Executing transaction: done
  193. Retrieving notices: ...working... done
  194. (ml) Mate@Mates-MBP16 FahimGUI % conda install -c conda-forge diffusers
  195. Collecting package metadata (current_repodata.json): done
  196. Solving environment: done
  197.  
  198. ## Package Plan ##
  199.  
  200. environment location: /Users/Mate/Programming/Conda/miniconda3/envs/ml
  201.  
  202. added / updated specs:
  203. - diffusers
  204.  
  205.  
  206. The following NEW packages will be INSTALLED:
  207.  
  208. diffusers conda-forge/noarch::diffusers-0.3.0-pyhd8ed1ab_0
  209.  
  210. The following packages will be UPDATED:
  211.  
  212. certifi pkgs/main/osx-64::certifi-2022.6.15-p~ --> conda-forge/noarch::certifi-2022.6.15.1-pyhd8ed1ab_0
  213.  
  214. The following packages will be SUPERSEDED by a higher-priority channel:
  215.  
  216. ca-certificates pkgs/main::ca-certificates-2022.07.19~ --> conda-forge::ca-certificates-2022.6.15.1-h033912b_0
  217. openssl pkgs/main::openssl-1.1.1q-hca72f7f_0 --> conda-forge::openssl-1.1.1q-hfe4f2af_0
  218.  
  219.  
  220. Proceed ([y]/n)? y
  221.  
  222. Preparing transaction: done
  223. Verifying transaction: done
  224. Executing transaction: done
  225. Retrieving notices: ...working... done
  226. (ml) Mate@Mates-MBP16 FahimGUI % conda install fastcore
  227. Collecting package metadata (current_repodata.json): done
  228. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  229. Collecting package metadata (repodata.json): done
  230. Solving environment: failed with initial frozen solve. Retrying with flexible solve.
  231.  
  232. PackagesNotFoundError: The following packages are not available from current channels:
  233.  
  234. - fastcore
  235.  
  236. Current channels:
  237.  
  238. - https://repo.anaconda.com/pkgs/main/osx-64
  239. - https://repo.anaconda.com/pkgs/main/noarch
  240. - https://repo.anaconda.com/pkgs/r/osx-64
  241. - https://repo.anaconda.com/pkgs/r/noarch
  242.  
  243. To search for alternate channels that may provide the conda package you're
  244. looking for, navigate to
  245.  
  246. https://anaconda.org
  247.  
  248. and use the search bar at the top of the page.
  249.  
  250.  
  251. (ml) Mate@Mates-MBP16 FahimGUI % conda install ftfy
  252. Collecting package metadata (current_repodata.json): done
  253. Solving environment: done
  254.  
  255. ## Package Plan ##
  256.  
  257. environment location: /Users/Mate/Programming/Conda/miniconda3/envs/ml
  258.  
  259. added / updated specs:
  260. - ftfy
  261.  
  262.  
  263. The following NEW packages will be INSTALLED:
  264.  
  265. ftfy pkgs/main/noarch::ftfy-5.8-py_0
  266. wcwidth pkgs/main/noarch::wcwidth-0.2.5-pyhd3eb1b0_0
  267.  
  268. The following packages will be UPDATED:
  269.  
  270. ca-certificates conda-forge::ca-certificates-2022.6.1~ --> pkgs/main::ca-certificates-2022.07.19-hecd8cb5_0
  271.  
  272. The following packages will be SUPERSEDED by a higher-priority channel:
  273.  
  274. certifi conda-forge/noarch::certifi-2022.6.15~ --> pkgs/main/osx-64::certifi-2022.6.15-py38hecd8cb5_0
  275. openssl conda-forge::openssl-1.1.1q-hfe4f2af_0 --> pkgs/main::openssl-1.1.1q-hca72f7f_0
  276.  
  277.  
  278. Proceed ([y]/n)? y
  279.  
  280. Preparing transaction: done
  281. Verifying transaction: done
  282. Executing transaction: done
  283. Retrieving notices: ...working... done
  284. (ml) Mate@Mates-MBP16 FahimGUI % brew install git git-lfs
  285. Error: git: Invalid bottle tag symbol
  286. (ml) Mate@Mates-MBP16 FahimGUI % git clone https://github.com/FahimF/sd-gui.git
  287. Cloning into 'sd-gui'...
  288. remote: Enumerating objects: 17, done.
  289. remote: Counting objects: 100% (17/17), done.
  290. remote: Compressing objects: 100% (11/11), done.
  291. remote: Total 17 (delta 4), reused 17 (delta 4), pack-reused 0
  292. Receiving objects: 100% (17/17), 815.15 KiB | 6.63 MiB/s, done.
  293. Resolving deltas: 100% (4/4), done.
  294. (ml) Mate@Mates-MBP16 FahimGUI % cd sd-gui
  295. (ml) Mate@Mates-MBP16 sd-gui % git clone https://huggingface.co/CompVis/stable-diffusion-v1-4
  296. Cloning into 'stable-diffusion-v1-4'...
  297. remote: Enumerating objects: 617, done.
  298. remote: Counting objects: 100% (617/617), done.
  299. remote: Compressing objects: 100% (606/606), done.
  300. remote: Total 617 (delta 63), reused 497 (delta 5), pack-reused 0
  301. Receiving objects: 100% (617/617), 668.73 KiB | 1.37 MiB/s, done.
  302. Resolving deltas: 100% (63/63), done.
  303. git-lfs smudge 'safety_checker/pytorch_model.bin': git-lfs: command not found
  304. error: external filter 'git-lfs smudge %f' failed 127
  305. error: external filter 'git-lfs smudge %f' failed
  306. fatal: safety_checker/pytorch_model.bin: smudge filter lfs failed
  307. warning: Clone succeeded, but checkout failed.
  308. You can inspect what was checked out with 'git status'
  309. and retry with 'git restore --source=HEAD :/'
  310.  
  311. (ml) Mate@Mates-MBP16 sd-gui % python gui.py
  312. Traceback (most recent call last):
  313. File "gui.py", line 9, in <module>
  314. from diffusers import StableDiffusionPipeline
  315. File "/Users/Mate/Programming/Conda/miniconda3/envs/ml/lib/python3.8/site-packages/diffusers/__init__.py", line 12, in <module>
  316. from .configuration_utils import ConfigMixin
  317. File "/Users/Mate/Programming/Conda/miniconda3/envs/ml/lib/python3.8/site-packages/diffusers/configuration_utils.py", line 26, in <module>
  318. from huggingface_hub.utils import EntryNotFoundError, RepositoryNotFoundError, RevisionNotFoundError
  319. ImportError: cannot import name 'EntryNotFoundError' from 'huggingface_hub.utils' (/Users/Mate/Programming/Conda/miniconda3/envs/ml/lib/python3.8/site-packages/huggingface_hub/utils/__init__.py)
  320. (ml) Mate@Mates-MBP16 sd-gui %
  321.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement