EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0

Home Page:https://gptgirlfriend.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ChenMorSays opened this issue · comments

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