save code

This commit is contained in:
xsl
2025-08-10 20:55:26 +08:00
parent 742974a786
commit 30c624e5af
+1 -1
View File
@@ -182,7 +182,7 @@ def takeoff_cloth_first(human_name, is_girl):
return None
def generate_from_face(human_name, sex_girl):
print('生成写真')
print(f'生成写真 {xiezhen_name}')
queue = requests.get("http://localhost:8188/queue").json()
if queue["queue_running"] or queue["queue_pending"]:
return None, "cur gpu is busy"