Error when trying to save. #4438
Unanswered
githubUser01946
asked this question in
Q&A
Replies: 2 comments
-
I also have Python 3.10.6 installed but upon launching webui-user.bat it seems to load Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have made it an issue as I have no response from anyone to help me fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I dont want to mark this as an issue because it probably isnt.
When I have outpainted in Inpaint by loading Outpainting MK2 script choosing how much by and the direction, I get Error.
In the terminal/command/miniconda window it says the following:
``Error completing request
Arguments: ('{"prompt": "a beautiful ultradetailed painting of a tall castle with walls of cobblestone visible over the treeline of a red maple, golden hour, albert bierstadt, makoto shinkai, 4k, trending on artstation", "all_prompts": ["a beautiful ultradetailed painting of a tall castle with walls of cobblestone visible over the treeline of a red maple, golden hour, albert bierstadt, makoto shinkai, 4k, trending on artstation"], "negative_prompt": "", "seed": 328368278, "all_seeds": [328368278], "subseed": -1, "all_subseeds": [-1], "subseed_strength": 0, "width": 640, "height": 768, "sampler_index": 0, "sampler": "Euler a", "cfg_scale": 7, "steps": 30, "batch_size": 1, "restore_faces": false, "face_restoration_model": null, "sd_model_hash": "81761151", "seed_resize_from_w": 0, "seed_resize_from_h": 0, "denoising_strength": 0.75, "extra_generation_params": {"Mask blur": 4}, "index_of_first_image": 0, "infotexts": ["a beautiful ultradetailed painting of a tall castle with walls of cobblestone visible over the treeline of a red maple, golden hour, albert bierstadt, makoto shinkai, 4k, trending on artstation\nSteps: 30, Sampler: Euler a, CFG scale: 7, Seed: 328368278, Size: 640x768, Model hash: 81761151, Denoising strength: 0.75, Mask blur: 4"], "styles": ["None", "None"], "job_timestamp": "20221107174312", "clip_skip": 1}', [{'name': 'C:\Users\cpgsa\AppData\Local\Temp\tmphzm_1bgx\tmp67mglhel.png', 'data': 'file=C:\Users\cpgsa\AppData\Local\Temp\tmphzm_1bgx\tmp67mglhel.png', 'is_file': True}, {'name': 'C:\Users\cpgsa\AppData\Local\Temp\tmphzm_1bgx\tmp20se24cq.png', 'data': 'file=C:\Users\cpgsa\AppData\Local\Temp\tmphzm_1bgx\tmp20se24cq.png', 'is_file': True}, {'name': 'C:\Users\cpgsa\AppData\Local\Temp\tmphzm_1bgx\tmp7ss3r_r6.png', 'data': 'file=C:\Users\cpgsa\AppData\Local\Temp\tmphzm_1bgx\tmp7ss3r_r6.png', 'is_file': True}], True, 1) {}
Traceback (most recent call last):
File "C:\SD\stable-diffusion-webui\modules\ui.py", line 185, in f
res = list(func(*args, **kwargs))
File "C:\SD\stable-diffusion-webui\modules\ui.py", line 136, in save_files
fullfn, txt_fullfn = save_image(image, path, "", seed=p.all_seeds[i], prompt=p.all_prompts[i], extension=extension, info=p.infotexts[image_index], grid=is_grid, p=p, save_to_dirs=save_to_dirs)
IndexError: list index out of range
Traceback (most recent call last):
File "c:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 284, in run_predict
output = await app.blocks.process_api(
File "c:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 983, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "c:\SD\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 913, in postprocess_data
if predictions[i] is components._Keywords.FINISHED_ITERATING:
IndexError: tuple index out of range
``
Beta Was this translation helpful? Give feedback.
All reactions