Coyote-A/ultimate-upscale-for-automatic1111

error:Script 'ultimate sd upscale' not found

Maxwell777777 opened this issue · 1 comments

Error inference by WebUI API, url:http://127.0.0.1:7860/sdapi/v1/txt2img | input_data:{'prompt': 'xxx, 'negative_prompt': 'xxx', 'seed': -1, 'sampler_index': 'DPM++ SDE', 'cfg_scale': 7.5, 'width': 512, 'height': 512, 'batch_size': 1, 'n_iter': 1, 'steps': 20, 'send_images': True, 'save_images': False, 'script_name': 'ultimate sd upscale', 'script_args': ['', 512, 0, 8, 32, 64, 0.275, 32, 3, False, 0, True, 8, 3, 2, 1080, 1440, 1.875], 'enable_hr': False, 'denoising_strength': 0.5, 'firstphase_width': 0, 'firstphase_height': 0, 'hr_scale': 2, 'hr_upscaler': 'string', 'hr_second_pass_steps': 0, 'hr_resize_x': 0, 'hr_resize_y': 0, 'hr_checkpoint_name': 'string', 'hr_sampler_name': 'string', 'hr_prompt': '', 'hr_negative_prompt': '', 'override_settings': {'sd_model_checkpoint': 'macc-model.safetensors', 'sd_vae': 'Automatic'}, 'override_settings_restore_afterwards': True} | error:Script 'ultimate sd upscale' not found | response:{'error': 'HTTPException', 'detail': "Script 'ultimate sd upscale' not found", 'body': '', 'errors': ''}

You just have a typo in your script_name. The script name needs to match the name in the UI.
"script_name": "Ultimate SD upscale", You need to capitalize the first letter of "Ultimate"
It must match this script name text exactly

Screenshot 2024-07-19 173043