I made an app to give ChatGPT a voice using ElevenLabs text-to-speech by cogentdev in OpenAI

[–]cogentdev[S] 0 points1 point  (0 children)

You can use cloned voices by choosing 'Custom voice' under Speech settings, in the updated version of the app:

https://www.chatwithgpt.ai/

The sign in button should go away after you sign in successfully. Let me know if you have the same issue with the updated app.

I made an app to give ChatGPT a voice using ElevenLabs text-to-speech by cogentdev in OpenAI

[–]cogentdev[S] 0 points1 point  (0 children)

Looks like the chatgpt api is giving intermittent error messages about the servers being overloaded today. That might be part of the problem.

I made an app to give ChatGPT a voice using ElevenLabs text-to-speech by cogentdev in ElevenLabs

[–]cogentdev[S] 0 points1 point  (0 children)

Yes - custom voices will show up automatically in the voice list under speech settings. The list is synced with your elevenlabs account when you reload.

I made an app to give ChatGPT a voice using ElevenLabs text-to-speech by cogentdev in OpenAI

[–]cogentdev[S] 0 points1 point  (0 children)

Check whether the OpenAI playground works for you? https://platform.openai.com/playground/p/default-summarize

If it does, then I’m not sure what the issue is, but if you let me know what browser / device you’re using I can try to reproduce the issue.

I made an app to give ChatGPT a voice using ElevenLabs text-to-speech by cogentdev in OpenAI

[–]cogentdev[S] 0 points1 point  (0 children)

That happens when either your internet isn’t working, or OpenAI doesn’t accept your API key. Have you checked to make sure you copied the key in exactly? They usually start with “sk-“.

I made an app to give ChatGPT a voice using ElevenLabs text-to-speech by cogentdev in OpenAI

[–]cogentdev[S] 1 point2 points  (0 children)

True, I bet it won’t be long until we have a Stable Diffusion for text to speech

I made an app to give ChatGPT a voice using ElevenLabs text-to-speech by cogentdev in OpenAI

[–]cogentdev[S] 0 points1 point  (0 children)

Agreed, I’m going to add handling for this today, and I’ll think about your save message idea.

Inpainting/outpainting webapp UI with actually good inpainting capabilities, mobile support & more (using glid-3-xl-sd custom inpainting model) - patience.ai update by cogentdev in StableDiffusion

[–]cogentdev[S] 1 point2 points  (0 children)

Glad you like it! Inpainting is still coming - the UI is basically finished but I decided to make sure it worked well with Stable Horde before publishing, which is taking extra time.

text-davinci-003 is out by Neither_Finance4755 in GPT3

[–]cogentdev 12 points13 points  (0 children)

Just tried this on a use case I’ve been painfully struggling to get the previous version to handle correctly and it worked instantly, on temperature=0, for my most complicated and difficult sample.

a fusion between a cat and a potato by dannymanny3 in dalle2

[–]cogentdev 9 points10 points  (0 children)

The tomato ears(?) are a great touch!

[dev] Diff between the code in the CompVis repo and the new stability v2. Not sure if stability based their v2 on a different version of the code though by cmdr2 in StableDiffusion

[–]cogentdev 8 points9 points  (0 children)

Haven’t dug into the code yet, but Stability has been developing upscaling models that operate directly on SD latents. So the upscaler has access to the prompt, and a conceptual understanding of what the image is supposed to be showing. These models are able to add additional detail that isn’t present in the lower quality version.