I downloaded auto MBW v1 but it is having an error while using it

#5
by DucHaiten - opened

Merge Block Weighted

current_pass:0
starting merge...
model_0 : duchaitenaiart_V453.safetensors [ce4d987a0e]
model_1 : femboy-beta_v1.0.safetensors [41b7002ce0]
base_alpha : 0.0
output_file: D:\stable-diffusion-webui\models\Stable-diffusion\aiart-femboybeta-autoMBW-1-half20240328-031032.safetensors
weights : 1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0
skip ids : 1 : 0:None, 1:Skip, 2:Reset
test type : Test
loading duchaitenaiart_V453.safetensors [ce4d987a0e]
loading femboy-beta_v1.0.safetensors [41b7002ce0]
merging ...
Stage 1/2: 0%| | 0/1131 [00:00<?, ?it/s]cond_stage_model.transformer.text_model.embeddings.position_ids
modelA: skip 'position_ids' : dtype:torch.float16
Stage 1/2: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1131/1131 [00:02<00:00, 404.43it/s]
Stage 2/2: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1546/1546 [00:00<00:00, 1546112.06it/s]
Saving...
Done!
merged.
starting generation.
<Response [404]>
Traceback (most recent call last):
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\stable-diffusion-webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "D:\stable-diffusion-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "D:\stable-diffusion-webui\venv\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "D:\stable-diffusion-webui\extensions\sdweb-auto-MBW\scripts\mbw\auto_mbw.py", line 679, in onclick_btn_do_merge_block_weighted
binary_mid_pass(prechks, 1)
File "D:\stable-diffusion-webui\extensions\sdweb-auto-MBW\scripts\mbw\auto_mbw.py", line 645, in binary_mid_pass
lowerscore = merge_wrapper(merge_params)
File "D:\stable-diffusion-webui\extensions\sdweb-auto-MBW\scripts\mbw\auto_mbw.py", line 417, in merge_wrapper
images = txt2img(model=model_O,
File "D:\stable-diffusion-webui\extensions\sdweb-auto-MBW\scripts\util_autombw\txt2img_api.py", line 43, in txt2img
for i in r['images']:
KeyError: 'images'

Sign up or log in to comment