CoolFace
Modelpublic

StableDiffusionVN/Flux

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
115likes1.9kdownloads
Flux_text-img.json414 linesDownload Raw Back to ComfyUI_workflow
1{2  "last_node_id": 69,3  "last_link_id": 114,4  "nodes": [5    {6      "id": 8,7      "type": "VAEDecode",8      "pos": [9        1178,10        9111      ],12      "size": {13        "0": 210,14        "1": 4615      },16      "flags": {},17      "order": 5,18      "mode": 0,19      "inputs": [20        {21          "name": "samples",22          "type": "LATENT",23          "link": 6624        },25        {26          "name": "vae",27          "type": "VAE",28          "link": 8829        }30      ],31      "outputs": [32        {33          "name": "IMAGE",34          "type": "IMAGE",35          "links": [36            937          ],38          "slot_index": 039        }40      ],41      "properties": {42        "Node name for S&R": "VAEDecode"43      }44    },45    {46      "id": 9,47      "type": "SaveImage",48      "pos": [49        1422,50        8851      ],52      "size": {53        "0": 356.08502197265625,54        "1": 499.814331054687555      },56      "flags": {},57      "order": 6,58      "mode": 0,59      "inputs": [60        {61          "name": "images",62          "type": "IMAGE",63          "link": 964        }65      ],66      "properties": {67        "Node name for S&R": "SaveImage"68      },69      "widgets_values": [70        "ComfyUI"71      ]72    },73    {74      "id": 52,75      "type": "CheckpointLoaderSimple",76      "pos": [77        63,78        8979      ],80      "size": {81        "0": 315,82        "1": 9883      },84      "flags": {},85      "order": 0,86      "mode": 0,87      "outputs": [88        {89          "name": "MODEL",90          "type": "MODEL",91          "links": [92            8993          ],94          "shape": 3,95          "slot_index": 096        },97        {98          "name": "CLIP",99          "type": "CLIP",100          "links": [101            111102          ],103          "shape": 3,104          "slot_index": 1105        },106        {107          "name": "VAE",108          "type": "VAE",109          "links": [110            88111          ],112          "shape": 3,113          "slot_index": 2114        }115      ],116      "properties": {117        "Node name for S&R": "CheckpointLoaderSimple"118      },119      "widgets_values": [120        "Flux_dev_v1.safetensors"121      ]122    },123    {124      "id": 69,125      "type": "CLIPTextEncode",126      "pos": [127        408,128        89129      ],130      "size": [131        400,132        200133      ],134      "flags": {},135      "order": 3,136      "mode": 0,137      "inputs": [138        {139          "name": "clip",140          "type": "CLIP",141          "link": 111142        }143      ],144      "outputs": [145        {146          "name": "CONDITIONING",147          "type": "CONDITIONING",148          "links": [149            112,150            114151          ],152          "shape": 3153        }154      ],155      "properties": {156        "Node name for S&R": "CLIPTextEncode"157      },158      "widgets_values": [159        "Actual image of a smiling Vietnamese girl. With both hands she was holding a notice board with the word \"FluxAI by SDVN.ME\" large in the middle. Photos have high detail"160      ]161    },162    {163      "id": 53,164      "type": "EmptyLatentImage",165      "pos": [166        499,167        347168      ],169      "size": [170        303.3410275673368,171        111.14437484105548172      ],173      "flags": {},174      "order": 1,175      "mode": 0,176      "outputs": [177        {178          "name": "LATENT",179          "type": "LATENT",180          "links": [181            85182          ],183          "shape": 3184        }185      ],186      "properties": {187        "Node name for S&R": "EmptyLatentImage"188      },189      "widgets_values": [190        512,191        512,192        1193      ]194    },195    {196      "id": 44,197      "type": "KSampler",198      "pos": [199        837,200        93201      ],202      "size": {203        "0": 318.3961181640625,204        "1": 487.5167236328125205      },206      "flags": {},207      "order": 4,208      "mode": 0,209      "inputs": [210        {211          "name": "model",212          "type": "MODEL",213          "link": 89214        },215        {216          "name": "positive",217          "type": "CONDITIONING",218          "link": 112219        },220        {221          "name": "negative",222          "type": "CONDITIONING",223          "link": 114224        },225        {226          "name": "latent_image",227          "type": "LATENT",228          "link": 85,229          "slot_index": 3230        }231      ],232      "outputs": [233        {234          "name": "LATENT",235          "type": "LATENT",236          "links": [237            66238          ],239          "shape": 3,240          "slot_index": 0241        }242      ],243      "properties": {244        "Node name for S&R": "KSampler"245      },246      "widgets_values": [247        1,248        "fixed",249        20,250        1,251        "euler",252        "simple",253        1254      ]255    },256    {257      "id": 68,258      "type": "Note",259      "pos": [260        65,261        237262      ],263      "size": [264        312.59844944233674,265        99.95023421605549266      ],267      "flags": {},268      "order": 2,269      "mode": 0,270      "properties": {271        "text": ""272      },273      "widgets_values": [274        "ComfyUI Colab:\n- Creator: stablediffusion.vn\n- Website: sdvn.me | comfy.vn | fluxai.vn\n- Document: bit.ly/sdvn-lib\n- Skills training: hungdiffusion.com"275      ],276      "color": "#432",277      "bgcolor": "#653"278    }279  ],280  "links": [281    [282      9,283      8,284      0,285      9,286      0,287      "IMAGE"288    ],289    [290      66,291      44,292      0,293      8,294      0,295      "LATENT"296    ],297    [298      75,299      10,300      0,301      8,302      1,303      "VAE"304    ],305    [306      76,307      12,308      0,309      44,310      0,311      "MODEL"312    ],313    [314      77,315      11,316      0,317      48,318      0,319      "CLIP"320    ],321    [322      78,323      10,324      0,325      30,326      1,327      "VAE"328    ],329    [330      79,331      12,332      0,333      51,334      0,335      "MODEL"336    ],337    [338      80,339      11,340      0,341      51,342      1,343      "CLIP"344    ],345    [346      81,347      10,348      0,349      51,350      2,351      "VAE"352    ],353    [354      85,355      53,356      0,357      44,358      3,359      "LATENT"360    ],361    [362      88,363      52,364      2,365      8,366      1,367      "VAE"368    ],369    [370      89,371      52,372      0,373      44,374      0,375      "MODEL"376    ],377    [378      111,379      52,380      1,381      69,382      0,383      "CLIP"384    ],385    [386      112,387      69,388      0,389      44,390      1,391      "CONDITIONING"392    ],393    [394      114,395      69,396      0,397      44,398      2,399      "CONDITIONING"400    ]401  ],402  "groups": [],403  "config": {},404  "extra": {405    "ds": {406      "scale": 1.2100000000000002,407      "offset": [408        3.9614969677870637,409        28.54743494716765410      ]411    }412  },413  "version": 0.4414}