Catherine Ramsden

Results 2 comments of Catherine Ramsden

Looks to me like the gradio.textbox value data type is a string, if that's true then -1 will never equal "-1". Potential solution would either be to change the condition...

This works for me: ``` { "prompt": "a cat stalking a mouse", "negative_prompt": "nsfw, ugly, text", "seed": -1, "batch_size": 1, "steps": 50, "cfg_scale": 7.0, "sd_model_name": "dreamshaper_8", "sampler_index": "Euler", "width": 512,...