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.
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}")
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
📢 Last chance to get 40% OFF my AI Digital Model for Beginners COURSE: aiconomist.gumroad.com/l/ai-model-course
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.
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}")
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
Mate, you shouldn't show your api key.
you know he can just replace it before actually posting his video right?
@@OriginLeon he could.... but did he