@foundrysmith1

Great video!  Exactly what I was looking for.  Looking forward to what comes next

@oreki4081

This video is very very very fantastic and I started interesting in AI fields because of your channel videos. Right now, I just started Python programming Day 1 from today. I promise I will try this as soon as I understand the python. I will try this one again. 
Thank you very much for this extraordinary video. I hope to see something like this more in your future videos. and also can you make a video of machine learning project like this one. please! 😊

@leokonto6860

You’re the reason I keep going bro you’re my inspiration ❤

@aykanseper

Thank you, this is really well explained. But I am a newbie and want to ask something:), How could I implement this on an app where user creates an item and based on their title, app provides an image. There is a training project I work on and there are already files, app works but need to add this extension, I can't figure out which file I should work on

@Ogabrielhr

Very nice video! I have a question: Do you had to pay something to make this images? I trying to make a aplication to create Avatars, but i'm looking for alternatives for Stable Diffusion.

@SNxZoRRo

how i can generate the auth_token ?
🙂🙂

@startmusicworld666

promt_input = ctk.CTkEntry(
TypeError: CTkEntry.__init__() missing 1 required positional argument: 'master' can i know  what it is?

@hmdanish2424

Is it possible to call openai api in Android studio?

@rgb8534

I am getting an error
promt_input = ctk.CTkEntry(
                  ^^^^^^^^^^^^^
TypeError: CTkEntry.__init__() missing 1 required positional argument: 'master'

@dameonjensen

code is broken

@Lilxomnii

Bro please provide your source code

@AidanF-qy9fr

im getting an error

main_image = tk.Canvas(app, width=512, height=512)
main_image.place(x=10, y=110)

prompt_input = ctk.CTkEntry(
  height=40,
  width=512,
  text_font=("Arial", 20),
  text_color="black:",
  fg_color="white",
  placeholder_text="Enter a prompt.",
)
prompt_input.place(x=10, y=10)