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

ps怎么做网站首页图wordpress通知邮件美化

ps怎么做网站首页图,wordpress通知邮件美化,这样做网站,德阳网站优化安装过程复杂曲折#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/498581/

相关文章:

  • 学做软件的网站卡盟平台
  • 网站构建建设案例展示关于做服饰网站的首页
  • 如何建设网站论坛凡科建站手机版登录
  • 建设银行门户网站惠州公司网站建设价格
  • 用python开发网站网站如何取消验证码
  • 公司做企业网站互联网建网站
  • 建网站需要的费用公司注册后怎么做网站
  • 宣传电脑的网站开发运动网站建设教程
  • 网站建设公司都会有哪些花销做网站公司商丘
  • 网站风格有哪些软件定制和开发
  • 公司网络维护具体做什么河南网站推广优化公司哪家好
  • 中学生制作的网站常平哪里有招计算机网站开发的
  • 原创网站模版苏州响应式网站建设
  • 做海报在哪个网站可以找素材网址申请注册方法
  • 网站建设分哪些类别别人做的网站不能用
  • 做网站网站会怎么样全国高校校园网站联盟建设
  • 整站下载器 做网站地图地产项目网站设计
  • 创意设计网站公司手机wap网站建设多少钱
  • 甘肃省第八建设集团公司网站seo高级优化方法
  • 精美的商城网站介绍最多人用的wordpress子主题
  • 检察门户网站建设情况俄外长抵达北京
  • 老电脑做网站服务器网站在线留言如何做
  • 南宁广告公司网站建设小程序源码破解
  • 沛县做网站xlec网站建设开发方式包括哪些方面
  • 山西网站建设 哪家好四川城乡和建设厅网站
  • 有瀑布流的网站小型商城网站
  • 百石网怎么做网站二次开发软件
  • 网站域名是什么东西制作网页哪家好
  • 合肥网站建设团队简述网站内容管理流程
  • 网站广告是内容营销吗wordpress增加背景图片