Уважаемые меньшинства, помогите решить проблему.Решил приобщиться к нейротяночкам по этой инструкции, при запуске выдает ошибку. Чего только не делал. Даже анаконду ставил и пытался через неё отдельно этот torch установить, но ничего не выходитю
Подробнее
1 m C:\WINDOWS\system32\cmd.exe - □ X venv ”C:\UsGrs\mnocard\source\repos\stablG-diffusion-wGbui\vGnv\Scripts\Python.gxg" Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)] Commit hash: 30blbcc64G67ad50c5d3af3a6fGlbdlG9553f34G Installing torch and torchvision TracGback (most recent call last): File "C:\Users\mnocard\source\repos\stable-diffusion-webui\launch.py", line 251, in <module> prepare_enviroment() File "C:\Users\mnocard\sourcG\rGpos\stablG-diffusion-wGbui\launch.py", line 169, in prepare_enviroment run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch") File "C:\Users\mnocard\source\repos\stable-diffusion-webui\launch.py", line 34, in run raise RuntimeError(message) RuntimeError: Couldn't install torch. Command: "C:\Users\mnocard\source\repos\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==l.12.1+cul 13 torchvision==0.13.1+cull3 --extra-index-url https://download.pytorch.org/whl/cull3 Error code: 1 stdout: Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cull3 stderr: ERROR: Could not find a version that satisfies the requirement torch==l.12.l+cull3 (from versions: none) ERROR: No matching distribution found for torch==l.12.l+cull3 A/ia npoAO/i»:GHMfl HaxMMTe /ito6yto K/iaBMiuy . . . «
Stable diffusion,нейросети,NovelAI,пидоры помогите,реактор помоги
Еще на тему
Commit hash: 30b1bcc64e67ad50c5d3af3a6fe1bd1e9553f34e
Fetching updates for Taming Transformers...
Checking out commit for Taming Transformers with hash: 24268930bf1dce879235a7fddd0b2355b84d7ea6...
Traceback (most recent call last):
File "C:\Users\mnocard\source\repos\stable-diffusion-webui\launch.py", line 251, in
prepare_enviroment()
File "C:\Users\mnocard\source\repos\stable-diffusion-webui\launch.py", line 201, in prepare_enviroment
git_clone(taming_transformers_repo, repo_dir('taming-transformers'), "Taming Transformers", taming_transformers_commit_hash)
File "C:\Users\mnocard\source\repos\stable-diffusion-webui\launch.py", line 82, in git_clone
run(f'"{git}" -C {dir} checkout {commithash}', f"Checking out commit for {name} with hash: {commithash}...", f"Couldn't checkout commit {commithash} for {name}")
File "C:\Users\mnocard\source\repos\stable-diffusion-webui\launch.py", line 34, in run
raise RuntimeError(message)
RuntimeError: Couldn't checkout commit 24268930bf1dce879235a7fddd0b2355b84d7ea6 for Taming Transformers.
Command: "git" -C repositories\taming-transformers checkout 24268930bf1dce879235a7fddd0b2355b84d7ea6
Error code: 128
stdout:
stderr: fatal: reference is not a tree: 24268930bf1dce879235a7fddd0b2355b84d7ea6
Спасибо.
https://joyreactor.cc/post/5322597
План такой:
1. Ставишь анаконду версии 3 и переходишь в этот venv
https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment
2. Ствишь либу cuda. Запрос в гугле conda install cuda. Вот первая статья:
https://anaconda.org/anaconda/cudatoolkit
3. Ставишь торч через анаконду.
https://anaconda.org/pytorch/pytorch
4. Пробуешь запустить свой дифьюжн
5. Если руки из прямого места, можно и свой написать на любом фреймворке. Вот тут работающая теория и выкладки, но кода нет. Тем не менее, получилось повторить результаты своими силами на MNIST. Тут оригинал
https://iterative-refinement.github.io/