Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platforms/gke/base/core/teardown-standard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ declare -a CORE_TERRASERVICES_DESTROY_ARRAY=(
"workloads/auto_monitoring"
"custom_compute_class"
"gke_enterprise/fleet_membership"
"container_node_pool"
#"container_node_pool"
"workloads/cluster_credentials"
"container_cluster"
"networking"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@
},
"10": {
"inputs": {
"model": "VEO_3_1",
"image_format": "PNG",
"prompt": "make the leaves and branches sway in the wind.",
"aspect_ratio": "16:9",
"output_resolution": "720p",
"compression_quality": "optimized",
"person_generation": "allow_adult",
"duration_seconds": 8,
"enhance_prompt": true,
"generate_audio": true,
"sample_count": 1,
"output_gcs_uri": "gs://${COMFYUI_BUCKET}-output",
"negative_prompt": "",
Expand All @@ -71,9 +73,9 @@
0
]
},
"class_type": "Veo2ImageToVideoNode",
"class_type": "Veo3ImageToVideoNode",
"_meta": {
"title": "Veo2 Image To Video"
"title": "Veo3.1 Image To Video"
}
}
}
36 changes: 0 additions & 36 deletions test/ci-cd/scripts/comfyui/workflows/veo2-text-to-video.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ declare -a CORE_TERRASERVICES_DESTROY_ARRAY=(
"gke_enterprise/configmanagement/oci"
"gke_enterprise/fleet_membership"
"cloudbuild/initialize"
"container_node_pool"
#"container_node_pool"
"workloads/cluster_credentials"
"container_cluster"
"networking"
Expand Down
Loading