国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

最強(qiáng) AI 繪畫工具——Stable Diffusion超詳細(xì)教程

2023-02-17 23:36 作者:CEzio  | 我要投稿

venv "CEzio\Scripts\Python.exe"

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug?1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]

Commit hash: 3715ece0adce7bf7c5e9c5ab3710b2fdc3848f39

Installing gfpgan

Traceback (most recent call last):

?File "D:\AI\stable-diffusion-webui\launch.py", line 360, in <module>

??prepare_environment()

?File "D:\AI\stable-diffusion-webui\launch.py", line 275, in prepare_environment

??run_pip(f"install {gfpgan_package}", "gfpgan")

?File "D:\AI\stable-diffusion-webui\launch.py", line 137, in run_pip

??return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")

?File "D:\AI\stable-diffusion-webui\launch.py", line 105, in run

??raise RuntimeError(message)

RuntimeError: Couldn't install gfpgan.

Command: "D:\AI\stable-diffusion-webui\CEzio\Scripts\python.exe" -m pip install git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 --prefer-binary

Error code: 2

stdout: Collecting git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379

?Cloning https://github.com/TencentARC/GFPGAN.git (to revision 8d2447a2d918f8eba5a4a01463fd48e45126a379) to c:\users\lzm77\appdata\local\temp\pip-req-build-_5dqpxuz

?Resolved https://github.com/TencentARC/GFPGAN.git to commit 8d2447a2d918f8eba5a4a01463fd48e45126a379

?Preparing metadata (setup.py): started

?Preparing metadata (setup.py): finished with status 'done'

Collecting basicsr>=1.4.2

?Using cached basicsr-1.4.2.tar.gz (172 kB)

?Preparing metadata (setup.py): started

?Preparing metadata (setup.py): finished with status 'done'

Collecting facexlib>=0.2.5

?Using cached facexlib-0.2.5-py3-none-any.whl (59 kB)

Collecting lmdb

?Using cached lmdb-1.4.0-cp310-cp310-win_amd64.whl (100 kB)

Requirement already satisfied: numpy in d:\ai\stable-diffusion-webui\cezio\lib\site-packages (from gfpgan==1.3.5) (1.24.2)

Collecting opencv-python

?Downloading opencv_python-4.7.0.68-cp37-abi3-win_amd64.whl (38.2 MB)

???????????????????????0.3/38.2 MB 24.1 kB/s eta 0:26:11


stderr:??Running command git clone --filter=blob:none --quiet https://github.com/TencentARC/GFPGAN.git 'C:\Users\lzm77\AppData\Local\Temp\pip-req-build-_5dqpxuz'

?Running command git rev-parse -q --verify 'sha^8d2447a2d918f8eba5a4a01463fd48e45126a379'

?Running command git fetch -q https://github.com/TencentARC/GFPGAN.git 8d2447a2d918f8eba5a4a01463fd48e45126a379

?Running command git checkout -q 8d2447a2d918f8eba5a4a01463fd48e45126a379

ERROR: Exception:

Traceback (most recent call last):

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\urllib3\response.py", line 435, in _error_catcher

??yield

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\urllib3\response.py", line 516, in read

??data = self._fp.read(amt) if not fp_closed else b""

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 90, in read

??data = self.__fp.read(amt)

?File "C:\Users\lzm77\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 465, in read

??s = self.fp.read(amt)

?File "C:\Users\lzm77\AppData\Local\Programs\Python\Python310\lib\socket.py", line 705, in readinto

??return self._sock.recv_into(b)

?File "C:\Users\lzm77\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1274, in recv_into

??return self.read(nbytes, buffer)

?File "C:\Users\lzm77\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1130, in read

??return self._sslobj.read(len, buffer)

TimeoutError: The read operation timed out


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\cli\base_command.py", line 167, in exc_logging_wrapper

??status = run_func(*args)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\cli\req_command.py", line 247, in wrapper

??return func(self, options, args)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\commands\install.py", line 369, in run

??requirement_set = resolver.resolve(

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 92, in resolve

??result = self._result = resolver.resolve(

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 481, in resolve

??state = resolution.resolve(requirements, max_rounds=max_rounds)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 373, in resolve

??failure_causes = self._attempt_to_pin_criterion(name)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 213, in _attempt_to_pin_criterion

??criteria = self._get_updated_criteria(candidate)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 204, in _get_updated_criteria

??self._add_to_criteria(criteria, requirement, parent=candidate)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 172, in _add_to_criteria

??if not criterion.candidates:

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\resolvelib\structs.py", line 151, in __bool__

??return bool(self._sequence)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 155, in __bool__

??return any(self)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 143, in <genexpr>

??return (c for c in iterator if id(c) not in self._incompatible_ids)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 47, in _iter_built

??candidate = func()

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 206, in _make_candidate_from_link

??self._link_candidate_cache[link] = LinkCandidate(

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 297, in __init__

??super().__init__(

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 162, in __init__

??self.dist = self._prepare()

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 231, in _prepare

??dist = self._prepare_distribution()

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\resolution\resolvelib\candidates.py", line 308, in _prepare_distribution

??return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\operations\prepare.py", line 438, in prepare_linked_requirement

??return self._prepare_linked_requirement(req, parallel_builds)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\operations\prepare.py", line 483, in _prepare_linked_requirement

??local_file = unpack_url(

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\operations\prepare.py", line 165, in unpack_url

??file = get_http_url(

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\operations\prepare.py", line 106, in get_http_url

??from_path, content_type = download(link, temp_dir.path)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\network\download.py", line 147, in __call__

??for chunk in chunks:

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\cli\progress_bars.py", line 53, in _rich_progress_bar

??for chunk in iterable:

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_internal\network\utils.py", line 63, in response_chunks

??for chunk in response.raw.stream(

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\urllib3\response.py", line 573, in stream

??data = self.read(amt=amt, decode_content=decode_content)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\urllib3\response.py", line 509, in read

??with self._error_catcher():

?File "C:\Users\lzm77\AppData\Local\Programs\Python\Python310\lib\contextlib.py", line 153, in __exit__

??self.gen.throw(typ, value, traceback)

?File "D:\AI\stable-diffusion-webui\CEzio\lib\site-packages\pip\_vendor\urllib3\response.py", line 440, in _error_catcher

??raise ReadTimeoutError(self._pool, None, "Read timed out.")

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.


[notice] A new release of pip available: 22.2.1 -> 23.0

[notice] To update, run: D:\AI\stable-diffusion-webui\CEzio\Scripts\python.exe -m pip install --upgrade pip




這個(gè)怎么解決啊

最強(qiáng) AI 繪畫工具——Stable Diffusion超詳細(xì)教程的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國家法律
营口市| 大理市| 温泉县| 托克逊县| 婺源县| 深水埗区| 玉田县| 石景山区| 深泽县| 化隆| 理塘县| 河源市| 淮北市| 绥化市| 浑源县| 阿克苏市| 固镇县| 卢龙县| 耒阳市| 含山县| 浙江省| 普洱| 泸溪县| 辽宁省| 麻阳| 巴南区| 景德镇市| 建水县| 繁昌县| 汝城县| 涞源县| 临武县| 三台县| 杭锦后旗| 永胜县| 安图县| 苍溪县| 昌平区| 潍坊市| 德钦县| 河间市|