Is this repo dead?

#4
by Tobe2d - opened

I can't see anyone from the dev side answering the questions.

I had a working ddfusion checkpoint, but tried a clean install ( I deleted all my checkpoints). So if you have a good checkpoint, DO NOT DELETE THEM. They may never appear again. I'm trying to rebuild this one, but all I get are errors. Something has changed.

Loading weights [b5453f75] from L:\SD-WebUI\models\Stable-diffusion\disco-diffusion-style\disco-diffusion.ckpt
Error verifying pickled file from L:\SD-WebUI\models\Stable-diffusion\disco-diffusion-style\disco-diffusion.ckpt:
Traceback (most recent call last):
File "L:\SD-WebUI\modules\safe.py", line 131, in load_with_extra
check_pt(filename, extra_handler)
File "L:\SD-WebUI\modules\safe.py", line 84, in check_pt
check_zip_filenames(filename, z.namelist())
File "L:\SD-WebUI\modules\safe.py", line 76, in check_zip_filenames
raise Exception(f"bad file inside {filename}: {name}")
Exception: bad file inside L:\SD-WebUI\models\Stable-diffusion\disco-diffusion-style\disco-diffusion.ckpt: disco-diffusion/data.pkl

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 "L:\SD-WebUI\venv\lib\site-packages\gradio\routes.py", line 284, in run_predict
output = await app.blocks.process_api(
File "L:\SD-WebUI\venv\lib\site-packages\gradio\blocks.py", line 982, in process_api
result = await self.call_function(fn_index, inputs, iterator)
File "L:\SD-WebUI\venv\lib\site-packages\gradio\blocks.py", line 824, in call_function
prediction = await anyio.to_thread.run_sync(
File "L:\SD-WebUI\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "L:\SD-WebUI\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "L:\SD-WebUI\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "L:\SD-WebUI\modules\ui.py", line 1662, in
fn=lambda value, k=k: run_settings_single(value, key=k),
File "L:\SD-WebUI\modules\ui.py", line 1504, in run_settings_single
opts.data_labels[key].onchange()
File "L:\SD-WebUI\webui.py", line 41, in f
res = func(*args, **kwargs)
File "L:\SD-WebUI\webui.py", line 83, in
shared.opts.onchange("sd_model_checkpoint", wrap_queued_call(lambda: modules.sd_models.reload_model_weights()))
File "L:\SD-WebUI\modules\sd_models.py", line 295, in reload_model_weights
load_model_weights(sd_model, checkpoint_info)
File "L:\SD-WebUI\modules\sd_models.py", line 184, in load_model_weights
if "global_step" in pl_sd:
TypeError: argument of type 'NoneType' is not iterable

Sign up or log in to comment