diff --git a/omni/entrypoints/start_comfyui.sh b/omni/entrypoints/start_comfyui.sh index e126b1a..a4c637e 100644 --- a/omni/entrypoints/start_comfyui.sh +++ b/omni/entrypoints/start_comfyui.sh @@ -1,5 +1,3 @@ -export http_proxy= -export https_proxy= export no_proxy=localhost,127.0.0.1 -python /llm/ComfyUI/main.py --listen 0.0.0.0 --port 8188 +python /llm/ComfyUI/main.py --listen 0.0.0.0 --port 8188 --disable-smart-memory diff --git a/omni/workflows/image_flux2_q40_gguf.json b/omni/workflows/image_flux2_q40_gguf.json index 39617fa..87acfff 100644 --- a/omni/workflows/image_flux2_q40_gguf.json +++ b/omni/workflows/image_flux2_q40_gguf.json @@ -151,32 +151,6 @@ 649422536169327 ] }, - { - "id": 66, - "type": "MarkdownNote", - "pos": [ - -1520, - -90 - ], - "size": [ - 520, - 620 - ], - "flags": { - "collapsed": false - }, - "order": 0, - "mode": 0, - "inputs": [], - "outputs": [], - "title": "Model links", - "properties": {}, - "widgets_values": [ - "We are using quantized weights in this workflow, the original flux 2 repo is [here](https://huggingface.co/black-forest-labs/FLUX.2-dev/)\n\nGuide: [Subgraph](https://docs.comfy.org/interface/features/subgraph)\n\n## Report issue\n\nNote: please update ComfyUI first ([guide](https://docs.comfy.org/zh-CN/installation/update_comfyui)) and prepare the required models. Desktop/Cloud ship stable builds; nightly-supported models may not be included yet, please wait for the next stable release.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n\n\n## Model links (for local user)\n\n**text_encoders**\n\n- [mistral_3_small_flux2_bf16.safetensors](https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/text_encoders/mistral_3_small_flux2_bf16.safetensors)\n\n**loras**\n\n- [Flux_2-Turbo-LoRA_comfyui.safetensors](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/resolve/main/Flux_2-Turbo-LoRA_comfyui.safetensors)\n\n**diffusion_models**\n\n- [flux2_dev_fp8mixed.safetensors](https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/diffusion_models/flux2_dev_fp8mixed.safetensors)\n\n**vae**\n\n- [flux2-vae.safetensors](https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors)\n\n\nModel Storage Location\n\n```\nšŸ“‚ ComfyUI/\nā”œā”€ā”€ šŸ“‚ models/\n│ ā”œā”€ā”€ šŸ“‚ text_encoders/\n│ │ └── mistral_3_small_flux2_bf16.safetensors\n│ ā”œā”€ā”€ šŸ“‚ loras/\n│ │ └── Flux_2-Turbo-LoRA_comfyui.safetensors\n│ ā”œā”€ā”€ šŸ“‚ diffusion_models/\n│ │ └── flux2_dev_fp8mixed.safetensors\n│ └── šŸ“‚ vae/\n│ └── flux2-vae.safetensors\n```\n" - ], - "color": "#432", - "bgcolor": "#000" - }, { "id": 46, "type": "LoadImage", @@ -189,7 +163,7 @@ 314 ], "flags": {}, - "order": 1, + "order": 0, "mode": 0, "inputs": [], "outputs": [ @@ -223,6 +197,44 @@ "image" ] }, + { + "id": 9, + "type": "SaveImage", + "pos": [ + -185.29141566706022, + -94.15712655198489 + ], + "size": [ + 470, + 470 + ], + "flags": {}, + "order": 5, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 167 + } + ], + "outputs": [], + "properties": { + "cnr_id": "comfy-core", + "ver": "0.3.71", + "Node name for S&R": "SaveImage", + "enableTabs": false, + "tabWidth": 65, + "tabXOffset": 10, + "hasSecondTab": false, + "secondTabText": "Send Back", + "secondTabOffset": 80, + "secondTabWidth": 65 + }, + "widgets_values": [ + "Flux2" + ] + }, { "id": 68, "type": "7651d2ae-5471-47b0-b064-b34ee62343c1", @@ -284,42 +296,30 @@ ] }, { - "id": 9, - "type": "SaveImage", + "id": 66, + "type": "MarkdownNote", "pos": [ - -185.29141566706022, - -94.15712655198489 + -1520, + -90 ], "size": [ - 470, - 470 + 520, + 620 ], - "flags": {}, - "order": 5, + "flags": { + "collapsed": false + }, + "order": 1, "mode": 0, - "inputs": [ - { - "name": "images", - "type": "IMAGE", - "link": 167 - } - ], + "inputs": [], "outputs": [], - "properties": { - "cnr_id": "comfy-core", - "ver": "0.3.71", - "Node name for S&R": "SaveImage", - "enableTabs": false, - "tabWidth": 65, - "tabXOffset": 10, - "hasSecondTab": false, - "secondTabText": "Send Back", - "secondTabOffset": 80, - "secondTabWidth": 65 - }, + "title": "Model links", + "properties": {}, "widgets_values": [ - "Flux2" - ] + "We are using quantized weights in this workflow, the original flux 2 repo is [here](https://huggingface.co/black-forest-labs/FLUX.2-dev/)\n\nGuide: [Subgraph](https://docs.comfy.org/interface/features/subgraph)\n\n## Report issue\n\nNote: please update ComfyUI first ([guide](https://docs.comfy.org/zh-CN/installation/update_comfyui)) and prepare the required models. Desktop/Cloud ship stable builds; nightly-supported models may not be included yet, please wait for the next stable release.\n\n- Cannot run / runtime errors: [ComfyUI/issues](https://github.com/comfyanonymous/ComfyUI/issues)\n- UI / frontend issues: [ComfyUI_frontend/issues](https://github.com/Comfy-Org/ComfyUI_frontend/issues)\n- Workflow issues: [workflow_templates/issues](https://github.com/Comfy-Org/workflow_templates/issues)\n\n\n## Model links (for local user)\n\n**text_encoders**\n\n- [mistral_3_small_flux2_fp8.safetensors](https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/text_encoders/mistral_3_small_flux2_fp8.safetensors)\n\n**loras**\n\n- [Flux_2-Turbo-LoRA_comfyui.safetensors](https://huggingface.co/ByteZSzn/Flux.2-Turbo-ComfyUI/resolve/main/Flux_2-Turbo-LoRA_comfyui.safetensors)\n\n**unet**\n\n- [flux2-dev-Q4_0.gguf](https://huggingface.co/city96/FLUX.2-dev-gguf/resolve/main/flux2-dev-Q4_0.gguf)\n\n**vae**\n\n- [flux2-vae.safetensors](https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors)\n\n\nModel Storage Location\n\n```\nšŸ“‚ ComfyUI/\nā”œā”€ā”€ šŸ“‚ models/\n│ ā”œā”€ā”€ šŸ“‚ text_encoders/\n│ │ └── mistral_3_small_flux2_fp8.safetensors\n│ ā”œā”€ā”€ šŸ“‚ loras/\n│ │ └── Flux_2-Turbo-LoRA_comfyui.safetensors\n│ ā”œā”€ā”€ šŸ“‚ unet/\n│ │ └── flux2-dev-Q4_0.gguf\n│ └── šŸ“‚ vae/\n│ └── flux2-vae.safetensors\n```\n" + ], + "color": "#432", + "bgcolor": "#000" } ], "links": [ @@ -1188,41 +1188,6 @@ "default" ] }, - { - "id": 69, - "type": "UnetLoaderGGUF", - "pos": [ - -938.0003302512981, - -165.82632265383845 - ], - "size": [ - 270, - 58 - ], - "flags": {}, - "order": 2, - "mode": 0, - "inputs": [], - "outputs": [ - { - "localized_name": "MODEL", - "name": "MODEL", - "type": "MODEL", - "links": [ - 175 - ] - } - ], - "properties": { - "cnr_id": "ComfyUI-GGUF", - "ver": "795e45156ece99afbc3efef911e63fcb46e6a20d", - "Node name for S&R": "UnetLoaderGGUF", - "aux_id": "city96/ComfyUI-GGUF" - }, - "widgets_values": [ - "flux2-dev-Q4_0.gguf" - ] - }, { "id": 38, "type": "CLIPLoader", @@ -1332,6 +1297,41 @@ "widgets_values": [ "flux2-vae.safetensors" ] + }, + { + "id": 69, + "type": "UnetLoaderGGUF", + "pos": [ + -943.6222513988557, + -76.49961734966419 + ], + "size": [ + 270, + 58 + ], + "flags": {}, + "order": 2, + "mode": 0, + "inputs": [], + "outputs": [ + { + "localized_name": "MODEL", + "name": "MODEL", + "type": "MODEL", + "links": [ + 175 + ] + } + ], + "properties": { + "cnr_id": "ComfyUI-GGUF", + "ver": "795e45156ece99afbc3efef911e63fcb46e6a20d", + "Node name for S&R": "UnetLoaderGGUF", + "aux_id": "city96/ComfyUI-GGUF" + }, + "widgets_values": [ + "flux2-dev-Q4_0.gguf" + ] } ], "groups": [ @@ -2824,20 +2824,20 @@ }, "config": {}, "extra": { - "frontendVersion": "1.35.9", + "ds": { + "scale": 1.5400716940656682, + "offset": [ + 1846.8629038761749, + 192.14944737562004 + ] + }, + "frontendVersion": "1.36.13", "workflowRendererVersion": "LG", "groupNodes": {}, "VHS_latentpreview": false, "VHS_latentpreviewrate": 0, "VHS_MetadataImage": true, - "VHS_KeepIntermediate": true, - "ds": { - "scale": 0.9622030866705501, - "offset": [ - 1312.6145582656657, - 225.09354461556936 - ] - } + "VHS_KeepIntermediate": true }, "version": 0.4 } \ No newline at end of file