chenxi6553 发表于 2025-5-13 09:18:13

https://img.picui.cn/free/2025/05/13/68229c4df1a69.png
为什么出现loading checkpoint shards: 0% 0/2 00:00 it/s开了科技也下载不了 什么原因啊:'(

zhangdanger 发表于 2025-6-1 23:01:20

下载完模型,运行后提示如下:

The name specified is not recognized as an internal or external command,
operable program or batch file.
   :::::::::       ::::::::::       ::::::::::       :::::::::       ::::::::::         :::      ::::::::       ::::::::::
    :+:    :+:      :+:            :+:            :+:    :+:      :+:                :+: :+:   :+:    :+:      :+:
   +:+    +:+      +:+            +:+            +:+    +:+      +:+               +:+   +:+    +:+             +:+
+#+    +:+      +#++:++#         +#++:++#         +#++:++#+       :#::+::#         +#++:++#++:   +#+             +#++:++#
+#+    +#+      +#+            +#+            +#+             +#+            +#+   +#+   +#+             +#+   
#+#    #+#      #+#            #+#            #+#             #+#            #+#   #+#   #+#    #+#      #+#   
#########       ##########       ##########       ###             ###            ###   ###    ########       ##########
-----------------------------------------------------
更多实用好玩的AI应用,访问 https(不让显示网址)
软件WebUI正在启动中,请稍后...
-----------------------------------------------------
W0601 22:46:43.762000 22836 deepface\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.


无言以对 发表于 2025-6-1 23:12:45

zhangdanger 发表于 2025-6-1 23:01
下载完模型,运行后提示如下:

The name specified is not recognized as an internal or external comman ...

没解压完整,或下载文件破损,缺少文件

zhangdanger 发表于 2025-6-1 23:33:52

无言以对 发表于 2025-6-1 23:12
没解压完整,或下载文件破损,缺少文件

多谢回复,我再重新下载解压试试

zhangdanger 发表于 2025-6-2 01:35:53

无言以对 发表于 2025-6-1 23:12
没解压完整,或下载文件破损,缺少文件

从这个帖子网盘重新下载了一遍,解压也是完整的,但运行后,仍旧报错

The name specified is not recognized as an internal or external command,
operable program or batch file.
   :::::::::       ::::::::::       ::::::::::       :::::::::       ::::::::::         :::      ::::::::       ::::::::::
    :+:    :+:      :+:            :+:            :+:    :+:      :+:                :+: :+:   :+:    :+:      :+:
   +:+    +:+      +:+            +:+            +:+    +:+      +:+               +:+   +:+    +:+             +:+
+#+    +:+      +#++:++#         +#++:++#         +#++:++#+       :#::+::#         +#++:++#++:   +#+             +#++:++#
+#+    +#+      +#+            +#+            +#+             +#+            +#+   +#+   +#+             +#+   
#+#    #+#      #+#            #+#            #+#             #+#            #+#   #+#   #+#    #+#      #+#   
#########       ##########       ##########       ###             ###            ###   ###    ########       ##########
-----------------------------------------------------
更多实用好玩的AI应用,访问 ..........
软件WebUI正在启动中,请稍后...
-----------------------------------------------------
W0602 01:33:33.198000 22244 deepface\Lib\site-packages\torch\distributed\elastic\multiprocessing\redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.
Traceback (most recent call last):
File "D:\Wan2.1-V3\app.py", line 25, in <module>
    import wan
File "D:\Wan2.1-V3\wan\__init__.py", line 1, in <module>
    from . import configs, distributed, modules
File "D:\Wan2.1-V3\wan\modules\__init__.py", line 2, in <module>
    from .model import WanModel
File "D:\Wan2.1-V3\wan\modules\model.py", line 8, in <module>
    from diffusers.models.modeling_utils import ModelMixin
File "D:\Wan2.1-V3\deepface\lib\site-packages\diffusers\models\modeling_utils.py", line 40, in <module>
    from ..quantizers import DiffusersAutoQuantizer, DiffusersQuantizer
File "D:\Wan2.1-V3\deepface\lib\site-packages\diffusers\quantizers\__init__.py", line 15, in <module>
    from .auto import DiffusersAutoQuantizer
File "D:\Wan2.1-V3\deepface\lib\site-packages\diffusers\quantizers\auto.py", line 22, in <module>
    from .bitsandbytes import BnB4BitDiffusersQuantizer, BnB8BitDiffusersQuantizer
File "D:\Wan2.1-V3\deepface\lib\site-packages\diffusers\quantizers\bitsandbytes\__init__.py", line 2, in <module>
    from .utils import dequantize_and_replace, dequantize_bnb_weight, replace_with_bnb_linear
File "D:\Wan2.1-V3\deepface\lib\site-packages\diffusers\quantizers\bitsandbytes\utils.py", line 32, in <module>
    import bitsandbytes as bnb
File "D:\Wan2.1-V3\deepface\lib\site-packages\bitsandbytes\__init__.py", line 15, in <module>
    from .nn import modules
File "D:\Wan2.1-V3\deepface\lib\site-packages\bitsandbytes\nn\__init__.py", line 21, in <module>
    from .triton_based_modules import (
File "D:\Wan2.1-V3\deepface\lib\site-packages\bitsandbytes\nn\triton_based_modules.py", line 6, in <module>
    from bitsandbytes.triton.dequantize_rowwise import dequantize_rowwise
File "D:\Wan2.1-V3\deepface\lib\site-packages\bitsandbytes\triton\dequantize_rowwise.py", line 36, in <module>
    def _dequantize_rowwise(
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\runtime\autotuner.py", line 362, in decorator
    return Autotuner(fn, fn.arg_names, configs, key, reset_to_zero, restore_value, pre_hook=pre_hook,
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\runtime\autotuner.py", line 127, in __init__
    self.do_bench = driver.active.get_benchmarker()
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\runtime\driver.py", line 23, in __getattr__
    self._initialize_obj()
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\runtime\driver.py", line 20, in _initialize_obj
    self._obj = self._init_fn()
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\runtime\driver.py", line 9, in _create_driver
    return actives()
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\backends\nvidia\driver.py", line 571, in __init__
    self.utils = CudaUtils()# TODO: make static
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\backends\nvidia\driver.py", line 97, in __init__
    mod = compile_module_from_src(Path(os.path.join(dirname, "driver.c")).read_text(), "cuda_utils")
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\backends\nvidia\driver.py", line 74, in compile_module_from_src
    so = _build(name, src_path, tmpdir, library_dirs(), include_dir, libraries)
File "D:\Wan2.1-V3\deepface\lib\site-packages\triton\runtime\build.py", line 82, in _build
    subprocess.check_call(cc_cmd, stdout=subprocess.DEVNULL)
File "D:\Wan2.1-V3\deepface\lib\subprocess.py", line 364, in check_call
    retcode = call(*popenargs, **kwargs)
File "D:\Wan2.1-V3\deepface\lib\subprocess.py", line 345, in call
    with Popen(*popenargs, **kwargs) as p:
File "D:\Wan2.1-V3\deepface\lib\subprocess.py", line 971, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\Wan2.1-V3\deepface\lib\subprocess.py", line 1456, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: 系统找不到指定的文件。
Press any key to continue . . .

wenxue992008 发表于 2025-6-23 13:59:44

感谢分享

321362654 发表于 2025-8-9 15:11:12

jasonit 发表于 2025-4-28 15:15
To create a public link, set `share=True` in `launch()`.
WAN 2.1 14B Image-to-Video 720P
WAN 2.1 14B ...

你是机械硬盘么,

maxieer 发表于 2025-8-18 11:18:40

谢谢分享
页: 1 2 [3]
查看完整版本: WAN2.1 V3版 - 阿里万相2.1视频生成模型,4G显存可用,支持LoRA,支持批量 支持50系显卡 本地一键整合包下载