Spaces:
Runtime error
Runtime error
Revert "Fix ComfyUI workflow validation errors"
Browse filesThis reverts commit e31aad4473899a22893e3b2a2d33d20f3de30df5.
- app.py +1 -1
- simple_api_workflow.json +20 -28
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def setup():
|
|
| 56 |
{"repo": "Comfy-Org/z_image_turbo", "file": "split_files/vae/ae.safetensors", "dest": "models/vae/ae.safetensors"},
|
| 57 |
{"repo": "Comfy-Org/z_image_turbo", "file": "split_files/diffusion_models/z_image_turbo_bf16.safetensors", "dest": "models/diffusion_models/z_image_turbo_bf16.safetensors"},
|
| 58 |
{"repo": "Comfy-Org/z_image_turbo", "file": "split_files/text_encoders/qwen_3_4b.safetensors", "dest": "models/text_encoders/qwen_3_4b.safetensors"},
|
| 59 |
-
{"repo": "alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union", "file": "Z-Image-Turbo-Fun-Controlnet-Union.safetensors", "dest": "models/
|
| 60 |
{"repo": "deepghs/yolo-face", "file": "yolov8n-face/model.pt", "dest": "models/ultralytics/bbox/yolov8n-face.pt"},
|
| 61 |
# SAM model for FaceDetailer
|
| 62 |
{"repo": "YouLiXiya/YL-SAM", "file": "sam_vit_b_01ec64.pth", "dest": "models/sams/sam_vit_b_01ec64.pth"}
|
|
|
|
| 56 |
{"repo": "Comfy-Org/z_image_turbo", "file": "split_files/vae/ae.safetensors", "dest": "models/vae/ae.safetensors"},
|
| 57 |
{"repo": "Comfy-Org/z_image_turbo", "file": "split_files/diffusion_models/z_image_turbo_bf16.safetensors", "dest": "models/diffusion_models/z_image_turbo_bf16.safetensors"},
|
| 58 |
{"repo": "Comfy-Org/z_image_turbo", "file": "split_files/text_encoders/qwen_3_4b.safetensors", "dest": "models/text_encoders/qwen_3_4b.safetensors"},
|
| 59 |
+
{"repo": "alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union", "file": "Z-Image-Turbo-Fun-Controlnet-Union.safetensors", "dest": "models/controlnet/Z-Image-Turbo-Fun-Controlnet-Union.safetensors"},
|
| 60 |
{"repo": "deepghs/yolo-face", "file": "yolov8n-face/model.pt", "dest": "models/ultralytics/bbox/yolov8n-face.pt"},
|
| 61 |
# SAM model for FaceDetailer
|
| 62 |
{"repo": "YouLiXiya/YL-SAM", "file": "sam_vit_b_01ec64.pth", "dest": "models/sams/sam_vit_b_01ec64.pth"}
|
simple_api_workflow.json
CHANGED
|
@@ -219,7 +219,7 @@
|
|
| 219 |
"color_correction": "fixed",
|
| 220 |
"batch_size": 2160,
|
| 221 |
"uniform_batch_size": 0,
|
| 222 |
-
"resolution":
|
| 223 |
"max_resolution": false
|
| 224 |
}
|
| 225 |
},
|
|
@@ -310,12 +310,6 @@
|
|
| 310 |
"strength": 1.2
|
| 311 |
}
|
| 312 |
},
|
| 313 |
-
"578": {
|
| 314 |
-
"class_type": "UltralyticsDetectorProvider",
|
| 315 |
-
"inputs": {
|
| 316 |
-
"model_name": "bbox/yolov8n-face.pt"
|
| 317 |
-
}
|
| 318 |
-
},
|
| 319 |
"581": {
|
| 320 |
"class_type": "FaceDetailer",
|
| 321 |
"inputs": {
|
|
@@ -343,34 +337,32 @@
|
|
| 343 |
"10",
|
| 344 |
0
|
| 345 |
],
|
| 346 |
-
"bbox_detector": [
|
| 347 |
-
"578",
|
| 348 |
-
0
|
| 349 |
-
],
|
| 350 |
"guide_size": 256,
|
| 351 |
"guide_size_for": true,
|
| 352 |
"max_size": 1024,
|
| 353 |
"seed": 869357132031987,
|
| 354 |
-
"steps":
|
| 355 |
-
"cfg":
|
| 356 |
-
"sampler_name":
|
| 357 |
-
"scheduler": "
|
| 358 |
-
"denoise":
|
| 359 |
"feather": 0.12,
|
| 360 |
"noise_mask": 8,
|
| 361 |
"force_inpaint": true,
|
| 362 |
-
"bbox_threshold":
|
| 363 |
-
"bbox_dilation":
|
| 364 |
-
"bbox_crop_factor":
|
| 365 |
-
"sam_detection_hint":
|
| 366 |
-
"sam_dilation":
|
| 367 |
-
"sam_threshold": 0
|
| 368 |
-
"sam_bbox_expansion": 0,
|
| 369 |
-
"sam_mask_hint_threshold": 0
|
| 370 |
-
"
|
| 371 |
-
"
|
| 372 |
-
"
|
| 373 |
-
"
|
|
|
|
|
|
|
| 374 |
}
|
| 375 |
},
|
| 376 |
"62": {
|
|
|
|
| 219 |
"color_correction": "fixed",
|
| 220 |
"batch_size": 2160,
|
| 221 |
"uniform_batch_size": 0,
|
| 222 |
+
"resolution": 1,
|
| 223 |
"max_resolution": false
|
| 224 |
}
|
| 225 |
},
|
|
|
|
| 310 |
"strength": 1.2
|
| 311 |
}
|
| 312 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 313 |
"581": {
|
| 314 |
"class_type": "FaceDetailer",
|
| 315 |
"inputs": {
|
|
|
|
| 337 |
"10",
|
| 338 |
0
|
| 339 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 340 |
"guide_size": 256,
|
| 341 |
"guide_size_for": true,
|
| 342 |
"max_size": 1024,
|
| 343 |
"seed": 869357132031987,
|
| 344 |
+
"steps": "randomize",
|
| 345 |
+
"cfg": 20,
|
| 346 |
+
"sampler_name": 0.5,
|
| 347 |
+
"scheduler": "dpmpp_2m",
|
| 348 |
+
"denoise": "simple",
|
| 349 |
"feather": 0.12,
|
| 350 |
"noise_mask": 8,
|
| 351 |
"force_inpaint": true,
|
| 352 |
+
"bbox_threshold": true,
|
| 353 |
+
"bbox_dilation": 0.35,
|
| 354 |
+
"bbox_crop_factor": 8,
|
| 355 |
+
"sam_detection_hint": 2.2,
|
| 356 |
+
"sam_dilation": "center-1",
|
| 357 |
+
"sam_threshold": 0,
|
| 358 |
+
"sam_bbox_expansion": 0.93,
|
| 359 |
+
"sam_mask_hint_threshold": 0,
|
| 360 |
+
"sam_max_limit_for_hint": 0.7,
|
| 361 |
+
"sam_min_sub_area": "False",
|
| 362 |
+
"sam_mask_hint_use_negative": 5,
|
| 363 |
+
"drop_size": "",
|
| 364 |
+
"wildcard": 1,
|
| 365 |
+
"cycle": false
|
| 366 |
}
|
| 367 |
},
|
| 368 |
"62": {
|