1
0
forked from cgvr/DeltaVR

try out different text-to-img and img-to-3d params

This commit is contained in:
2025-11-28 15:27:37 +02:00
parent 2980631414
commit cc3c481295
3 changed files with 4 additions and 2 deletions

View File

@@ -76,6 +76,8 @@ async def text_to_image_invoke_ai(prompt, output_path):
# see available model keys via GET http://127.0.0.1:9090/api/v2/models/?model_type=main
args = {
"prompt": prompt,
"width": 512,
"height": 512,
"model_key": "79401292-0a6b-428d-b7d7-f1e86caeba2b" # Juggernaut XL v9
#"model_key": "735f6485-6703-498f-929e-07cf0bbbd179" # Dreamshaper 8
}