EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0
https://gptgirlfriend.online
2.58k stars 435 forks source link

Error: 'run() got an unexpected keyword argument 'options'' when trying to generate selfie #75

Open ChenMorSays opened 1 year ago

ChenMorSays commented 1 year ago

Steamship have apparently changed the run function:

return stable_diffusion_tool.run(
            modified_inputs,
            context,
            options={
                "negative_prompt": NEGATIVE_PROMPT,
                "guidance_scale": 7,
                "num_inference_steps": 40,
            },
        )
Screen Shot 2023-07-31 at 15 43 14

Looking for what's the right place for options now