venv "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\Scripts\Python.exe" Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)] Version: Commit hash: Installing requirements No module 'xformers'. Proceeding without it. If submitting an issue on github, please provide the full startup log for debugging purposes. Initializing Dreambooth Dreambooth revision: 926ae204ef5de17efca2059c334b6098492a0641 Successfully installed fastapi-0.94.1 gitpython-3.1.31 google-auth-oauthlib-0.4.6 requests-2.30.0 transformers-4.26.1 Does your project take forever to startup? Repetitive dependency installation may be the reason. Automatic1111's base project sets strict requirements on outdated dependencies. If an extension is using a newer version, the dependency is uninstalled and reinstalled twice every startup. [!] xformers NOT installed. [+] torch version 2.0.1+cu118 installed. [+] torchvision version 0.15.2+cu118 installed. [+] accelerate version 0.18.0 installed. [+] diffusers version 0.14.0 installed. [+] transformers version 4.26.1 installed. [+] bitsandbytes version 0.35.4 installed. Launching Web UI with arguments: No module 'xformers'. Proceeding without it. Civitai Helper: Get Custom Model Folder Civitai Helper: Load setting from: C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\extensions\Stable-Diffusion-Webui-Civitai-Helper\setting.json Civitai Helper: No setting file, use default Installing openmim Installing mmcv-full Error loading script: ddetailer.py Traceback (most recent call last): File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\scripts.py", line 257, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\script_loading.py", line 11, in load_module module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\extensions\ddetailer\scripts\ddetailer.py", line 61, in startup() File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\extensions\ddetailer\scripts\ddetailer.py", line 49, in startup run(f'"{python}" -m mim install mmcv-full', desc=f"Installing mmcv-full", errdesc=f"Couldn't install mmcv-full") File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\launch.py", line 111, in run raise RuntimeError(message) RuntimeError: Couldn't install mmcv-full. Command: "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\Scripts\python.exe" -m mim install mmcv-full Error code: 1 stdout: Looking in links: https://download.openmmlab.com/mmcv/dist/cu118/torch2.0.0/index.html Collecting mmcv-full Using cached mmcv-full-1.7.1.tar.gz (605 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: addict in c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages (from mmcv-full) (2.4.0) Requirement already satisfied: numpy in c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages (from mmcv-full) (1.23.5) Requirement already satisfied: packaging in c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages (from mmcv-full) (23.1) Requirement already satisfied: Pillow in c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages (from mmcv-full) (9.4.0) Requirement already satisfied: pyyaml in c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages (from mmcv-full) (6.0) Requirement already satisfied: yapf in c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages (from mmcv-full) (0.33.0) Requirement already satisfied: regex in c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages (from mmcv-full) (2023.5.5) Requirement already satisfied: tomli>=2.0.1 in c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages (from yapf->mmcv-full) (2.0.1) Building wheels for collected packages: mmcv-full Building wheel for mmcv-full (setup.py): started Building wheel for mmcv-full (setup.py): finished with status 'error' Running setup.py clean for mmcv-full Failed to build mmcv-full Installing collected packages: mmcv-full Running setup.py install for mmcv-full: started Running setup.py install for mmcv-full: finished with status 'error' stderr: WARNING: Ignoring invalid distribution -rotobuf (c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages) WARNING: Ignoring invalid distribution -rotobuf (c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages) error: subprocess-exited-with-error python setup.py bdist_wheel did not run successfully. exit code: 1 [1260 lines of output] running bdist_wheel C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\utils\cpp_extension.py:476: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend. warnings.warn(msg.format('we could not find ninja.')) running build running build_py creating build creating build\lib.win-amd64-cpython-310 creating build\lib.win-amd64-cpython-310\mmcv copying mmcv\version.py -> build\lib.win-amd64-cpython-310\mmcv copying mmcv\__init__.py -> build\lib.win-amd64-cpython-310\mmcv creating build\lib.win-amd64-cpython-310\mmcv\arraymisc copying mmcv\arraymisc\quantization.py -> build\lib.win-amd64-cpython-310\mmcv\arraymisc copying mmcv\arraymisc\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\arraymisc creating build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\alexnet.py -> build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\builder.py -> build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\resnet.py -> build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\vgg.py -> build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\cnn creating build\lib.win-amd64-cpython-310\mmcv\device copying mmcv\device\scatter_gather.py -> build\lib.win-amd64-cpython-310\mmcv\device copying mmcv\device\utils.py -> build\lib.win-amd64-cpython-310\mmcv\device copying mmcv\device\_functions.py -> build\lib.win-amd64-cpython-310\mmcv\device copying mmcv\device\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device creating build\lib.win-amd64-cpython-310\mmcv\engine copying mmcv\engine\test.py -> build\lib.win-amd64-cpython-310\mmcv\engine copying mmcv\engine\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\engine creating build\lib.win-amd64-cpython-310\mmcv\fileio copying mmcv\fileio\file_client.py -> build\lib.win-amd64-cpython-310\mmcv\fileio copying mmcv\fileio\io.py -> build\lib.win-amd64-cpython-310\mmcv\fileio copying mmcv\fileio\parse.py -> build\lib.win-amd64-cpython-310\mmcv\fileio copying mmcv\fileio\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\fileio creating build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\colorspace.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\geometric.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\io.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\misc.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\photometric.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\image creating build\lib.win-amd64-cpython-310\mmcv\onnx copying mmcv\onnx\info.py -> build\lib.win-amd64-cpython-310\mmcv\onnx copying mmcv\onnx\symbolic.py -> build\lib.win-amd64-cpython-310\mmcv\onnx copying mmcv\onnx\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\onnx creating build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\active_rotated_filter.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\assign_score_withk.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\ball_query.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\bbox.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\border_align.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\box_iou_quadri.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\box_iou_rotated.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\carafe.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\cc_attention.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\chamfer_distance.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\contour_expand.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\convex_iou.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\corner_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\correlation.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\deform_conv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\deform_roi_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\deprecated_wrappers.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\diff_iou_rotated.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\focal_loss.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\furthest_point_sample.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\fused_bias_leakyrelu.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\gather_points.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\group_points.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\info.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\iou3d.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\knn.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\masked_conv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\merge_cells.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\min_area_polygons.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\modulated_deform_conv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\multi_scale_deform_attn.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\nms.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\pixel_group.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\points_in_boxes.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\points_in_polygons.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\points_sampler.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\point_sample.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\prroi_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\psa_mask.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\riroi_align_rotated.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roiaware_pool3d.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roipoint_pool3d.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roi_align.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roi_align_rotated.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roi_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\rotated_feature_align.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\saconv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\scatter_points.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_conv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_functional.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_modules.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_ops.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_structure.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sync_bn.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\three_interpolate.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\three_nn.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\tin_shift.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\upfirdn2d.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\voxelize.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\ops creating build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\collate.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\data_container.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\data_parallel.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\distributed.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\distributed_deprecated.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\registry.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\utils.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\_functions.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\parallel creating build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\base_module.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\base_runner.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\builder.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\checkpoint.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\default_constructor.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\dist_utils.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\epoch_based_runner.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\fp16_utils.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\iter_based_runner.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\log_buffer.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\priority.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\utils.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\runner creating build\lib.win-amd64-cpython-310\mmcv\tensorrt copying mmcv\tensorrt\init_plugins.py -> build\lib.win-amd64-cpython-310\mmcv\tensorrt copying mmcv\tensorrt\preprocess.py -> build\lib.win-amd64-cpython-310\mmcv\tensorrt copying mmcv\tensorrt\tensorrt_utils.py -> build\lib.win-amd64-cpython-310\mmcv\tensorrt copying mmcv\tensorrt\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\tensorrt creating build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\config.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\device_type.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\env.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\ext_loader.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\hub.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\logging.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\misc.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\parrots_jit.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\parrots_wrapper.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\path.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\progressbar.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\registry.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\seed.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\testing.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\timer.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\torch_ops.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\trace.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\version_utils.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\utils creating build\lib.win-amd64-cpython-310\mmcv\video copying mmcv\video\io.py -> build\lib.win-amd64-cpython-310\mmcv\video copying mmcv\video\optflow.py -> build\lib.win-amd64-cpython-310\mmcv\video copying mmcv\video\processing.py -> build\lib.win-amd64-cpython-310\mmcv\video copying mmcv\video\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\video creating build\lib.win-amd64-cpython-310\mmcv\visualization copying mmcv\visualization\color.py -> build\lib.win-amd64-cpython-310\mmcv\visualization copying mmcv\visualization\image.py -> build\lib.win-amd64-cpython-310\mmcv\visualization copying mmcv\visualization\optflow.py -> build\lib.win-amd64-cpython-310\mmcv\visualization copying mmcv\visualization\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\visualization creating build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\activation.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\context_block.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\conv.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\conv2d_adaptive_padding.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\conv_module.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\conv_ws.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\depthwise_separable_conv_module.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\drop.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\generalized_attention.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\hsigmoid.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\hswish.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\non_local.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\norm.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\padding.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\plugin.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\registry.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\scale.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\swish.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\transformer.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\upsample.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\wrappers.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks creating build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch copying mmcv\cnn\rfsearch\operator.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch copying mmcv\cnn\rfsearch\search.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch copying mmcv\cnn\rfsearch\utils.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch copying mmcv\cnn\rfsearch\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch creating build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\flops_counter.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\fuse_conv_bn.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\sync_bn.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\weight_init.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils creating build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\dataloader.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\hierarchical_data_manager.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\hook_wrapper.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\model_wrapper.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\runner.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\utils.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu creating build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\data_parallel.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\distributed.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\scatter_gather.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\_functions.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu creating build\lib.win-amd64-cpython-310\mmcv\device\mps copying mmcv\device\mps\data_parallel.py -> build\lib.win-amd64-cpython-310\mmcv\device\mps copying mmcv\device\mps\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device\mps creating build\lib.win-amd64-cpython-310\mmcv\device\npu copying mmcv\device\npu\data_parallel.py -> build\lib.win-amd64-cpython-310\mmcv\device\npu copying mmcv\device\npu\distributed.py -> build\lib.win-amd64-cpython-310\mmcv\device\npu copying mmcv\device\npu\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device\npu creating build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\base.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\json_handler.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\pickle_handler.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\yaml_handler.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers creating build\lib.win-amd64-cpython-310\mmcv\onnx\onnx_utils copying mmcv\onnx\onnx_utils\symbolic_helper.py -> build\lib.win-amd64-cpython-310\mmcv\onnx\onnx_utils copying mmcv\onnx\onnx_utils\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\onnx\onnx_utils creating build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\checkpoint.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\closure.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\ema.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\evaluation.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\hook.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\iter_timer.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\lr_updater.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\memory.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\momentum_updater.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\optimizer.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\profiler.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\sampler_seed.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\sync_buffer.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks creating build\lib.win-amd64-cpython-310\mmcv\runner\optimizer copying mmcv\runner\optimizer\builder.py -> build\lib.win-amd64-cpython-310\mmcv\runner\optimizer copying mmcv\runner\optimizer\default_constructor.py -> build\lib.win-amd64-cpython-310\mmcv\runner\optimizer copying mmcv\runner\optimizer\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\runner\optimizer creating build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\base.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\clearml.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\dvclive.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\mlflow.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\neptune.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\pavi.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\segmind.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\tensorboard.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\text.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\wandb.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger running egg_info writing mmcv_full.egg-info\PKG-INFO writing dependency_links to mmcv_full.egg-info\dependency_links.txt writing requirements to mmcv_full.egg-info\requires.txt writing top-level names to mmcv_full.egg-info\top_level.txt reading manifest file 'mmcv_full.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 7: path 'mmcv/ops/csrc/' cannot end with '/' adding license file 'LICENSE' adding license file 'LICENSES.md' writing manifest file 'mmcv_full.egg-info\SOURCES.txt' C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.model_zoo' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.model_zoo' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.model_zoo' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.model_zoo' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.cuda' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.cuda' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.cuda' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.cuda' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.cuda.spconv' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.cuda.spconv' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.cuda.spconv' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.cuda.spconv' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.mlu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.mlu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.mlu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.mlu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.mps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.mps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.mps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.mps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.utils.spconv' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.utils.spconv' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.utils.spconv' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.utils.spconv' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.utils.spconv.spconv' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.utils.spconv.spconv' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.utils.spconv.spconv' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.utils.spconv.spconv' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.utils.spconv.tensorview' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.utils.spconv.tensorview' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.utils.spconv.tensorview' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.utils.spconv.tensorview' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.onnxruntime' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.onnxruntime' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.onnxruntime' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.onnxruntime' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.onnxruntime.cpu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.onnxruntime.cpu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.onnxruntime.cpu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.onnxruntime.cpu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.parrots' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.parrots' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.parrots' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.parrots' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.cpu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.cpu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.cpu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.cpu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.cuda' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.cuda' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.cuda' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.cuda' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.mlu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.mlu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.mlu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.mlu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.mps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.mps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.mps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.mps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.npu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.npu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.npu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.npu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.tensorrt' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.tensorrt' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.tensorrt' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.tensorrt' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.tensorrt.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.tensorrt.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.tensorrt.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.tensorrt.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build\lib.win-amd64-cpython-310\mmcv\model_zoo copying mmcv\model_zoo\deprecated.json -> build\lib.win-amd64-cpython-310\mmcv\model_zoo copying mmcv\model_zoo\mmcls.json -> build\lib.win-amd64-cpython-310\mmcv\model_zoo copying mmcv\model_zoo\open_mmlab.json -> build\lib.win-amd64-cpython-310\mmcv\model_zoo copying mmcv\model_zoo\torchvision_0.12.json -> build\lib.win-amd64-cpython-310\mmcv\model_zoo creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\box_iou_rotated_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\parrots_cpp_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\parrots_cuda_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_cpp_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_cuda_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_device_registry.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_mlu_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_npu_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\active_rotated_filter_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\assign_score_withk_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\ball_query_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\bbox_overlaps_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\border_align_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\box_iou_quadri_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\box_iou_rotated_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\carafe_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\carafe_naive_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\chamfer_distance_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\common_cuda_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\convex_iou_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\correlation_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\deform_conv_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\deform_roi_pool_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\diff_iou_rotated_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\furthest_point_sample_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\gather_points_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\group_points_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\iou3d_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\knn_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\masked_conv2d_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\min_area_polygons_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\modulated_deform_conv_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\ms_deform_attn_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\nms_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\nms_quadri_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\nms_rotated_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\parrots_cudawarpfunction.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\points_in_boxes_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\points_in_polygons_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\prroi_pool_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\psamask_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\riroi_align_rotated_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roi_align_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roi_align_rotated_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roi_pool_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roiaware_pool3d_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roipoint_pool3d_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\rotated_feature_align_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\scatter_points_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\sigmoid_focal_loss_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\softmax_focal_loss_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\stack_ball_query_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\stack_group_points_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\sync_bn_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\three_interpolate_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\three_nn_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\tin_shift_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\voxelization_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda\spconv copying mmcv\ops\csrc\common\cuda\spconv\indice.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda\spconv copying mmcv\ops\csrc\common\cuda\spconv\reordering.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda\spconv creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\carafe_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\common_mlu_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\iou3d_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\nms_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\psamask_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\roi_align_rotated_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSDevice.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSLibrary.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSLibrary.mm -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSStream.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSUtils.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv copying mmcv\ops\csrc\common\utils\spconv\paramsgrid.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv copying mmcv\ops\csrc\common\utils\spconv\prettyprint.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv copying mmcv\ops\csrc\common\utils\spconv\pybind11_utils.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\geometry.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\indice.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\maxpool.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\mp_helper.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\point2voxel.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\reordering.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\tensorview copying mmcv\ops\csrc\common\utils\spconv\tensorview\helper_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\tensorview copying mmcv\ops\csrc\common\utils\spconv\tensorview\helper_launch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\tensorview copying mmcv\ops\csrc\common\utils\spconv\tensorview\tensorview.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\tensorview creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\corner_pool.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\deform_conv.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\grid_sample.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\modulated_deform_conv.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\nms.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\onnxruntime_register.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\onnxruntime_session_options_config_keys.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\ort_mmcv_utils.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\reduce_ops.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\roi_align.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\roi_align_rotated.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\rotated_feature_align.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\soft_nms.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\corner_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\gridSample.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\onnxruntime_register.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\reduce_ops.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\roi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\rotated_feature_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\soft_nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\active_rotated_filter.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\active_rotated_filter_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\active_rotated_filter_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\assign_score_withk.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\assign_score_withk_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\assign_score_withk_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ball_query._parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ball_query.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ball_query_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\bbox_overlaps.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\bbox_overlaps_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\bbox_overlaps_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\border_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\border_align_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\border_align_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\box_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\box_iou_rotated_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\box_iou_rotated_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_naive.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_naive_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_naive_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\chamfer_distance.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\chamfer_distance_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\chamfer_distance_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\contour_expand.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\contour_expand_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\contour_expand_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\convex_iou.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\convex_iou_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\convex_iou_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\correlation.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\correlation_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\correlation_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\cudabind.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_conv_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_conv_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_roi_pool_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_roi_pool_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\diff_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\diff_iou_rotated_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\diff_iou_rotated_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\focal_loss.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\focal_loss_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\focal_loss_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\furthest_point_sample.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\furthest_point_sample_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\furthest_point_sample_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\fused_bias_leakyrelu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\fused_bias_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\gather_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\gather_points_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\gather_points_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\group_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\group_points_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\group_points_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\info.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\iou3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\iou3d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\iou3d_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\knn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\knn_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\knn_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\masked_conv2d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\masked_conv2d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\masked_conv2d_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\min_area_polygons.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\min_area_polygons_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\min_area_polygons_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\modulated_deform_conv_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\modulated_deform_conv_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ms_deform_attn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ms_deform_attn_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\nms_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\nms_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\nms_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\pixel_group.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\pixel_group_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\pixel_group_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_boxes.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_boxes_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_boxes_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_polygons.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_polygons_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_polygons_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\prroi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\prroi_pool_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\prroi_pool_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\psamask.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\psamask_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\psamask_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\riroi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\riroi_align_rotated_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\riroi_align_rotated_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_rotated_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_rotated_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_pool_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_pool_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roiaware_pool3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roiaware_pool3d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roiaware_pool3d_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roipoint_pool3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roipoint_pool3d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roipoint_pool3d_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\rotated_feature_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\rotated_feature_align_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\rotated_feature_align_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\sync_bn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\sync_bn_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\sync_bn_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_interpolate.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_interpolate_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_interpolate_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_nn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_nn_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_nn_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\tin_shift.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\tin_shift_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\tin_shift_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\upfirdn2d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\upfirdn2d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\voxelization.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\voxelization_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\voxelization_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\active_rotated_filter.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\assign_score_withk.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\ball_query.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\bbox_overlaps.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\border_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\box_iou_quadri.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\box_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\carafe.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\carafe_naive.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\chamfer_distance.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\contour_expand.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\convex_iou.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\correlation.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\deform_roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\diff_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\focal_loss.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\furthest_point_sample.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\fused_bias_leakyrelu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\fused_spconv_ops.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\gather_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\group_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\info.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\iou3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\knn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\masked_conv2d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\min_area_polygons.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\ms_deform_attn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\nms_quadri.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\nms_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\pixel_group.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\points_in_boxes.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\points_in_polygons.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\prroi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\psamask.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\pybind.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\riroi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roiaware_pool3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roipoint_pool3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\rotated_feature_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\scatter_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\sparse_pool_ops.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\spconv_ops.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\spconv_utils.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\sync_bn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\three_interpolate.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\three_nn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\tin_shift.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\upfirdn2d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\voxelization.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\active_rotated_filter.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\box_iou_quadri.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\box_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\nms_quadri.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\nms_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\pixel_group.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\points_in_boxes.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\psamask.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\roi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\rotated_feature_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\sparse_indice.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\sparse_maxpool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\sparse_reordering.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\voxelization.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\active_rotated_filter_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\assign_score_withk_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\ball_query_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\bbox_overlaps_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\border_align_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\box_iou_quadri_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\box_iou_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\carafe_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\carafe_naive_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\chamfer_distance_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\convex_iou.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\correlation_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\cudabind.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\deform_conv_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\deform_roi_pool_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\diff_iou_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\focal_loss_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\furthest_point_sample_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\fused_bias_leakyrelu_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\fused_spconv_ops_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\gather_points_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\group_points_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\iou3d_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\knn_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\masked_conv2d_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\min_area_polygons.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\modulated_deform_conv_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\ms_deform_attn_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\nms_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\nms_quadri_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\nms_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\points_in_boxes_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\points_in_polygons_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\prroi_pool_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\psamask_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\riroi_align_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roi_align_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roi_align_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roi_pool_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roiaware_pool3d_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roipoint_pool3d_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\rotated_feature_align_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\scatter_points_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sparse_indice.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sparse_maxpool.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sparse_pool_ops_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sparse_reordering.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\spconv_ops_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\stack_ball_query_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\stack_group_points_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sync_bn_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\three_interpolate_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\three_nn_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\tin_shift_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\upfirdn2d_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\voxelization_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\bbox_overlaps_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\carafe_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\deform_roi_pool_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\focal_loss_sigmoid_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\iou3d_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\masked_conv2d_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\ms_deform_attn_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\nms_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\psamask_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roi_align_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roi_align_rotated_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roi_pool_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roiaware_pool3d_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roipoint_pool3d_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\three_nn_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\tin_shift_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mps copying mmcv\ops\csrc\pytorch\mps\bbox_overlaps_mps.mm -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mps creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu copying mmcv\ops\csrc\pytorch\npu\deform_roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu copying mmcv\ops\csrc\pytorch\npu\focal_loss_npu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu copying mmcv\ops\csrc\pytorch\npu\fused_bias_leakyrelu_npu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu copying mmcv\ops\csrc\pytorch\npu\nms_npu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_corner_pool.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_cuda_helper.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_cummaxmin.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_deform_conv.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_grid_sampler.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_instance_norm.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_modulated_deform_conv.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_nms.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_plugin.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_plugin_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_roi_align.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_scatternd.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_serialize.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_corner_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_corner_pool_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_cuda_helper.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_cummaxmin.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_cummaxmin_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_deform_conv_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_grid_sampler.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_grid_sampler_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_instance_norm.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_modulated_deform_conv_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_nms_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_plugin.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_roi_align_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_scatternd.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_scatternd_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins running build_ext C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\utils\cpp_extension.py:359: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn(f'Error checking compiler version for {compiler}: {error}') C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\utils\cpp_extension.py:388: UserWarning: The detected CUDA version (11.6) has a minor version mismatch with the version that was used to compile PyTorch (11.8). Most likely this shouldn't be a problem. warnings.warn(CUDA_MISMATCH_WARN.format(cuda_str_version, torch.version.cuda)) building 'mmcv._ext' extension creating build\temp.win-amd64-cpython-310 creating build\temp.win-amd64-cpython-310\Release creating build\temp.win-amd64-cpython-310\Release\mmcv creating build\temp.win-amd64-cpython-310\Release\mmcv\ops creating build\temp.win-amd64-cpython-310\Release\mmcv\ops\csrc creating build\temp.win-amd64-cpython-310\Release\mmcv\ops\csrc\pytorch creating build\temp.win-amd64-cpython-310\Release\mmcv\ops\csrc\pytorch\cpu creating build\temp.win-amd64-cpython-310\Release\mmcv\ops\csrc\pytorch\cuda "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMMCV_WITH_CUDA -IC:\Users\Job\AppData\Local\Temp\pip-install-wata8gnm\mmcv-full_a2688bc8ffff4b058320b4bd9602008b\mmcv\ops\csrc\pytorch -IC:\Users\Job\AppData\Local\Temp\pip-install-wata8gnm\mmcv-full_a2688bc8ffff4b058320b4bd9602008b\mmcv\ops\csrc\common -IC:\Users\Job\AppData\Local\Temp\pip-install-wata8gnm\mmcv-full_a2688bc8ffff4b058320b4bd9602008b\mmcv\ops\csrc\common\cuda -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\include -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\include\TH -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\include" -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\include -IC:\Users\Job\AppData\Local\Programs\Python\Python310\include -IC:\Users\Job\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include" /EHsc /Tp./mmcv/ops/csrc/pytorch/cpu\active_rotated_filter.cpp /Fobuild\temp.win-amd64-cpython-310\Release\./mmcv/ops/csrc/pytorch/cpu\active_rotated_filter.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 active_rotated_filter.cpp C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include\yvals.h(17): fatal error C1083: Cannot open include file: 'crtdbg.h': No such file or directory error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.34.31933\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for mmcv-full WARNING: Ignoring invalid distribution -rotobuf (c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages) error: subprocess-exited-with-error Running setup.py install for mmcv-full did not run successfully. exit code: 1 [1262 lines of output] running install C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py creating build creating build\lib.win-amd64-cpython-310 creating build\lib.win-amd64-cpython-310\mmcv copying mmcv\version.py -> build\lib.win-amd64-cpython-310\mmcv copying mmcv\__init__.py -> build\lib.win-amd64-cpython-310\mmcv creating build\lib.win-amd64-cpython-310\mmcv\arraymisc copying mmcv\arraymisc\quantization.py -> build\lib.win-amd64-cpython-310\mmcv\arraymisc copying mmcv\arraymisc\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\arraymisc creating build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\alexnet.py -> build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\builder.py -> build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\resnet.py -> build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\vgg.py -> build\lib.win-amd64-cpython-310\mmcv\cnn copying mmcv\cnn\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\cnn creating build\lib.win-amd64-cpython-310\mmcv\device copying mmcv\device\scatter_gather.py -> build\lib.win-amd64-cpython-310\mmcv\device copying mmcv\device\utils.py -> build\lib.win-amd64-cpython-310\mmcv\device copying mmcv\device\_functions.py -> build\lib.win-amd64-cpython-310\mmcv\device copying mmcv\device\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device creating build\lib.win-amd64-cpython-310\mmcv\engine copying mmcv\engine\test.py -> build\lib.win-amd64-cpython-310\mmcv\engine copying mmcv\engine\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\engine creating build\lib.win-amd64-cpython-310\mmcv\fileio copying mmcv\fileio\file_client.py -> build\lib.win-amd64-cpython-310\mmcv\fileio copying mmcv\fileio\io.py -> build\lib.win-amd64-cpython-310\mmcv\fileio copying mmcv\fileio\parse.py -> build\lib.win-amd64-cpython-310\mmcv\fileio copying mmcv\fileio\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\fileio creating build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\colorspace.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\geometric.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\io.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\misc.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\photometric.py -> build\lib.win-amd64-cpython-310\mmcv\image copying mmcv\image\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\image creating build\lib.win-amd64-cpython-310\mmcv\onnx copying mmcv\onnx\info.py -> build\lib.win-amd64-cpython-310\mmcv\onnx copying mmcv\onnx\symbolic.py -> build\lib.win-amd64-cpython-310\mmcv\onnx copying mmcv\onnx\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\onnx creating build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\active_rotated_filter.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\assign_score_withk.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\ball_query.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\bbox.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\border_align.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\box_iou_quadri.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\box_iou_rotated.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\carafe.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\cc_attention.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\chamfer_distance.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\contour_expand.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\convex_iou.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\corner_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\correlation.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\deform_conv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\deform_roi_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\deprecated_wrappers.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\diff_iou_rotated.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\focal_loss.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\furthest_point_sample.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\fused_bias_leakyrelu.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\gather_points.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\group_points.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\info.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\iou3d.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\knn.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\masked_conv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\merge_cells.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\min_area_polygons.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\modulated_deform_conv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\multi_scale_deform_attn.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\nms.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\pixel_group.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\points_in_boxes.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\points_in_polygons.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\points_sampler.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\point_sample.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\prroi_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\psa_mask.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\riroi_align_rotated.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roiaware_pool3d.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roipoint_pool3d.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roi_align.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roi_align_rotated.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\roi_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\rotated_feature_align.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\saconv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\scatter_points.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_conv.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_functional.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_modules.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_ops.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_pool.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sparse_structure.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\sync_bn.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\three_interpolate.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\three_nn.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\tin_shift.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\upfirdn2d.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\voxelize.py -> build\lib.win-amd64-cpython-310\mmcv\ops copying mmcv\ops\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\ops creating build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\collate.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\data_container.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\data_parallel.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\distributed.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\distributed_deprecated.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\registry.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\utils.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\_functions.py -> build\lib.win-amd64-cpython-310\mmcv\parallel copying mmcv\parallel\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\parallel creating build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\base_module.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\base_runner.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\builder.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\checkpoint.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\default_constructor.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\dist_utils.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\epoch_based_runner.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\fp16_utils.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\iter_based_runner.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\log_buffer.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\priority.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\utils.py -> build\lib.win-amd64-cpython-310\mmcv\runner copying mmcv\runner\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\runner creating build\lib.win-amd64-cpython-310\mmcv\tensorrt copying mmcv\tensorrt\init_plugins.py -> build\lib.win-amd64-cpython-310\mmcv\tensorrt copying mmcv\tensorrt\preprocess.py -> build\lib.win-amd64-cpython-310\mmcv\tensorrt copying mmcv\tensorrt\tensorrt_utils.py -> build\lib.win-amd64-cpython-310\mmcv\tensorrt copying mmcv\tensorrt\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\tensorrt creating build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\config.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\device_type.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\env.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\ext_loader.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\hub.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\logging.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\misc.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\parrots_jit.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\parrots_wrapper.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\path.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\progressbar.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\registry.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\seed.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\testing.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\timer.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\torch_ops.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\trace.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\version_utils.py -> build\lib.win-amd64-cpython-310\mmcv\utils copying mmcv\utils\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\utils creating build\lib.win-amd64-cpython-310\mmcv\video copying mmcv\video\io.py -> build\lib.win-amd64-cpython-310\mmcv\video copying mmcv\video\optflow.py -> build\lib.win-amd64-cpython-310\mmcv\video copying mmcv\video\processing.py -> build\lib.win-amd64-cpython-310\mmcv\video copying mmcv\video\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\video creating build\lib.win-amd64-cpython-310\mmcv\visualization copying mmcv\visualization\color.py -> build\lib.win-amd64-cpython-310\mmcv\visualization copying mmcv\visualization\image.py -> build\lib.win-amd64-cpython-310\mmcv\visualization copying mmcv\visualization\optflow.py -> build\lib.win-amd64-cpython-310\mmcv\visualization copying mmcv\visualization\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\visualization creating build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\activation.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\context_block.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\conv.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\conv2d_adaptive_padding.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\conv_module.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\conv_ws.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\depthwise_separable_conv_module.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\drop.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\generalized_attention.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\hsigmoid.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\hswish.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\non_local.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\norm.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\padding.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\plugin.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\registry.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\scale.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\swish.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\transformer.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\upsample.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\wrappers.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks copying mmcv\cnn\bricks\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\bricks creating build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch copying mmcv\cnn\rfsearch\operator.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch copying mmcv\cnn\rfsearch\search.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch copying mmcv\cnn\rfsearch\utils.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch copying mmcv\cnn\rfsearch\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\rfsearch creating build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\flops_counter.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\fuse_conv_bn.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\sync_bn.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\weight_init.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils copying mmcv\cnn\utils\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\cnn\utils creating build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\dataloader.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\hierarchical_data_manager.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\hook_wrapper.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\model_wrapper.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\runner.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\utils.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu copying mmcv\device\ipu\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device\ipu creating build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\data_parallel.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\distributed.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\scatter_gather.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\_functions.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu copying mmcv\device\mlu\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device\mlu creating build\lib.win-amd64-cpython-310\mmcv\device\mps copying mmcv\device\mps\data_parallel.py -> build\lib.win-amd64-cpython-310\mmcv\device\mps copying mmcv\device\mps\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device\mps creating build\lib.win-amd64-cpython-310\mmcv\device\npu copying mmcv\device\npu\data_parallel.py -> build\lib.win-amd64-cpython-310\mmcv\device\npu copying mmcv\device\npu\distributed.py -> build\lib.win-amd64-cpython-310\mmcv\device\npu copying mmcv\device\npu\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\device\npu creating build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\base.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\json_handler.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\pickle_handler.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\yaml_handler.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers copying mmcv\fileio\handlers\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\fileio\handlers creating build\lib.win-amd64-cpython-310\mmcv\onnx\onnx_utils copying mmcv\onnx\onnx_utils\symbolic_helper.py -> build\lib.win-amd64-cpython-310\mmcv\onnx\onnx_utils copying mmcv\onnx\onnx_utils\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\onnx\onnx_utils creating build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\checkpoint.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\closure.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\ema.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\evaluation.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\hook.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\iter_timer.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\lr_updater.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\memory.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\momentum_updater.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\optimizer.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\profiler.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\sampler_seed.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\sync_buffer.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks copying mmcv\runner\hooks\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks creating build\lib.win-amd64-cpython-310\mmcv\runner\optimizer copying mmcv\runner\optimizer\builder.py -> build\lib.win-amd64-cpython-310\mmcv\runner\optimizer copying mmcv\runner\optimizer\default_constructor.py -> build\lib.win-amd64-cpython-310\mmcv\runner\optimizer copying mmcv\runner\optimizer\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\runner\optimizer creating build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\base.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\clearml.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\dvclive.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\mlflow.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\neptune.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\pavi.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\segmind.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\tensorboard.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\text.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\wandb.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger copying mmcv\runner\hooks\logger\__init__.py -> build\lib.win-amd64-cpython-310\mmcv\runner\hooks\logger running egg_info writing mmcv_full.egg-info\PKG-INFO writing dependency_links to mmcv_full.egg-info\dependency_links.txt writing requirements to mmcv_full.egg-info\requires.txt writing top-level names to mmcv_full.egg-info\top_level.txt C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\utils\cpp_extension.py:476: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend. warnings.warn(msg.format('we could not find ninja.')) reading manifest file 'mmcv_full.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: manifest_maker: MANIFEST.in, line 7: path 'mmcv/ops/csrc/' cannot end with '/' adding license file 'LICENSE' adding license file 'LICENSES.md' writing manifest file 'mmcv_full.egg-info\SOURCES.txt' C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.model_zoo' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.model_zoo' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.model_zoo' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.model_zoo' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.cuda' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.cuda' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.cuda' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.cuda' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.cuda.spconv' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.cuda.spconv' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.cuda.spconv' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.cuda.spconv' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.mlu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.mlu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.mlu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.mlu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.mps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.mps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.mps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.mps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.utils.spconv' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.utils.spconv' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.utils.spconv' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.utils.spconv' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.utils.spconv.spconv' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.utils.spconv.spconv' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.utils.spconv.spconv' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.utils.spconv.spconv' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.common.utils.spconv.tensorview' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.common.utils.spconv.tensorview' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.common.utils.spconv.tensorview' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.common.utils.spconv.tensorview' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.onnxruntime' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.onnxruntime' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.onnxruntime' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.onnxruntime' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.onnxruntime.cpu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.onnxruntime.cpu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.onnxruntime.cpu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.onnxruntime.cpu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.parrots' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.parrots' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.parrots' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.parrots' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.cpu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.cpu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.cpu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.cpu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.cuda' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.cuda' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.cuda' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.cuda' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.mlu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.mlu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.mlu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.mlu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.mps' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.mps' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.mps' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.mps' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.pytorch.npu' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.pytorch.npu' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.pytorch.npu' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.pytorch.npu' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.tensorrt' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.tensorrt' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.tensorrt' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.tensorrt' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\setuptools\command\build_py.py:153: SetuptoolsDeprecationWarning: Installing 'mmcv.ops.csrc.tensorrt.plugins' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'mmcv.ops.csrc.tensorrt.plugins' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'mmcv.ops.csrc.tensorrt.plugins' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'mmcv.ops.csrc.tensorrt.plugins' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build\lib.win-amd64-cpython-310\mmcv\model_zoo copying mmcv\model_zoo\deprecated.json -> build\lib.win-amd64-cpython-310\mmcv\model_zoo copying mmcv\model_zoo\mmcls.json -> build\lib.win-amd64-cpython-310\mmcv\model_zoo copying mmcv\model_zoo\open_mmlab.json -> build\lib.win-amd64-cpython-310\mmcv\model_zoo copying mmcv\model_zoo\torchvision_0.12.json -> build\lib.win-amd64-cpython-310\mmcv\model_zoo creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\box_iou_rotated_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\parrots_cpp_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\parrots_cuda_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_cpp_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_cuda_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_device_registry.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_mlu_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common copying mmcv\ops\csrc\common\pytorch_npu_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\active_rotated_filter_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\assign_score_withk_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\ball_query_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\bbox_overlaps_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\border_align_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\box_iou_quadri_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\box_iou_rotated_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\carafe_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\carafe_naive_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\chamfer_distance_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\common_cuda_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\convex_iou_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\correlation_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\deform_conv_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\deform_roi_pool_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\diff_iou_rotated_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\furthest_point_sample_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\gather_points_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\group_points_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\iou3d_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\knn_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\masked_conv2d_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\min_area_polygons_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\modulated_deform_conv_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\ms_deform_attn_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\nms_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\nms_quadri_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\nms_rotated_cuda.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\parrots_cudawarpfunction.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\points_in_boxes_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\points_in_polygons_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\prroi_pool_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\psamask_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\riroi_align_rotated_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roi_align_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roi_align_rotated_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roi_pool_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roiaware_pool3d_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\roipoint_pool3d_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\rotated_feature_align_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\scatter_points_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\sigmoid_focal_loss_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\softmax_focal_loss_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\stack_ball_query_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\stack_group_points_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\sync_bn_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\three_interpolate_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\three_nn_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\tin_shift_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda copying mmcv\ops\csrc\common\cuda\voxelization_cuda_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda\spconv copying mmcv\ops\csrc\common\cuda\spconv\indice.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda\spconv copying mmcv\ops\csrc\common\cuda\spconv\reordering.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\cuda\spconv creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\carafe_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\common_mlu_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\iou3d_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\nms_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\psamask_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu copying mmcv\ops\csrc\common\mlu\roi_align_rotated_utils.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mlu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSDevice.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSLibrary.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSLibrary.mm -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSStream.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps copying mmcv\ops\csrc\common\mps\MPSUtils.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\mps creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv copying mmcv\ops\csrc\common\utils\spconv\paramsgrid.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv copying mmcv\ops\csrc\common\utils\spconv\prettyprint.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv copying mmcv\ops\csrc\common\utils\spconv\pybind11_utils.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\geometry.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\indice.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\maxpool.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\mp_helper.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\point2voxel.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv copying mmcv\ops\csrc\common\utils\spconv\spconv\reordering.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\spconv creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\tensorview copying mmcv\ops\csrc\common\utils\spconv\tensorview\helper_kernel.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\tensorview copying mmcv\ops\csrc\common\utils\spconv\tensorview\helper_launch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\tensorview copying mmcv\ops\csrc\common\utils\spconv\tensorview\tensorview.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\common\utils\spconv\tensorview creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\corner_pool.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\deform_conv.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\grid_sample.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\modulated_deform_conv.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\nms.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\onnxruntime_register.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\onnxruntime_session_options_config_keys.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\ort_mmcv_utils.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\reduce_ops.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\roi_align.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\roi_align_rotated.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\rotated_feature_align.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime copying mmcv\ops\csrc\onnxruntime\soft_nms.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\corner_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\gridSample.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\onnxruntime_register.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\reduce_ops.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\roi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\rotated_feature_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu copying mmcv\ops\csrc\onnxruntime\cpu\soft_nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\onnxruntime\cpu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\active_rotated_filter.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\active_rotated_filter_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\active_rotated_filter_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\assign_score_withk.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\assign_score_withk_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\assign_score_withk_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ball_query._parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ball_query.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ball_query_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\bbox_overlaps.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\bbox_overlaps_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\bbox_overlaps_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\border_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\border_align_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\border_align_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\box_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\box_iou_rotated_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\box_iou_rotated_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_naive.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_naive_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_naive_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\carafe_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\chamfer_distance.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\chamfer_distance_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\chamfer_distance_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\contour_expand.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\contour_expand_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\contour_expand_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\convex_iou.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\convex_iou_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\convex_iou_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\correlation.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\correlation_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\correlation_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\cudabind.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_conv_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_conv_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_roi_pool_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\deform_roi_pool_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\diff_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\diff_iou_rotated_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\diff_iou_rotated_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\focal_loss.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\focal_loss_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\focal_loss_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\furthest_point_sample.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\furthest_point_sample_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\furthest_point_sample_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\fused_bias_leakyrelu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\fused_bias_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\gather_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\gather_points_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\gather_points_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\group_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\group_points_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\group_points_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\info.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\iou3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\iou3d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\iou3d_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\knn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\knn_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\knn_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\masked_conv2d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\masked_conv2d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\masked_conv2d_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\min_area_polygons.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\min_area_polygons_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\min_area_polygons_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\modulated_deform_conv_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\modulated_deform_conv_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ms_deform_attn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\ms_deform_attn_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\nms_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\nms_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\nms_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\pixel_group.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\pixel_group_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\pixel_group_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_boxes.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_boxes_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_boxes_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_polygons.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_polygons_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\points_in_polygons_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\prroi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\prroi_pool_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\prroi_pool_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\psamask.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\psamask_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\psamask_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\riroi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\riroi_align_rotated_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\riroi_align_rotated_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_rotated_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_align_rotated_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_pool_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roi_pool_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roiaware_pool3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roiaware_pool3d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roiaware_pool3d_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roipoint_pool3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roipoint_pool3d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\roipoint_pool3d_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\rotated_feature_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\rotated_feature_align_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\rotated_feature_align_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\sync_bn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\sync_bn_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\sync_bn_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_interpolate.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_interpolate_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_interpolate_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_nn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_nn_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\three_nn_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\tin_shift.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\tin_shift_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\tin_shift_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\upfirdn2d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\upfirdn2d_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\voxelization.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\voxelization_parrots.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots copying mmcv\ops\csrc\parrots\voxelization_pytorch.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\parrots creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\active_rotated_filter.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\assign_score_withk.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\ball_query.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\bbox_overlaps.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\border_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\box_iou_quadri.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\box_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\carafe.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\carafe_naive.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\chamfer_distance.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\contour_expand.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\convex_iou.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\correlation.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\deform_roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\diff_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\focal_loss.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\furthest_point_sample.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\fused_bias_leakyrelu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\fused_spconv_ops.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\gather_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\group_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\info.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\iou3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\knn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\masked_conv2d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\min_area_polygons.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\ms_deform_attn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\nms_quadri.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\nms_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\pixel_group.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\points_in_boxes.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\points_in_polygons.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\prroi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\psamask.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\pybind.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\riroi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roiaware_pool3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\roipoint_pool3d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\rotated_feature_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\scatter_points.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\sparse_pool_ops.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\spconv_ops.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\spconv_utils.h -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\sync_bn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\three_interpolate.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\three_nn.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\tin_shift.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\upfirdn2d.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch copying mmcv\ops\csrc\pytorch\voxelization.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\active_rotated_filter.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\box_iou_quadri.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\box_iou_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\nms_quadri.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\nms_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\pixel_group.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\points_in_boxes.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\psamask.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\roi_align_rotated.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\rotated_feature_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\sparse_indice.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\sparse_maxpool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\sparse_reordering.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu copying mmcv\ops\csrc\pytorch\cpu\voxelization.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cpu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\active_rotated_filter_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\assign_score_withk_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\ball_query_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\bbox_overlaps_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\border_align_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\box_iou_quadri_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\box_iou_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\carafe_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\carafe_naive_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\chamfer_distance_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\convex_iou.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\correlation_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\cudabind.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\deform_conv_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\deform_roi_pool_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\diff_iou_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\focal_loss_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\furthest_point_sample_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\fused_bias_leakyrelu_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\fused_spconv_ops_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\gather_points_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\group_points_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\iou3d_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\knn_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\masked_conv2d_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\min_area_polygons.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\modulated_deform_conv_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\ms_deform_attn_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\nms_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\nms_quadri_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\nms_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\points_in_boxes_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\points_in_polygons_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\prroi_pool_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\psamask_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\riroi_align_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roi_align_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roi_align_rotated_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roi_pool_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roiaware_pool3d_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\roipoint_pool3d_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\rotated_feature_align_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\scatter_points_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sparse_indice.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sparse_maxpool.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sparse_pool_ops_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sparse_reordering.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\spconv_ops_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\stack_ball_query_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\stack_group_points_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\sync_bn_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\three_interpolate_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\three_nn_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\tin_shift_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\upfirdn2d_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda copying mmcv\ops\csrc\pytorch\cuda\voxelization_cuda.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\cuda creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\bbox_overlaps_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\carafe_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\deform_roi_pool_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\focal_loss_sigmoid_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\iou3d_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\masked_conv2d_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\ms_deform_attn_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\nms_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\psamask_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roi_align_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roi_align_rotated_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roi_pool_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roiaware_pool3d_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roipoint_pool3d_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\three_nn_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\tin_shift_mlu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mlu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mps copying mmcv\ops\csrc\pytorch\mps\bbox_overlaps_mps.mm -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\mps creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu copying mmcv\ops\csrc\pytorch\npu\deform_roi_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu copying mmcv\ops\csrc\pytorch\npu\focal_loss_npu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu copying mmcv\ops\csrc\pytorch\npu\fused_bias_leakyrelu_npu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu copying mmcv\ops\csrc\pytorch\npu\nms_npu.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\pytorch\npu creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_corner_pool.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_cuda_helper.cuh -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_cummaxmin.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_deform_conv.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_grid_sampler.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_instance_norm.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_modulated_deform_conv.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_nms.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_plugin.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_plugin_helper.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_roi_align.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_scatternd.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt copying mmcv\ops\csrc\tensorrt\trt_serialize.hpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt creating build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_corner_pool.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_corner_pool_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_cuda_helper.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_cummaxmin.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_cummaxmin_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_deform_conv_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_grid_sampler.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_grid_sampler_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_instance_norm.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_modulated_deform_conv.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_modulated_deform_conv_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_nms.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_nms_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_plugin.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_roi_align.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_roi_align_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_scatternd.cpp -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins copying mmcv\ops\csrc\tensorrt\plugins\trt_scatternd_kernel.cu -> build\lib.win-amd64-cpython-310\mmcv\ops\csrc\tensorrt\plugins running build_ext C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\utils\cpp_extension.py:359: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn(f'Error checking compiler version for {compiler}: {error}') C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\utils\cpp_extension.py:388: UserWarning: The detected CUDA version (11.6) has a minor version mismatch with the version that was used to compile PyTorch (11.8). Most likely this shouldn't be a problem. warnings.warn(CUDA_MISMATCH_WARN.format(cuda_str_version, torch.version.cuda)) building 'mmcv._ext' extension creating build\temp.win-amd64-cpython-310 creating build\temp.win-amd64-cpython-310\Release creating build\temp.win-amd64-cpython-310\Release\mmcv creating build\temp.win-amd64-cpython-310\Release\mmcv\ops creating build\temp.win-amd64-cpython-310\Release\mmcv\ops\csrc creating build\temp.win-amd64-cpython-310\Release\mmcv\ops\csrc\pytorch creating build\temp.win-amd64-cpython-310\Release\mmcv\ops\csrc\pytorch\cpu creating build\temp.win-amd64-cpython-310\Release\mmcv\ops\csrc\pytorch\cuda "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMMCV_WITH_CUDA -IC:\Users\Job\AppData\Local\Temp\pip-install-wata8gnm\mmcv-full_a2688bc8ffff4b058320b4bd9602008b\mmcv\ops\csrc\pytorch -IC:\Users\Job\AppData\Local\Temp\pip-install-wata8gnm\mmcv-full_a2688bc8ffff4b058320b4bd9602008b\mmcv\ops\csrc\common -IC:\Users\Job\AppData\Local\Temp\pip-install-wata8gnm\mmcv-full_a2688bc8ffff4b058320b4bd9602008b\mmcv\ops\csrc\common\cuda -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\include -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\include\TH -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\include" -IC:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\include -IC:\Users\Job\AppData\Local\Programs\Python\Python310\include -IC:\Users\Job\AppData\Local\Programs\Python\Python310\Include "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include" "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include" /EHsc /Tp./mmcv/ops/csrc/pytorch/cpu\active_rotated_filter.cpp /Fobuild\temp.win-amd64-cpython-310\Release\./mmcv/ops/csrc/pytorch/cpu\active_rotated_filter.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_ext -D_GLIBCXX_USE_CXX11_ABI=0 active_rotated_filter.cpp C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\include\yvals.h(17): fatal error C1083: Cannot open include file: 'crtdbg.h': No such file or directory error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.34.31933\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure Encountered error while trying to install package. mmcv-full note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure. WARNING: Ignoring invalid distribution -rotobuf (c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages) WARNING: Ignoring invalid distribution -rotobuf (c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages) WARNING: Ignoring invalid distribution -rotobuf (c:\users\job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages) [notice] A new release of pip available: 22.2.2 -> 23.1.2 [notice] To update, run: C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\Scripts\python.exe -m pip install --upgrade pip reading lora C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\models\Lora\handjob.v.1.0-000145.safetensors: AssertionError Traceback (most recent call last): File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\extensions-builtin\Lora\lora.py", line 84, in __init__ self.metadata = sd_models.read_metadata_from_safetensors(filename) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_models.py", line 232, in read_metadata_from_safetensors assert metadata_len > 2 and json_start in (b'{"', b"{'"), f"{filename} is not a safetensors file" AssertionError: C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\models\Lora\handjob.v.1.0-000145.safetensors is not a safetensors file [AddNet] Updating model hashes... 0it [00:00, ?it/s] [AddNet] Updating model hashes... 0it [00:00, ?it/s] ControlNet v1.1.174 ControlNet v1.1.174 Loading weights [47357a5ef9] from C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\models\Stable-diffusion\GIANT MODEL v2.ckpt Creating model from config: C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\configs\v1-inference.yaml LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. Couldn't find VAE named StabilityAI-vae-ft-mse-840000-ema-pruned.ckpt; using None instead Applying cross attention optimization (Doggettx). Textual inversion embeddings loaded(0): Model loaded in 4.2s (load weights from disk: 1.5s, create model: 0.3s, apply weights to model: 0.5s, apply half(): 0.3s, move model to device: 0.9s, load textual inversion embeddings: 0.7s). reading lora C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\models\Lora\handjob.v.1.0-000145.safetensors: AssertionError Traceback (most recent call last): File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\extensions-builtin\Lora\lora.py", line 84, in __init__ self.metadata = sd_models.read_metadata_from_safetensors(filename) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_models.py", line 232, in read_metadata_from_safetensors assert metadata_len > 2 and json_start in (b'{"', b"{'"), f"{filename} is not a safetensors file" AssertionError: C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\models\Lora\handjob.v.1.0-000145.safetensors is not a safetensors file C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\inputs.py:89: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components warnings.warn( C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect warnings.warn(value) C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\inputs.py:121: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components warnings.warn( [AddNet] Updating model hashes... 0%| | 0/252 [00:00 2 and json_start in (b'{"', b"{'"), f"{filename} is not a safetensors file" AssertionError: C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\models\Lora\handjob.v.1.0-000145.safetensors is not a safetensors file C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\deprecation.py:40: UserWarning: The 'type' parameter has been deprecated. Use the Number component instead. warnings.warn(value) [AddNet] Updating model hashes... 0%| | 0/252 [00:00 2 and json_start in (b'{"', b"{'"), f"{filename} is not a safetensors file" AssertionError: C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\models\Lora\handjob.v.1.0-000145.safetensors is not a safetensors file C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Textbox, please remove them: {'readonly': True} warnings.warn( C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Box, please remove them: {'scale': 2} warnings.warn( C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Gallery, please remove them: {'readonly': True} warnings.warn( C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\components.py:4425: UserWarning: The 'grid' parameter will be deprecated. Please use 'columns' instead. warnings.warn( C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'equal_height': True} warnings.warn( CUDA SETUP: Loading binary C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\bitsandbytes\libbitsandbytes_cudaall.dll... C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Slider, please remove them: {'precision': 0} warnings.warn( C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in Tab, please remove them: {'elme_id': 'TabSave'} warnings.warn( Running on local URL: http://127.0.0.1:7860 To create a public link, set `share=True` in `launch()`. Traceback (most recent call last): File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\routes.py", line 408, in run_predict output = await app.get_blocks().process_api( File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 1318, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 1221, in postprocess_data self.validate_outputs(fn_index, predictions) # type: ignore File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 1196, in validate_outputs raise ValueError( ValueError: An event handler didn't receive enough output values (needed: 4, received: 3). Wanted outputs: [textbox, html, textbox, gallery] Received outputs: ["Current ID: None", "

status: Current model GIANT MODEL v2.ckpt [47357a5ef9] not found on StableHorde

prompt: None

negative_prompt: None

scale: None

steps: None

sampler: None

", "Current model GIANT MODEL v2.ckpt [47357a5ef9] not found on StableHorde"] Traceback (most recent call last): File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\routes.py", line 408, in run_predict output = await app.get_blocks().process_api( File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 1318, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 1221, in postprocess_data self.validate_outputs(fn_index, predictions) # type: ignore File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\gradio\blocks.py", line 1196, in validate_outputs raise ValueError( ValueError: An event handler didn't receive enough output values (needed: 4, received: 3). Wanted outputs: [textbox, html, textbox, gallery] Received outputs: ["Current ID: None", "

status: Current model GIANT MODEL v2.ckpt [47357a5ef9] not found on StableHorde

prompt: None

negative_prompt: None

scale: None

steps: None

sampler: None

", "Current model GIANT MODEL v2.ckpt [47357a5ef9] not found on StableHorde"] 100%|██████████████████████████████████████████████████████████████████████████████████| 35/35 [00:58<00:00, 1.67s/it] Total progress: 100%|██████████████████████████████████████████████████████████████████| 35/35 [01:01<00:00, 1.75s/it] 0%| | 0/35 [00:03, False, False, 'positive', 'comma', 0, False, False, '', 2, 150, True, 1, '', [], 0, '', [], 0, '', [], True, False, False, False, 0, None, False, 50) {} Traceback (most recent call last): File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\call_queue.py", line 57, in f res = list(func(*args, **kwargs)) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\call_queue.py", line 37, in f res = func(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\txt2img.py", line 56, in txt2img processed = process_images(p) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\processing.py", line 526, in process_images res = process_images_inner(p) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\extensions\sd-webui-controlnet\scripts\batch_hijack.py", line 42, in processing_process_images_hijack return getattr(processing, '__controlnet_original_process_images_inner')(p, *args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\processing.py", line 680, in process_images_inner samples_ddim = p.sample(conditioning=c, unconditional_conditioning=uc, seeds=seeds, subseeds=subseeds, subseed_strength=p.subseed_strength, prompts=prompts) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\processing.py", line 907, in sample samples = self.sampler.sample(self, x, conditioning, unconditional_conditioning, image_conditioning=self.txt2img_image_conditioning(x)) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_samplers_kdiffusion.py", line 377, in sample samples = self.launch_sampling(steps, lambda: self.func(self.model_wrap_cfg, x, extra_args={ File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_samplers_kdiffusion.py", line 251, in launch_sampling return func() File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_samplers_kdiffusion.py", line 377, in samples = self.launch_sampling(steps, lambda: self.func(self.model_wrap_cfg, x, extra_args={ File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\k-diffusion\k_diffusion\sampling.py", line 145, in sample_euler_ancestral denoised = model(x, sigmas[i] * s_in, **extra_args) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_samplers_kdiffusion.py", line 135, in forward x_out = self.inner_model(x_in, sigma_in, cond=make_condition_dict([cond_in], image_cond_in)) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\k-diffusion\k_diffusion\external.py", line 112, in forward eps = self.get_eps(input * c_in, self.sigma_to_t(sigma), **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\k-diffusion\k_diffusion\external.py", line 138, in get_eps return self.inner_model.apply_model(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_hijack_utils.py", line 17, in setattr(resolved_obj, func_path[-1], lambda *args, **kwargs: self(*args, **kwargs)) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_hijack_utils.py", line 28, in __call__ return self.__orig_func(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 858, in apply_model x_recon = self.model(x_noisy, t, **cond) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 1335, in forward out = self.diffusion_model(x, t, context=cc) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\diffusionmodules\openaimodel.py", line 797, in forward h = module(h, emb, context) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\diffusionmodules\openaimodel.py", line 84, in forward x = layer(x, context) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\attention.py", line 334, in forward x = block(x, context=context[i]) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\attention.py", line 269, in forward return checkpoint(self._forward, (x, context), self.parameters(), self.checkpoint) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\diffusionmodules\util.py", line 121, in checkpoint return CheckpointFunction.apply(func, len(inputs), *args) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\autograd\function.py", line 506, in apply return super().apply(*args, **kwargs) # type: ignore[misc] File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\diffusionmodules\util.py", line 136, in forward output_tensors = ctx.run_function(*ctx.input_tensors) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\attention.py", line 272, in _forward x = self.attn1(self.norm1(x), context=context if self.disable_self_attn else None) + x File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_hijack_optimizations.py", line 127, in split_cross_attention_forward s1 = einsum('b i d, b j d -> b i j', q[:, i:end], k) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\functional.py", line 378, in einsum return _VF.einsum(equation, operands) # type: ignore[attr-defined] torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 26.82 GiB (GPU 0; 24.00 GiB total capacity; 3.41 GiB already allocated; 18.23 GiB free; 3.45 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF 0%| | 0/35 [00:04, False, False, 'positive', 'comma', 0, False, False, '', 2, 150, True, 1, '', [], 0, '', [], 0, '', [], True, False, False, False, 0, None, False, 50) {} Traceback (most recent call last): File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\call_queue.py", line 57, in f res = list(func(*args, **kwargs)) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\call_queue.py", line 37, in f res = func(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\txt2img.py", line 56, in txt2img processed = process_images(p) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\processing.py", line 526, in process_images res = process_images_inner(p) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\extensions\sd-webui-controlnet\scripts\batch_hijack.py", line 42, in processing_process_images_hijack return getattr(processing, '__controlnet_original_process_images_inner')(p, *args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\processing.py", line 680, in process_images_inner samples_ddim = p.sample(conditioning=c, unconditional_conditioning=uc, seeds=seeds, subseeds=subseeds, subseed_strength=p.subseed_strength, prompts=prompts) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\processing.py", line 907, in sample samples = self.sampler.sample(self, x, conditioning, unconditional_conditioning, image_conditioning=self.txt2img_image_conditioning(x)) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_samplers_kdiffusion.py", line 377, in sample samples = self.launch_sampling(steps, lambda: self.func(self.model_wrap_cfg, x, extra_args={ File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_samplers_kdiffusion.py", line 251, in launch_sampling return func() File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_samplers_kdiffusion.py", line 377, in samples = self.launch_sampling(steps, lambda: self.func(self.model_wrap_cfg, x, extra_args={ File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\k-diffusion\k_diffusion\sampling.py", line 145, in sample_euler_ancestral denoised = model(x, sigmas[i] * s_in, **extra_args) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_samplers_kdiffusion.py", line 135, in forward x_out = self.inner_model(x_in, sigma_in, cond=make_condition_dict([cond_in], image_cond_in)) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\k-diffusion\k_diffusion\external.py", line 112, in forward eps = self.get_eps(input * c_in, self.sigma_to_t(sigma), **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\k-diffusion\k_diffusion\external.py", line 138, in get_eps return self.inner_model.apply_model(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_hijack_utils.py", line 17, in setattr(resolved_obj, func_path[-1], lambda *args, **kwargs: self(*args, **kwargs)) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_hijack_utils.py", line 28, in __call__ return self.__orig_func(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 858, in apply_model x_recon = self.model(x_noisy, t, **cond) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\models\diffusion\ddpm.py", line 1335, in forward out = self.diffusion_model(x, t, context=cc) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\diffusionmodules\openaimodel.py", line 797, in forward h = module(h, emb, context) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\diffusionmodules\openaimodel.py", line 84, in forward x = layer(x, context) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\attention.py", line 334, in forward x = block(x, context=context[i]) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\attention.py", line 269, in forward return checkpoint(self._forward, (x, context), self.parameters(), self.checkpoint) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\diffusionmodules\util.py", line 121, in checkpoint return CheckpointFunction.apply(func, len(inputs), *args) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\autograd\function.py", line 506, in apply return super().apply(*args, **kwargs) # type: ignore[misc] File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\diffusionmodules\util.py", line 136, in forward output_tensors = ctx.run_function(*ctx.input_tensors) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\repositories\stable-diffusion-stability-ai\ldm\modules\attention.py", line 272, in _forward x = self.attn1(self.norm1(x), context=context if self.disable_self_attn else None) + x File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\modules\sd_hijack_optimizations.py", line 127, in split_cross_attention_forward s1 = einsum('b i d, b j d -> b i j', q[:, i:end], k) File "C:\Users\Job\stable-diffusion-webui-master\stable-diffusion-webui-master\venv\lib\site-packages\torch\functional.py", line 378, in einsum return _VF.einsum(equation, operands) # type: ignore[attr-defined] torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 65.48 GiB (GPU 0; 24.00 GiB total capacity; 3.64 GiB already allocated; 18.02 GiB free; 3.66 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF