半肾
精华
|
战斗力 鹅
|
回帖 0
注册时间 2018-10-1
|
I:\Program\stable-diffusion-webui-AUTOMATIC1111>call webui.bat
venv "I:\Program\stable-diffusion-webui-AUTOMATIC1111\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: 1a0a6a84c3149e236211d547471f5416cd1129f3
Installing requirements for Web UI
Launching Web UI with arguments: --medvram --xformers
Checkpoint nd_latest_ab21ba3c.ckpt [ab21ba3c] not found; loading fallback nd_final.ckpt [925997e9]
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
making attention of type 'vanilla' with 512 in_channels
Loading weights [925997e9] from I:\Program\stable-diffusion-webui-AUTOMATIC1111\models\Stable-diffusion\nd_final.ckpt
Error verifying pickled file from I:\Program\stable-diffusion-webui-AUTOMATIC1111\models\Stable-diffusion\nd_final.ckpt:
Traceback (most recent call last):
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\modules\safe.py", line 62, in check_pt
with z.open('archive/data.pkl') as file:
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\venv\dep\python\lib\zipfile.py", line 1535, in open
raise BadZipFile("Bad magic number for file header")
zipfile.BadZipFile: Bad magic number for file header
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\modules\safe.py", line 80, in load
check_pt(filename)
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\modules\safe.py", line 72, in check_pt
unpickler.load()
_pickle.UnpicklingError: invalid load key, 'H'.
The file may be malicious, so the program is not going to read it.
You can skip this check with --disable-safe-unpickle commandline argument.
Traceback (most recent call last):
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\launch.py", line 165, in <module>
start_webui()
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\launch.py", line 159, in start_webui
import webui
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\webui.py", line 82, in <module>
shared.sd_model = modules.sd_models.load_model()
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\modules\sd_models.py", line 182, in load_model
load_model_weights(sd_model, checkpoint_info)
File "I:\Program\stable-diffusion-webui-AUTOMATIC1111\modules\sd_models.py", line 138, in load_model_weights
if "global_step" in pl_sd:
TypeError: argument of type 'NoneType' is not iterable
Press any key to continue . . .
程序小白,按照A1111懒人包的步骤一路下来然后webui setup到这卡住了 |
|