|
发表于 2022-10-26 14:20:15
|
显示全部楼层
运行中可能出现假死现象,若长时间无反应请点击回车键继续
Creating venv in directory venv using python "E:\StableDiffusion\stablediffusionwebui\Python310\python.exe"
venv "E:\StableDiffusion\stablediffusionwebui\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)]
Commit hash: <none>
Installing requirements for Web UI
Launching Web UI with arguments: --autolaunch --xformers --deepdanbooru
Loading config from: E:\StableDiffusion\stablediffusionwebui\models\Stable-diffusion\model.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Keeping EMAs of 688.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 64, 64) = 16384 dimensions.
making attention of type 'vanilla' with 512 in_channels
Error verifying pickled file from C:\Users\HF/.cache\huggingface\transformers\c506559a5367a918bab46c39c79af91ab88846b49c8abd9d09e699ae067505c6.6365d436cc844f2f2b4885629b559d8ff0938ac484c01a6796538b2665de96c7:
Traceback (most recent call last):
File "E:\StableDiffusion\stablediffusionwebui\modules\safe.py", line 76, in check_pt
with zipfile.ZipFile(filename) as z:
File "E:\StableDiffusion\stablediffusionwebui\Python310\lib\zipfile.py", line 1267, in __init__
self._RealGetContents()
File "E:\StableDiffusion\stablediffusionwebui\Python310\lib\zipfile.py", line 1334, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:\StableDiffusion\stablediffusionwebui\modules\safe.py", line 97, in load
check_pt(filename)
File "E:\StableDiffusion\stablediffusionwebui\modules\safe.py", line 89, in check_pt
unpickler.load()
_pickle.UnpicklingError: persistent IDs in protocol 0 must be ASCII strings
-----> !!!! The file is most likely corrupted !!!! <-----
You can skip this check with --disable-safe-unpickle commandline argument, but that is not going to help you.
Traceback (most recent call last):
File "E:\StableDiffusion\stablediffusionwebui\launch.py", line 199, in <module>
start_webui()
File "E:\StableDiffusion\stablediffusionwebui\launch.py", line 194, in start_webui
webui.webui()
File "E:\StableDiffusion\stablediffusionwebui\webui.py", line 123, in webui
initialize()
File "E:\StableDiffusion\stablediffusionwebui\webui.py", line 84, in initialize
shared.sd_model = modules.sd_models.load_model()
File "E:\StableDiffusion\stablediffusionwebui\modules\sd_models.py", line 230, in load_model
sd_model = instantiate_from_config(sd_config.model)
File "E:\StableDiffusion\stablediffusionwebui\repositories\stable-diffusion\ldm\util.py", line 85, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "E:\StableDiffusion\stablediffusionwebui\repositories\stable-diffusion\ldm\models\diffusion\ddpm.py", line 461, in __init__
self.instantiate_cond_stage(cond_stage_config)
File "E:\StableDiffusion\stablediffusionwebui\repositories\stable-diffusion\ldm\models\diffusion\ddpm.py", line 519, in instantiate_cond_stage
model = instantiate_from_config(config)
File "E:\StableDiffusion\stablediffusionwebui\repositories\stable-diffusion\ldm\util.py", line 85, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "E:\StableDiffusion\stablediffusionwebui\repositories\stable-diffusion\ldm\modules\encoders\modules.py", line 142, in __init__
self.transformer = CLIPTextModel.from_pretrained(version)
File "E:\StableDiffusion\stablediffusionwebui\venv\lib\site-packages\transformers\modeling_utils.py", line 2006, in from_pretrained
loaded_state_dict_keys = [k for k in state_dict.keys()]
AttributeError: 'NoneType' object has no attribute 'keys'
请按任意键继续. . .
================
启动不了怎么回事 |
|