Stable Diffusion 3 API Tutorial | Testing the Power of This New Model by Stability AI

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 7

  • @Aiconomist
    @Aiconomist  2 หลายเดือนก่อน

    📢 Last chance to get 40% OFF my AI Digital Model for Beginners COURSE: aiconomist.gumroad.com/l/ai-model-course

  • @damarispfromm2174
    @damarispfromm2174 5 หลายเดือนก่อน

    Cool! Kann der auch dynamische Pose erstellen, wie zB. tanzen? Oder ein Zwerg reitet auf der Biene? Bei dem alten Stable Diffusion funktioniert nicht leider richtig 😔. Dall-e 3 schafft alles und macht viel bessere Bilder. Ich kann kaum erwarten und hoffe sehr, dass der neue Stable Diffusion besser ist.

  • @nathanpallavicini6687
    @nathanpallavicini6687 7 หลายเดือนก่อน

    Replace the file save function with this code below and it will automatically add an ascending suffix when saving img1.jpeg, img2.jpeg, img3.jpeg and so on.
    import requests
    import os
    from pathlib import Path
    filename = "img"
    suffix = ".webp"
    count = 1
    if response.status_code == 200:
    while True:
    filepath = f"{filename}_{count}{suffix}"
    if not os.path.exists(filepath):
    with open(filepath, 'wb') as file:
    file.write(response.content)
    break
    count += 1
    print(f"File saved as: {filepath}")
    else:
    raise Exception(f"Failed to retrieve data. Status code: {response.status_code}. Response: {response.text}")

  • @Miir631
    @Miir631 7 หลายเดือนก่อน

    Tnks you for your explanation plz i am pulisher author in amazon i need generate coloring book interior faster because take a lot of time like your last vid about in sd script can you give me advice

  • @jasonhemphill8525
    @jasonhemphill8525 6 หลายเดือนก่อน

    Mate, you shouldn't show your api key.

    • @OriginLeon
      @OriginLeon 5 หลายเดือนก่อน

      you know he can just replace it before actually posting his video right?

    • @jasonhemphill8525
      @jasonhemphill8525 5 หลายเดือนก่อน

      @@OriginLeon he could.... but did he