Add clothing seed axis vocabulary

This commit is contained in:
2026-07-01 16:13:51 +02:00
parent c0985cddbe
commit 1d23ce32aa
5 changed files with 72 additions and 5 deletions
+5
View File
@@ -65,6 +65,7 @@ class SxCPSeedControl:
"category",
"subcategory",
"content",
"clothing",
"person",
"scene",
"pose",
@@ -117,6 +118,8 @@ class SxCPSeedControl:
subcategory_seed,
content_seed_mode,
content_seed,
clothing_seed_mode,
clothing_seed,
person_seed_mode,
person_seed,
scene_seed_mode,
@@ -134,6 +137,7 @@ class SxCPSeedControl:
category_seed=category_seed,
subcategory_seed=subcategory_seed,
content_seed=content_seed,
clothing_seed=clothing_seed,
person_seed=person_seed,
scene_seed=scene_seed,
pose_seed=pose_seed,
@@ -143,6 +147,7 @@ class SxCPSeedControl:
category_seed_mode=category_seed_mode,
subcategory_seed_mode=subcategory_seed_mode,
content_seed_mode=content_seed_mode,
clothing_seed_mode=clothing_seed_mode,
person_seed_mode=person_seed_mode,
scene_seed_mode=scene_seed_mode,
pose_seed_mode=pose_seed_mode,