Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Errors #49

Closed
possom2009 opened this issue Dec 2, 2022 · 0 comments
Closed

Errors #49

possom2009 opened this issue Dec 2, 2022 · 0 comments

Comments

@possom2009
Copy link

possom2009 commented Dec 2, 2022

I'm not sure what the problem is. Here is the log:

--2022-12-02 12:28:10-- https://huggingface.co/Deltaadams/Hentai-Diffusion/resolve/main/HD-16.ckpt
Resolving huggingface.co (huggingface.co)... 54.147.99.175, 3.234.187.147, 2600:1f18:147f:e800:3df1:c2fc:20aa:9b45, ...
Connecting to huggingface.co (huggingface.co)|54.147.99.175|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-12-02 12:28:11 ERROR 404: Not Found.

/content/stable-diffusion-webui/extensions
fatal: destination path 'stable-diffusion-webui-images-browser' already exists and is not an empty directory.
/content
/content/stable-diffusion-webui
|████████████████████████████████| 103.0 MB 7.3 kB/s
/content/stable-diffusion-webui
Python 3.8.15 (default, Oct 12 2022, 19:14:39)
[GCC 7.5.0]
Commit hash: 6cce1e8f4cd547897a6ba0072866564b224ca11e
Installing requirements for Web UI
Launching Web UI with arguments: --share --xformers --enable-insecure-extension-access --lowvram --gradio-auth webui:diffusion
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading weights [e3b0c442] from /content/stable-diffusion-webui/models/Stable-diffusion/HentaiDiffusion.ckpt
Error verifying pickled file from /content/stable-diffusion-webui/models/Stable-diffusion/HentaiDiffusion.ckpt:
Traceback (most recent call last):
File "/content/stable-diffusion-webui/modules/safe.py", line 83, in check_pt
with zipfile.ZipFile(filename) as z:
File "/usr/lib/python3.8/zipfile.py", line 1269, in init
self._RealGetContents()
File "/usr/lib/python3.8/zipfile.py", line 1336, 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 "/content/stable-diffusion-webui/modules/safe.py", line 131, in load_with_extra
check_pt(filename, extra_handler)
File "/content/stable-diffusion-webui/modules/safe.py", line 98, in check_pt
unpickler.load()
EOFError: Ran out of input

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 "launch.py", line 294, in
start()
File "launch.py", line 289, in start
webui.webui()
File "/content/stable-diffusion-webui/webui.py", line 131, in webui
initialize()
File "/content/stable-diffusion-webui/webui.py", line 61, in initialize
modules.sd_models.load_model()
File "/content/stable-diffusion-webui/modules/sd_models.py", line 261, in load_model
load_model_weights(sd_model, checkpoint_info)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 191, in load_model_weights
sd = read_state_dict(checkpoint_file)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 173, in read_state_dict
sd = get_state_dict_from_checkpoint(pl_sd)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 147, in get_state_dict_from_checkpoint
pl_sd = pl_sd.pop("state_dict", pl_sd)
AttributeError: 'NoneType' object has no attribute 'pop'

check
1m 40s
completed at 6:29 AM

@possom2009
Copy link
Author

Looks like it resolved itself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant