Edit images with AI directly in Airtable! Open AI DALL·E 2 and Make - Part 3

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 16

  • @freshlesh3019754
    @freshlesh3019754 Před rokem +1

    Not sure what I am getting wrong in this. Your image info @4:47 shows things like statuscode, headers, cookieheaders and filesize that don't appear when I create this scenario

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  Před rokem

      a ) Are you using the download file instead of regular http module? b) are you downloading file? You can try testing with a link to a file you know exists.

    • @freshlesh3019754
      @freshlesh3019754 Před rokem

      @@BusinessAutomatedTutorials Thanks for for reply. I notice you have filters set on your get file and get mask links. Can you explain what they are. I am using the http modules that you are but I don't get the data outputs you do, thought maybe that might be it.

    • @freshlesh3019754
      @freshlesh3019754 Před rokem +1

      @@BusinessAutomatedTutorials Also great work. These automations are ingenious game changing tools for almost any small business. Would love a text prompt tutorial similar to the image one. Maybe with a button at the end to run a webhook to run the make scenario just a thought.

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  Před rokem +1

      @@freshlesh3019754 have you seen my latest video about integrating GPT in Gmail? m.czcams.com/video/p0xbKtH7yBc/video.html you could reuse the scenario the to hook it up to Airtable and trigger we hook with a button or automation

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  Před rokem +1

      @@freshlesh3019754 Just notice that - these notifications in youtube work bit weird, so hard to see follow up questions. The filters between modules are just checking if the initial module had any ouptup ( {1.id} exists? ) so that we dont run empty requests.

  • @minitricia
    @minitricia Před rokem

    Hi there, with this can i only edit image generate previously by dall-e or i can upload my own photo & mask to edit? I have encounter an error on "make a request" part where i states a http error, 400 bad request, do you know the solution to this?

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  Před rokem

      You can upload your own images, you just need to be sure that images are in PNG format and square.

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  Před rokem

      IMAGE: The image to edit. Must be a valid PNG file, less than 4MB, and square. If mask is not provided, image must have transparency, which will be used as the mask.
      MASK": An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
      platform.openai.com/docs/api-reference/images/create-edit

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  Před rokem

      I would also keep them square. Initially you can keep the input at 1024x1024 and if it works try with higher output, but it will work only as 1024x1024 max output

  • @Prolancers
    @Prolancers Před 5 měsíci

    It’s not working

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  Před 5 měsíci

      What is not working for you?

    • @Prolancers
      @Prolancers Před 5 měsíci

      ​@@BusinessAutomatedTutorials Hello Thanks for your reply. The scenario completes fine but than I get error with with the first HTTP Get file stage: The operation failed with an error. Budle Validation Error Validation failed for 1 parameter(s) Missing value of required parameter 'url'. Both HTTP files have same image format. first image is for the main image and 2nd image is mask. I have tried many ways its not going through.

    • @BusinessAutomatedTutorials
      @BusinessAutomatedTutorials  Před 5 měsíci

      @@Prolancers you are missing some variable mapping. As the error says it expects value in url parameter but it is not getting any.