Add paint function for agent David

This commit is contained in:
Song
2023-09-23 10:44:57 +08:00
parent c289c811ee
commit 85259ca408
8 changed files with 120 additions and 17 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ async def test_local_sd_node(propmt, model):
task.create_time = time.time()
task.task_id = uuid.uuid4().hex
task.params['model_name'] = model
task.params['prompts'] = propmt
task.params['prompt'] = propmt
await node.push_task(task)
while True: