diff --git a/app/design_batch/request_data/requests_data.json b/app/design_batch/request_data/requests_data.json deleted file mode 100644 index 32e7c52..0000000 --- a/app/design_batch/request_data/requests_data.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "objects": [ - { - "basic": { - "body_point_test": { - "waistband_right": [ - 201, - 242 - ], - "hand_point_right": [ - 222, - 312 - ], - "waistband_left": [ - 114, - 243 - ], - "hand_point_left": [ - 94, - 310 - ], - "shoulder_left": [ - 102, - 116 - ], - "shoulder_right": [ - 211, - 115 - ] - }, - "layer_order": true, - "scale_bag": 0.7, - "scale_earrings": 0.16, - "self_template": true, - "single_overall": "overall", - "switch_category": "" - }, - "items": [ - { - "businessId": 264931, - "color": "145 220 232", - "image_id": 96844, - "offset": [ - 0, - 0 - ], - "path": "aida-users/87/sketch/2aa7aad5-74bb-41fa-9cdf-f06611b3e89a-2-87.png", - "print": { - "element": { - "element_angle_list": [], - "element_path_list": [], - "element_scale_list": [], - "location": [] - }, - "overall": { - "location": [], - "print_angle_list": [], - "print_path_list": [], - "print_scale_list": [] - }, - "single": { - "location": [], - "print_angle_list": [], - "print_path_list": [], - "print_scale_list": [] - } - }, - "priority": 10, - "resize_scale": [ - 1.0, - 1.0 - ], - "type": "Dress" - }, - { - "body_path": "aida-sys-image/models/female/79805ec3-3f01-466d-91e0-36028d079699.png", - "image_id": 95444, - "type": "Body" - } - ] - } - ], - "process_id": "87", - "tasks_id": "" -} - diff --git a/nacos-data/snapshot/aida.python+LOCAL+zcr b/nacos-data/snapshot/aida.python+LOCAL+zcr deleted file mode 100644 index 58a9116..0000000 --- a/nacos-data/snapshot/aida.python+LOCAL+zcr +++ /dev/null @@ -1,60 +0,0 @@ -# ====================== 应用基础配置 ====================== -PORT: 8088 -SERVE_ENV: "dev" -DEBUG: true - -# ====================== API 密钥 ====================== -QWEN_API_KEY: "sk-f31c29e61ac2498ba5e307aaa6dc10e0" - -# ====================== ComfyUI ====================== -COMFYUI_SERVER_ADDRESS: "20.1.1.40:8188" - -# ====================== MinIO ====================== -MINIO_URL: "www.minio-api.aida.com.hk" -MINIO_ACCESS: "vXKFLSJkYeEq2DrSZvkB" -MINIO_SECRET: "uKTZT3x7C43WvPN9QTc99DiRkwddWZrG9Uh3JVlR" -MINIO_SECURE: true - -# ====================== Redis ====================== -REDIS_HOST: "127.0.0.1" -REDIS_PORT: "6379" -REDIS_DB: 2 - -# ====================== MySQL ====================== -MYSQL_HOST: "18.167.251.121" -MYSQL_PORT: 33008 -MYSQL_USER: "aida_con" -MYSQL_PASSWORD: "123456" -MYSQL_DB: "aida_back" - -# ====================== RabbitMQ ====================== -MQ_HOST: "18.167.251.121" -MQ_PORT: "5672" -MQ_USERNAME: "rabbit" -MQ_PASSWORD: "123456" -MQ_VIRTUAL_HOST: "/" -MQ_ENV: "dev" - -# ====================== 其他服务 ====================== -MILVUS_URL: "http://20.1.1.43:19530" -MILVUS_TOKEN: "root:Milvus" -MILVUS_ALIAS: "default" - - -OLLAMA_URL: "http://20.1.1.43:11434" - -CHROMADB_PATH: "/mnt/data/workspace/Code/trinity_client_aida/app/chromadb" - -JAVA_STREAM_API_URL: "http://your-java-service:8080" - -FLUX2_GEN_IMG_MODEL_URL: "20.1.1.33:14202" - -A6000_SERVICE_HOST: "20.1.1.43" -B_4_X_4090_SERVICE_HOST: "20.1.1.40" - -# ====================== 路径配置 ====================== -LOGS_PATH: "/mnt/data/workspace/Code/trinity_client_aida/app/logs" -CATEGORY_PATH: "/mnt/data/workspace/Code/trinity_client_aida/app/service/attribute/config/descriptor/category/category_dis.csv" -SEG_CACHE_PATH: "/seg_cache/" -RECOMMEND_PATH_PREFIX: "/mnt/data/workspace/Code/trinity_client_aida/app/service/recommend/" -SERVE_PORT: 2010 \ No newline at end of file