D-Blue

Results 40 comments of D-Blue

``` # prepare your private openAI private key export OPENAI_API_KEY={Your_Private_Openai_Key} ```

> it makes no sense,i have tried this idea but this problem still exists, Do you have another idea? If you are on linux, it should work as long as...

You shouldn't install ldm package through pip. The ldm they are using is from controlnet, which should be downloaded by following command: ``` git clone https://github.com/lllyasviel/ControlNet.git ```

I said you shouldn't "install" it by whatever method, the ldm on pip is not the one they used. It is a bunch of code from controlnet. They work as...

I don't think this code is tested on windows. But if you insist on windows, may be you can try wsl(Windows Subsystem for Linux).

What command did you use? The one in download.sh is `ln -s ControlNet/ldm ./ldm`, which does not include './ldm/ldm'

That is the correct command, but for linux. if you are on windows, you can use `mklink` to make the symbolic link. Also, you could try directly copy those three...

Yes, they are actually using `text-davinci-003` instead. But `text-davinci-003` is also considered as GPT3.5, you may check this link: [https://platform.openai.com/docs/model-index-for-researchers/models-referred-to-as-gpt-3-5](https://platform.openai.com/docs/model-index-for-researchers/models-referred-to-as-gpt-3-5) The Chatgpt is much hard to control, I have tried...

It's because ChatGPT mistakenly invoked the replace_part_of_image function method two split sentences instead of three. You can ignore this as it should not happen frequently.

Same here. It works on linux, but no image on windows.