Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error:Script 'ultimate sd upscale' not found #146

Open
Maxwell777777 opened this issue Apr 23, 2024 · 1 comment
Open

error:Script 'ultimate sd upscale' not found #146

Maxwell777777 opened this issue Apr 23, 2024 · 1 comment

Comments

@Maxwell777777
Copy link

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': ''}

@aaronjolson
Copy link

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

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

No branches or pull requests

2 participants