当前位置: 首页 > news >正文

大连金豆网站建设一个门户网站怎么做

大连金豆网站建设,一个门户网站怎么做,备案网站可以做影视站,佛山微信网站推广多少钱安装过程复杂曲折#xff0c;网上说的很多办法#xff0c;貌似成功了#xff0c;实际还是没起作用。 先说成功过程#xff0c;执行下面命令#xff0c;安装成功#xff08;当然#xff0c;前提是你要先配置好编译环境#xff09;#xff1a; #xff08;我的环境网上说的很多办法貌似成功了实际还是没起作用。 先说成功过程执行下面命令安装成功当然前提是你要先配置好编译环境 我的环境windows10 、embeded python3.11.9 、pytorch version: 2.5.1cu124、RTX2080ti git clone https://github.com/NVIDIA/apex.gitcd apexcurl -L https://github.com/NVIDIA/apex/files/14844602/windows_support.patch | git applypip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings --build-option--cpp_ext --config-settings --build-option--cuda_ext . 这个信息不知道是否说明我的显卡是2系TORCH_CUDA_ARCH_LIST7.5 成功安装的apex在卸载apex你会发现安装的apex含有下面部件  ---------------下面只是曲折过程如无必要就不要浪费时间往下看了-------------- 1、在comfyUI中我安装了54个节点只在安装了节点ComfyUI-PuLID-Flux-Enhanced后在没有安装apex时会有如下提示 于是便想着要安装APEX看看会不会速度快点经过了漫长而曲折的过程终于安装成功但效果好像没什么变化。 从apex上述介绍中是否表示大多时候在Pytorch中已含相关代码所以究竟是否值得再花大力气去安装apex呢还有待进一步探究。 我的环境是python3.11.9 、pytorch version: 2.5.1cu124 2、首先是报如下错误  building amp_C extensionH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py:1964: UserWarning: TORCH_CUDA_ARCH_LIST is not set, all archs for visible cards are included for compilation.If this is not desired, please set os.environ[TORCH_CUDA_ARCH_LIST].warnings.warn(Emitting ninja build file H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\build.ninja...Compiling objects...Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBSN)[1/7] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc --generate-dependencies-with-compile --dependency-output H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\csrc/multi_tensor_scale_kernel.obj.d -stdc17 --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /wd4624 -Xcompiler /wd4067 -Xcompiler /wd4068 -Xcompiler /EHsc -Xcudafe --diag_suppressbase_class_has_different_dll_interface -Xcudafe --diag_suppressfield_without_dll_interface -Xcudafe --diag_suppressdll_interface_conflict_none_assumed -Xcudafe --diag_suppressdll_interface_conflict_dllexport_assumed -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\TH -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\THC -IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\include -IH:\ComfyUI_cp3.11.9\python_embeded\include -IH:\ComfyUI_cp3.11.9\python_embeded\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\include -IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt -c H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_scale_kernel.cu -o H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\csrc/multi_tensor_scale_kernel.obj -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DVERSION_GE_1_5 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAMEamp_C -D_GLIBCXX_USE_CXX11_ABI0 -gencodearchcompute_75,codecompute_75 -gencodearchcompute_75,codesm_75FAILED: H:/ComfyUI_cp3.11.9/apex/build/temp.win-amd64-cpython-311/Release/csrc/multi_tensor_scale_kernel.objC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc --generate-dependencies-with-compile --dependency-output H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\csrc/multi_tensor_scale_kernel.obj.d -stdc17 --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /wd4624 -Xcompiler /wd4067 -Xcompiler /wd4068 -Xcompiler /EHsc -Xcudafe --diag_suppressbase_class_has_different_dll_interface -Xcudafe --diag_suppressfield_without_dll_interface -Xcudafe --diag_suppressdll_interface_conflict_none_assumed -Xcudafe --diag_suppressdll_interface_conflict_dllexport_assumed -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\TH -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\THC -IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\include -IH:\ComfyUI_cp3.11.9\python_embeded\include -IH:\ComfyUI_cp3.11.9\python_embeded\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\include -IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt -c H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_scale_kernel.cu -o H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\csrc/multi_tensor_scale_kernel.obj -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DVERSION_GE_1_5 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAMEamp_C -D_GLIBCXX_USE_CXX11_ABI0 -gencodearchcompute_75,codecompute_75 -gencodearchcompute_75,codesm_75C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.40.33807/include\type_traits(1167): error: static assertion failed with Youve instantiated std::aligned_storageLen, Align with an extended alignment (in other words, Align alignof(max_align_t)). Before VS 2017 15.8, the member type would non-conformingly have an alignment of only alignof(max_align_t). VS 2017 15.8 was fixed to handle this correctly, but the fix inherently changes layout and breaks binary compatibility (*only* for uses of aligned_storage with extended alignments). To suppress this error, please define either (1) _ENABLE_EXTENDED_ALIGNED_STORAGE to confirm that you want a type with an extended alignment, or (2) _DISABLE_EXTENDED_ALIGNED_STORAGE to get the old non-conforming behavior.static_assert(_Always_false_Aligned,^detected during:instantiation of class std::_Aligned_Len, _Align, double, false [with _Len16ULL, _Align16ULL] at line 1185instantiation of class std::_Aligned_Len, _Align, int, false [with _Len16ULL, _Align16ULL] at line 1192instantiation of class std::_Aligned_Len, _Align, short, false [with _Len16ULL, _Align16ULL] at line 1199instantiation of class std::_Aligned_Len, _Align, char, false [with _Len16ULL, _Align16ULL] at line 1207instantiation of class std::_Aligned_storage_Len, _Align [with _Len16ULL, _Align16ULL] at line 1211instantiation of type std::_Aligned_storage_t16ULL, 16ULL at line 1215instantiation of class std::aligned_storage_Len, _Align [with _Len16ULL, _Align16ULL] at line 25 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_scale_kernel.cuinstantiation of void load_store(T *, T *, int, int) [with Tfloat] at line 64 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_scale_kernel.cuinstantiation of void ScaleFunctorin_t, out_t::operator()(int, volatile int *, TensorListMetadata2 , float) [with in_tfloat, out_tfloat] at line 38 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_apply.cuhinstantiation of void multi_tensor_apply_kernel(int64_t, volatile int *, T, U, ArgTypes...) [with TTensorListMetadata2, UScaleFunctorfloat, float, ArgTypesfloat] at line 109 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_apply.cuhinstantiation of void multi_tensor_applydepth,T,ArgTypes...(int64_t, int64_t, const at::Tensor , const std::vectorstd::vectorat::Tensor, std::allocatorat::Tensor, std::allocatorstd::vectorat::Tensor, std::allocatorat::Tensor , T, ArgTypes...) [with depth2, TScaleFunctorfloat, float, ArgTypesfloat] at line 124 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_scale_kernel.cu1 error detected in the compilation of H:/ComfyUI_cp3.11.9/apex/csrc/multi_tensor_scale_kernel.cu.multi_tensor_scale_kernel.cu 针对出现的第一个错误 H:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py:1964: UserWarning: TORCH_CUDA_ARCH_LIST is not set, all archs for visible cards are included for compilation.If this is not desired, please set os.environ[TORCH_CUDA_ARCH_LIST]. 参考文章《如何设置 TORCH_CUDA_ARCH_LIST 环境变量以优化 PyTorch 性能》我的显卡是RTX2080Ti所以设置 set TORCH_CUDA_ARCH_LIST7.5 再次编译错误信息如下 已完成代码的生成building amp_C extensionEmitting ninja build file H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\build.ninja...Compiling objects...Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBSN)[1/14] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc --generate-dependencies-with-compile --dependency-output H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\csrc/multi_tensor_l2norm_scale_kernel.obj.d -stdc17 --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /wd4624 -Xcompiler /wd4067 -Xcompiler /wd4068 -Xcompiler /EHsc -Xcudafe --diag_suppressbase_class_has_different_dll_interface -Xcudafe --diag_suppressfield_without_dll_interface -Xcudafe --diag_suppressdll_interface_conflict_none_assumed -Xcudafe --diag_suppressdll_interface_conflict_dllexport_assumed -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\TH -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\THC -IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\include -IH:\ComfyUI_cp3.11.9\python_embeded\include -IH:\ComfyUI_cp3.11.9\python_embeded\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\include -IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt -c H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_l2norm_scale_kernel.cu -o H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\csrc/multi_tensor_l2norm_scale_kernel.obj -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DVERSION_GE_1_5 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAMEamp_C -D_GLIBCXX_USE_CXX11_ABI0 -gencodearchcompute_75,codesm_75FAILED: H:/ComfyUI_cp3.11.9/apex/build/temp.win-amd64-cpython-311/Release/csrc/multi_tensor_l2norm_scale_kernel.objC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc --generate-dependencies-with-compile --dependency-output H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\csrc/multi_tensor_l2norm_scale_kernel.obj.d -stdc17 --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /wd4624 -Xcompiler /wd4067 -Xcompiler /wd4068 -Xcompiler /EHsc -Xcudafe --diag_suppressbase_class_has_different_dll_interface -Xcudafe --diag_suppressfield_without_dll_interface -Xcudafe --diag_suppressdll_interface_conflict_none_assumed -Xcudafe --diag_suppressdll_interface_conflict_dllexport_assumed -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\torch\csrc\api\include -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\TH -IH:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\torch\include\THC -IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\include -IH:\ComfyUI_cp3.11.9\python_embeded\include -IH:\ComfyUI_cp3.11.9\python_embeded\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.40.33807\include -IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt -IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt -c H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_l2norm_scale_kernel.cu -o H:\ComfyUI_cp3.11.9\apex\build\temp.win-amd64-cpython-311\Release\csrc/multi_tensor_l2norm_scale_kernel.obj -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DVERSION_GE_1_5 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAMEamp_C -D_GLIBCXX_USE_CXX11_ABI0 -gencodearchcompute_75,codesm_75C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.40.33807/include\type_traits(1167): error: static assertion failed with Youve instantiated std::aligned_storageLen, Align with an extended alignment (in other words, Align alignof(max_align_t)). Before VS 2017 15.8, the member type would non-conformingly have an alignment of only alignof(max_align_t). VS 2017 15.8 was fixed to handle this correctly, but the fix inherently changes layout and breaks binary compatibility (*only* for uses of aligned_storage with extended alignments). To suppress this error, please define either (1) _ENABLE_EXTENDED_ALIGNED_STORAGE to confirm that you want a type with an extended alignment, or (2) _DISABLE_EXTENDED_ALIGNED_STORAGE to get the old non-conforming behavior.static_assert(_Always_false_Aligned,^detected during:instantiation of class std::_Aligned_Len, _Align, double, false [with _Len16ULL, _Align16ULL] at line 1185instantiation of class std::_Aligned_Len, _Align, int, false [with _Len16ULL, _Align16ULL] at line 1192instantiation of class std::_Aligned_Len, _Align, short, false [with _Len16ULL, _Align16ULL] at line 1199instantiation of class std::_Aligned_Len, _Align, char, false [with _Len16ULL, _Align16ULL] at line 1207instantiation of class std::_Aligned_storage_Len, _Align [with _Len16ULL, _Align16ULL] at line 1211instantiation of type std::_Aligned_storage_t16ULL, 16ULL at line 1215instantiation of class std::aligned_storage_Len, _Align [with _Len16ULL, _Align16ULL] at line 24 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_l2norm_scale_kernel.cuinstantiation of void load_store(T *, T *, int, int) [with Tfloat] at line 75 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_l2norm_scale_kernel.cuinstantiation of void L2NormScaleFunctorin_t, out_t::operator()(int, volatile int *, TensorListMetadata2 , float *, float *, float, __nv_bool, int) [with in_tfloat, out_tfloat] at line 38 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_apply.cuhinstantiation of void multi_tensor_apply_kernel(int64_t, volatile int *, T, U, ArgTypes...) [with TTensorListMetadata2, UL2NormScaleFunctorfloat, float, ArgTypesfloat *, float *, float, __nv_bool, int] at line 109 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_apply.cuhinstantiation of void multi_tensor_applydepth,T,ArgTypes...(int64_t, int64_t, const at::Tensor , const std::vectorstd::vectorat::Tensor, std::allocatorat::Tensor, std::allocatorstd::vectorat::Tensor, std::allocatorat::Tensor , T, ArgTypes...) [with depth2, TL2NormScaleFunctorfloat, float, ArgTypesfloat *, float *, float, __nv_bool, int] at line 292 of H:\ComfyUI_cp3.11.9\apex\csrc\multi_tensor_l2norm_scale_kernel.cu1 error detected in the compilation of H:/ComfyUI_cp3.11.9/apex/csrc/multi_tensor_l2norm_scale_kernel.cu.multi_tensor_l2norm_scale_kernel.cu3、无奈之下想着试试 torch.__version__   2.5.1cpu时错误信息提示如下 H:\ComfyUI_cp3.11.9\apex..\python_embeded\python -m pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings --build-option--cpp_ext --config-settings --build-option--cuda_ext . Using pip 24.3.1 from H:\ComfyUI_cp3.11.9\python_embeded\Lib\site-packages\pip (python 3.11) Processing h:\comfyui_cp3.11.9\apexRunning command Preparing metadata (pyproject.toml)Warning: Torch did not find available GPUs on this system.If your intention is to cross-compile, this is not an error.By default, Apex will cross-compile for Pascal (compute capabilities 6.0, 6.1, 6.2),Volta (compute capability 7.0), Turing (compute capability 7.5),and, if the CUDA version is 11.0, Ampere (compute capability 8.0).If you wish to cross-compile for a single specific architecture,export TORCH_CUDA_ARCH_LISTcompute capability before running setup.py.torch.__version__   2.5.1cpu4、文章《NVIDIA APEX安装完全指南及Megatron-LM/Pytorch运行问题解决》  切换到不同的分支从 GitHub - NVIDIA/apex: A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch 的标签页中可以知道发布的版本不至于在众多的分支中无所适从。 切换到分支24.04.01-devel 不带参数显示目前所选分支git clone的初始分支为master git checkout 24.04.01-devel 依然报错。 5、参考文章《使用 Visual Studio 2022、CUDA 12.1 和 PyTorch 2.2.2 进行 Windows 编译的最新补丁 #1792》 以下只是想完全照抄原文使用虚拟环境编译最终因为我是使用的embeddable python需要搭建太多东西放弃以下只是记录尝试过程中的一些知识。 ------------------------------------------------------------------------------------------------------- 文章里的路径与我的环境并不一样所以使用dir /x 查看短路径并且只能一级一级查看 最终我的路径如下  cmd /c C:\PROGRA~2\MICROS~3\2022\BUILDT~1\VC\AUXILI~1\Build\VCVARS~1.BAT amd64 busybox64u sh -ilX 将环境中文件复制到windows文件夹文件夹需要双 \\ 建立的虚拟环境以及git clone 的路径在“C:\Users\你的用户名” 路径下。 ---------------------------------------------------------------------------------------- 受文章启发直接在我的环境中再次安装执行下面命令生成的whl要比文章头的命令较小不知道是否因为设置了TORCH_CUDA_ARCH_LIST7.5只针对我的RTX2080ti git clone https://github.com/NVIDIA/apex.gitcd apexcurl -L https://github.com/NVIDIA/apex/files/14844602/windows_support.patch | git applyset DISTUTILS_USE_SDK1set TORCH_CUDA_ARCH_LIST7.5pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings --build-option--cpp_ext --config-settings --build-option--cuda_ext . 经过十几分钟安装成功如欲将编译成功的whl文件保存下来需要在编译成功要进行安装时按下暂停键Pause从缓存路径将文件复制否则装完后文件会被删除。  成功后再次启动comfyUI没有了开始提到的信息。 编译成功后缓存里面有个文件origin.json有如下内容不知道与文章中提到的url有关联 {dir_info: {}, url: file:///H:/ComfyUI_cp3.11.9/apex}
http://www.w-s-a.com/news/779037/

相关文章:

  • 怎么样推广自己的网站wordpress register_form
  • 网站公司建站凤翔网站建设
  • 网站建设协低价格的网站建设公司
  • 研发网站建设报价深圳网站建设前十名
  • 宠物发布网站模板wordpress中文免费电商模板
  • 济南做网站创意服装品牌策划公司
  • 本地电脑做视频网站 外网连接不上软件商城源码
  • 足球直播网站怎么做crm系统介绍
  • 株洲网站建设联系方式东莞凤岗网站制作
  • 小纯洁网站开发如何注册域名
  • 网上做试卷的网站如何把刚做的网站被百度抓取到
  • 滕州网站建wordpress用户中心按钮不弹出
  • 清远新闻最新消息福建seo搜索引擎优化
  • 凡客建站网微信网站怎么做的
  • 网站建设费怎么写会计科目行业网站建设公司
  • 网站里的友情链接网站建设个人简历的网页
  • 佛山自助建站软件湖南seo优化推荐
  • 免费微信微网站模板下载不了优化人员配置
  • wordpress 导航网站主题画流程图的网站
  • 皮卡剧网站怎样做排名网
  • 网站开发 兼职哪个网站是做安全教育
  • 商品展示类网站怎么用群晖nas做网站
  • 长腿蜘蛛wordpresssem优化推广
  • 中国铁路建设监理协会官方网站深圳福田区怎么样
  • 互联网网站开发发展wordpress文章自定义栏目
  • 众筹网站平台建设工信部网站备案系统
  • 网站301重定向代码wordpress 加子目录
  • 淄博网站制作优化推广asp做学生信息网站
  • 海口招商建设有限公司网站淮安哪有专业做网站的公司
  • 喀什哪有做网站的国内正规seo网络推广