bizydraft 0.2.35__py3-none-any.whl → 0.2.37__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bizydraft might be problematic. Click here for more details.
- bizydraft/static/js/hookLoadModel.js +1 -1
- bizydraft/static/js/postEvent.js +11 -0
- {bizydraft-0.2.35.dist-info → bizydraft-0.2.37.dist-info}/METADATA +1 -1
- {bizydraft-0.2.35.dist-info → bizydraft-0.2.37.dist-info}/RECORD +6 -6
- {bizydraft-0.2.35.dist-info → bizydraft-0.2.37.dist-info}/WHEEL +0 -0
- {bizydraft-0.2.35.dist-info → bizydraft-0.2.37.dist-info}/top_level.txt +0 -0
|
@@ -20,6 +20,7 @@ const WHITELIST_NODES = {
|
|
|
20
20
|
"WanVideoModelLoader": "UNet",
|
|
21
21
|
"LoadWanVideoT5TextEncoder": "CLIP",
|
|
22
22
|
"WanVideoLoraSelect": "LoRa",
|
|
23
|
+
"LoadFramePackModel": "Checkpoint",
|
|
23
24
|
};
|
|
24
25
|
const HAZY_WHITELIST_NODES = {
|
|
25
26
|
|
|
@@ -56,7 +57,6 @@ const possibleWidgetNames=[
|
|
|
56
57
|
"unet_name",
|
|
57
58
|
"vae_name",
|
|
58
59
|
"model",
|
|
59
|
-
"model_name",
|
|
60
60
|
"instantid_file",
|
|
61
61
|
"pulid_file",
|
|
62
62
|
"style_model_name",
|
bizydraft/static/js/postEvent.js
CHANGED
|
@@ -508,6 +508,17 @@ app.registerExtension({
|
|
|
508
508
|
// 新增:获取 workflow 和 output
|
|
509
509
|
getWorkflowWithOutput: async function () {
|
|
510
510
|
const graph = await app.graphToPrompt();
|
|
511
|
+
graph.workflow.nodes.forEach(node => {
|
|
512
|
+
for (const key in graph.output) {
|
|
513
|
+
if (graph.output[key].class_type === node.type) {
|
|
514
|
+
if (!graph.output[key]._meta) {
|
|
515
|
+
graph.output[key]._meta = {};
|
|
516
|
+
}
|
|
517
|
+
graph.output[key]._meta.id = node.id;
|
|
518
|
+
break; // 找到匹配的就跳出循环
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
});
|
|
511
522
|
window.parent.postMessage({
|
|
512
523
|
type: 'functionResult',
|
|
513
524
|
method: 'getWorkflowWithOutput',
|
|
@@ -14,15 +14,15 @@ bizydraft/static/js/aiAppHandler.js,sha256=sSi10vp-BxskmT9k7aPgnjDVeK6RLjWZ48wD4
|
|
|
14
14
|
bizydraft/static/js/freezeModeHandler.js,sha256=l1-JK8hyFbJzQ6ylq6occUa_kwszPq9rDbKut48bn6s,17247
|
|
15
15
|
bizydraft/static/js/handleStyle.js,sha256=o9JpjOqs_lLIr-jpqpGNjUN74XQPT8pD3fF5bjsHLAU,1466
|
|
16
16
|
bizydraft/static/js/hookLoadImage.js,sha256=jQGckFr7bTLRiwcFsVmSy1mj_o7TKj1uup0QQ00qwbk,8079
|
|
17
|
-
bizydraft/static/js/hookLoadModel.js,sha256=
|
|
17
|
+
bizydraft/static/js/hookLoadModel.js,sha256=zZKMoWIhvaWyTn5aAGcFlRO6l7O_YgqT96SOvfDqG1E,8780
|
|
18
18
|
bizydraft/static/js/main.js,sha256=oEsVEUZSo8ipx93oqs2WFQSRgp46XQ_D-Xao-wen2S8,121
|
|
19
19
|
bizydraft/static/js/nodeFocusHandler.js,sha256=24xXbS4Q-GjJdRqf11i-1pBo8MkOJ24F7MHFV44EG6Q,4683
|
|
20
20
|
bizydraft/static/js/nodeParamsFilter.js,sha256=H7lBB0G8HNqoGhOCH1hNXqPU-rPlrFyTxg_f_JgLEMk,4168
|
|
21
|
-
bizydraft/static/js/postEvent.js,sha256=
|
|
21
|
+
bizydraft/static/js/postEvent.js,sha256=a2x6Yvd8kBanrzHDvAXlyJDj8n2VXG6wipVMkpdIIm0,38834
|
|
22
22
|
bizydraft/static/js/socket.js,sha256=VE3fTAgEfM0FZhL526Skt7OCRokOa3mzTCAjAomI_tE,2432
|
|
23
23
|
bizydraft/static/js/tool.js,sha256=dwVFLrT0pEsdOBkh2RRUDvyVo8GzOIVYg7vU5RiM0m0,2765
|
|
24
24
|
bizydraft/static/js/uploadFile.js,sha256=WvglKzHMeOzDhOH3P-fLcPHxCLbKOJpo4DntoRxeJtI,4908
|
|
25
|
-
bizydraft-0.2.
|
|
26
|
-
bizydraft-0.2.
|
|
27
|
-
bizydraft-0.2.
|
|
28
|
-
bizydraft-0.2.
|
|
25
|
+
bizydraft-0.2.37.dist-info/METADATA,sha256=IvxLvX-ODOQH3ntbfO-QKLCsxQRwLDEKve3P1vk41XA,162
|
|
26
|
+
bizydraft-0.2.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
+
bizydraft-0.2.37.dist-info/top_level.txt,sha256=XtoBq6hjZhXIM7aas4GtPDtAiKo8FdLzMABXW8qqQ8M,10
|
|
28
|
+
bizydraft-0.2.37.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|