如何關閉 Stable Diffusion 濾鏡?

如何關閉 Stable Diffusion 濾鏡?

--header ‘Authorization: Bearer {{key}}’ \ --header ‘Content-Type: application/json’ \ --data ‘{ “extra”: { “response_image_type”: “jpeg”, }, “request”: { “prompt”: “1girl,sexy”, “model_name”: “dreamshaper_8_93211.safetensors”, “width”: 512, “height”: 512, “image_num”: 4, “steps”: 20, “seed”: -1, “clip_skip”: 1, “sampler_name”: “Euler a”, “guidance_scale”: 7.5 } }’