Closed visualhippocracy closed 1 year ago
You can try to install it via the tab 'Available'
It still says:
*** Error loading script: reactor_api.py
Traceback (most recent call last):
File "I:\Super SD 2.0\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "I:\Super SD 2.0\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "
*** Error loading script: reactor_faceswap.py
Traceback (most recent call last):
File "I:\Super SD 2.0\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "I:\Super SD 2.0\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "
*** Error loading script: reactor_swapper.py
Traceback (most recent call last):
File "I:\Super SD 2.0\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "I:\Super SD 2.0\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "
Even after a manual pip install of the requirements.txt
ModuleNotFoundError: No module named 'insightface'
https://github.com/Gourieff/sd-webui-reactor#insightfacebuild
First, confirm
What happened?
I'm getting this error when installing. Git is properly installed, and is available in environment variables as well. I can also install other extensions with git only this is giving a problem
Error Message:] [--] [] -v, --verbose be more verbose -q, --quiet be more quiet --progress force progress reporting -n, --no-checkout don't create a checkout --bare create a bare repository --mirror create a mirror repository (implies bare) -l, --local to clone from a local repository --no-hardlinks don't use local hardlinks, always copy -s, --shared setup as shared repository --recurse-submodules[=] initialize submodules in the clone -j, --jobs number of submodules cloned in parallel --template directory from which templates will be used --reference reference repository --reference-if-able reference repository --dissociate use --reference only while cloning -o, --origin use instead of 'origin' to track upstream -b, --branch checkout instead of the remote's HEAD -u, --upload-pack path to git-upload-pack on the remote --depth create a shallow clone of that depth --shallow-since
GitCommandError: Cmd('git') failed due to: exit code(129) cmdline: git clone -v --filter=blob:none -- git clone https://github.com/Gourieff/sd-webui-reactor C:\Users\Dhruv\SDXL\webui\tmp\sd-webui-reactor stderr: 'error: unknown option
filter=blob:none' usage: git clone [Steps to reproduce the problem
Sysinfo
{ "Platform": "Windows-10-10.0.18362-SP0", "Python": "3.10.9", "Version": "v1.6.0", "Commit": "5ef669de080814067961f28357256e8fe27544f4", "Script path": "C:\Users\Dhruv\SDXL\webui", "Data path": "C:\Users\Dhruv\SDXL\webui", "Extensions dir": "C:\Users\Dhruv\SDXL\webui\extensions", "Checksum": "4785549f167b788878a463109540372ab9006b535464f3ba183997db18578d3a", "Commandline": [ "launch.py", "--medvram", "--no-half-vae", "--opt-sdp-attention", "--xformers", "--api" ], "Torch env info": { "torch_version": "2.0.1+cu118", "is_debug_build": "False", "cuda_compiled_version": "11.8", "gcc_version": null, "clang_version": null, "cmake_version": null, "os": "Microsoft Windows 10 Pro", "libc_version": "N/A", "python_version": "3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] (64-bit runtime)", "python_platform": "Windows-10-10.0.18362-SP0", "is_cuda_available": "True", "cuda_runtime_version": "11.0.194\r", "cuda_module_loading": "LAZY", "nvidia_driver_version": "516.94", "nvidia_gpu_models": "GPU 0: NVIDIA GeForce GTX 1080", "cudnn_version": null, "pip_version": "pip3", "pip_packages": [ "numpy==1.23.5", "open-clip-torch==2.20.0", "pytorch-lightning==1.9.4", "torch==2.0.1+cu118", "torchdiffeq==0.2.3", "torchmetrics==1.2.0", "torchsde==0.2.5", "torchvision==0.15.2+cu118" ], "conda_packages": null, "hip_compiled_version": "N/A", "hip_runtime_version": "N/A", "miopen_runtime_version": "N/A", "caching_allocator_config": "", "is_xnnpack_available": "True", "cpu_info": [ "Architecture=9", "CurrentClockSpeed=3400", "DeviceID=CPU0", "Family=107", "L2CacheSize=4096", "L2CacheSpeed=", "Manufacturer=AuthenticAMD", "MaxClockSpeed=3400", "Name=AMD Ryzen 7 1700X Eight-Core Processor ", "ProcessorType=3", "Revision=257" ] }, "Exceptions": [ { "exception": "Cmd('git') failed due to: exit code(129)\n cmdline: git clone -v --filter=blob:none -- git clone https://github.com/Gourieff/sd-webui-reactor C:\Users\Dhruv\SDXL\webui\tmp\sd-webui-reactor\n stderr: 'error: unknown option] [--] []\n\n -v, --verbose be more verbose\n -q, --quiet be more quiet\n --progress force progress reporting\n -n, --no-checkout don't create a checkout\n --bare create a bare repository\n --mirror create a mirror repository (implies bare)\n -l, --local to clone from a local repository\n --no-hardlinks don't use local hardlinks, always copy\n -s, --shared setup as shared repository\n --recurse-submodules[=]\n initialize submodules in the clone\n -j, --jobs number of submodules cloned in parallel\n --template \n directory from which templates will be used\n --reference reference repository\n --reference-if-able \n reference repository\n --dissociate use --reference only while cloning\n -o, --origin use instead of 'origin' to track upstream\n -b, --branch \n checkout instead of the remote's HEAD\n -u, --upload-pack \n path to git-upload-pack on the remote\n --depth create a shallow clone of that depth\n --shallow-since
filter=blob:none'\nusage: git clone [<options>] [--] <repo> [<dir>]\n\n -v, --verbose be more verbose\n -q, --quiet be more quiet\n --progress force progress reporting\n -n, --no-checkout don't create a checkout\n --bare create a bare repository\n --mirror create a mirror repository (implies bare)\n -l, --local to clone from a local repository\n --no-hardlinks don't use local hardlinks, always copy\n -s, --shared setup as shared repository\n --recurse-submodules[=<pathspec>]\n initialize submodules in the clone\n -j, --jobs <n> number of submodules cloned in parallel\n --template <template-directory>\n directory from which templates will be used\n --reference <repo> reference repository\n --reference-if-able <repo>\n reference repository\n --dissociate use --reference only while cloning\n -o, --origin <name> use <name> instead of 'origin' to track upstream\n -b, --branch <branch>\n checkout <branch> instead of the remote's HEAD\n -u, --upload-pack <path>\n path to git-upload-pack on the remote\n --depth <depth> create a shallow clone of that depth\n --shallow-since <time>\n create a shallow clone since a specific time\n --shallow-exclude <revision>\n deepen history of shallow clone, excluding rev\n --single-branch clone only one branch, HEAD or --branch\n --no-tags don't clone any tags, and make later fetches not to follow them\n --shallow-submodules any cloned submodules will be shallow\n --separate-git-dir <gitdir>\n separate git dir from working tree\n -c, --config <key=value>\n set config inside the new repository\n -4, --ipv4 use IPv4 addresses only\n -6, --ipv6 use IPv6 addresses only\n\n'", "traceback": [ [ "C:\\Users\\Dhruv\\SDXL\\webui\\modules\\call_queue.py, line 57, f", "res = list(func(*args, **kwargs))" ], [ "C:\\Users\\Dhruv\\SDXL\\webui\\modules\\ui_extensions.py, line 638, <lambda>", "fn=modules.ui.wrap_gradio_call(lambda *args: [gr.update(), *install_extension_from_url(*args)], extra_outputs=[gr.update(), gr.update()])," ], [ "C:\\Users\\Dhruv\\SDXL\\webui\\modules\\ui_extensions.py, line 367, install_extension_from_url", "with git.Repo.clone_from(url, tmpdir, filter=['blob:none']) as repo:" ], [ "C:\\Users\\Dhruv\\SDXL\\webui\\venv\\lib\\site-packages\\git\\repo\\base.py, line 1327, clone_from", "return cls._clone(" ], [ "C:\\Users\\Dhruv\\SDXL\\webui\\venv\\lib\\site-packages\\git\\repo\\base.py, line 1236, _clone", "finalize_process(proc, stderr=stderr)" ], [ "C:\\Users\\Dhruv\\SDXL\\webui\\venv\\lib\\site-packages\\git\\util.py, line 419, finalize_process", "proc.wait(**kwargs)" ], [ "C:\\Users\\Dhruv\\SDXL\\webui\\venv\\lib\\site-packages\\git\\cmd.py, line 604, wait", "raise GitCommandError(remove_password_if_present(self.args), status, errstr)" ] ] }, { "exception": "Cmd('git') failed due to: exit code(129)\n cmdline: git clone -v --filter=blob:none -- https://github.com/Gourieff/sd-webui-reactor.git C:\\Users\\Dhruv\\SDXL\\webui\\tmp\\sd-webui-reactor\n stderr: 'error: unknown option
filter=blob:none'\nusage: git clone [Relevant console log
Additional information
No response