Nesslovver silveroxides commited on
Commit
387bd33
·
0 Parent(s):

Duplicate from silveroxides/FLUX.2-dev-fp8_scaled

Browse files

Co-authored-by: Silver <silveroxides@users.noreply.huggingface.co>

Files changed (32) hide show
  1. .gitattributes +38 -0
  2. LICENSE.txt +56 -0
  3. Mistral-Small-3.2-24B-Instruct-2506-int8.safetensors +3 -0
  4. README.md +34 -0
  5. flux-2-klein-9b-dare-merged-fp8mixedlearnedcomplete.safetensors +3 -0
  6. flux-2-klein-9b-dare-merged-int8mixed-learned.safetensors +3 -0
  7. flux-2-klein-9b-dare-merged-nvfp4mixedlearned.safetensors +3 -0
  8. flux-2-klein-9b-dare-merged.safetensors +3 -0
  9. flux-2-klein-9b-fp8mixed.safetensors +3 -0
  10. flux-2-klein-9b-hybrid-mxfp8mixed.safetensors +3 -0
  11. flux2-dev-6-10-steps-int8full.safetensors +3 -0
  12. flux2-dev-fp8_scaled.safetensors +3 -0
  13. flux2-dev-fp8mixedfromscaled.safetensors +3 -0
  14. flux2-dev-int8full.safetensors +3 -0
  15. flux2-dev-int8mixed-ForQuantOps.safetensors +3 -0
  16. flux2-dev-turbo-fp8mixed.safetensors +3 -0
  17. flux2-dev_fp8matmulmixed.safetensors +3 -0
  18. flux2-dev_fp8mixed_NEW.safetensors +3 -0
  19. mistral_3_small_flux2_fp8mixed.safetensors +3 -0
  20. mistral_small_3_abliterated_v2_fp8mixed.safetensors +3 -0
  21. mistral_small_3_abliterated_v2_int8mixed.safetensors +3 -0
  22. qwen3_8b_abliterated-fp8simplemixed.safetensors +3 -0
  23. qwen3_8b_abliterated-int8simplemixed-block.safetensors +3 -0
  24. qwen3_8b_abliterated-int8simplemixed.safetensors +3 -0
  25. qwen3_8b_abliterated.safetensors +3 -0
  26. qwen3_8b_abliterated_v2-fp8mixed.safetensors +3 -0
  27. qwen3_8b_abliterated_v2.safetensors +3 -0
  28. workflow_assets/Deathclaw_art_input.png +3 -0
  29. workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-overview.png +3 -0
  30. workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-sample.png +3 -0
  31. workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-workflow.json +2533 -0
  32. workflow_assets/fp8_scaled_flux2_w_enhanced_prompting.zip +3 -0
.gitattributes ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ workflow_assets/Deathclaw_art_input.png filter=lfs diff=lfs merge=lfs -text
37
+ workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-overview.png filter=lfs diff=lfs merge=lfs -text
38
+ workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-sample.png filter=lfs diff=lfs merge=lfs -text
LICENSE.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FLUX [dev] Non-Commercial License v2.0
2
+
3
+ Black Forest Labs Inc. (“we” or “our” or “Company”) is pleased to make the weights, parameters, and inference code for the FLUX [dev] Models (as defined below) freely available for your non-commercial and non-production use as set forth in this FLUX [dev] Non-Commercial License (“License”). “Models” includes the models denoted as FLUX.x [dev], where “.x” denotes the FLUX model version number, including but not limited to FLUX.1 [dev], FLUX.1 Fill [dev], FLUX.1 Depth [dev], FLUX.1 Canny [dev], FLUX.1 Redux [dev], FLUX.1 Canny [dev] LoRA, FLUX.1 Depth [dev] LoRA, FLUX.1 Kontext [dev], FLUX.1 Krea [dev], and FLUX.2 [dev], and their elements which includes algorithms, software, checkpoints, parameters, source code (inference code, evaluation code, and if applicable, fine-tuning code) and any other materials associated with the FLUX [dev] AI models made available by Company under this License, including if any, the technical documentation, manuals, and instructions for the use and operation thereof (individually and collectively, the “FLUX [dev] Models”). Note that we may also make available certain elements of what is included in the definition of “FLUX [dev] Model” under a separate license, such as the inference code, and nothing in this License will be deemed to restrict or limit any other licenses granted by us in such elements.
4
+
5
+ By downloading, accessing, using, Distributing (as defined below), or creating a Derivative (as defined below) of the FLUX [dev] Model, you agree to the terms of this License. If you do not agree to this License, then you do not have any rights to access, use, Distribute or create a Derivative of the FLUX [dev] Model and you must immediately cease using the FLUX [dev] Model. If you are agreeing to be bound by the terms of this License on behalf of your employer or other entity, you represent and warrant to us that you have full legal authority to bind your employer or such entity to this License. If you do not have the requisite authority, you may not accept the License or access the FLUX [dev] Model on behalf of your employer or other entity.
6
+
7
+ 1. Definitions.
8
+ a. “Derivative” means any (i) modified version of the FLUX [dev] Model (including but not limited to any customized or fine-tuned version thereof), (ii) work based on the FLUX [dev] Model, or (iii) any other derivative work thereof. For the avoidance of doubt, Outputs are not considered Derivatives under this License.
9
+ b. “Distribution” or “Distribute” or “Distributing” means providing or making available, by any means, a copy of the FLUX [dev] Models and/or the Derivatives as the case may be.
10
+ c. “Non-Commercial Purpose” means any of the following uses, but only so far as you do not receive any direct or indirect payment arising from the use of the FLUX [dev] Model, Derivatives, or Content Filters (as defined below): (i) personal use for research, experiment, and testing for the benefit of public knowledge, personal study, private entertainment, hobby projects, or otherwise not directly or indirectly connected to any commercial activities, business operations, or employment responsibilities; (ii) use by commercial or for-profit entities for testing, evaluation, or non-commercial research and development in a non-production environment; and (iii) use by any charitable organization for charitable purposes, or for testing or evaluation. For clarity, use (a) for revenue-generating activity, (b) in direct interactions with or that has impact on end users, or (c) to train, fine tune, or distill other models for commercial use, in each case, is not a Non-Commercial Purpose.
11
+ d. “Outputs” means any content generated by the operation of the FLUX [dev] Models or Derivatives from an input (such as an image input) or prompt (i.e., text instructions) provided by users. For the avoidance of doubt, Outputs do not include any components of the FLUX [dev] Models, such as any fine-tuned versions of the FLUX [dev] Models, the weights, or parameters.
12
+ e. “you” or “your” means the individual or entity entering into this License with Company.
13
+
14
+ 2. License Grant.
15
+ a. License. Subject to your compliance with this License, Company grants you a non-exclusive, worldwide, non-transferable, non-sublicensable, revocable, royalty free, and limited license to access, use, create Derivatives of, and Distribute the FLUX [dev] Models and Derivatives solely for your Non-Commercial Purposes. The foregoing license is personal to you, and you may not assign or sublicense this License or any other rights or obligations under this License without Company’s prior written consent; any such assignment or sublicense will be void and will automatically and immediately terminate this License. Any restrictions set forth herein regarding the FLUX [dev] Model also apply to any Derivative you create or that are created on your behalf.
16
+ b. Non-Commercial Use Only. You may only access, use, Distribute, or create Derivatives of the FLUX [dev] Model or Derivatives for Non-Commercial Purposes. If you want to use a FLUX [dev] Model or a Derivative for any purpose that is not expressly authorized under this License, such as for a commercial activity, you must request a license from Company, which Company may grant to you in Company’s sole discretion and which additional use may be subject to a fee, royalty or other revenue share. Please see www.bfl.ai if you would like a commercial license.
17
+ c. Reserved Rights. The grant of rights expressly set forth in this License are the complete grant of rights to you in the FLUX [dev] Model, and no other licenses are granted, whether by waiver, estoppel, implication, equity, or otherwise. Company and its licensors reserve all rights not expressly granted by this License.
18
+ d. Outputs. We claim no ownership rights in and to the Outputs. You are solely responsible for the Outputs you generate and their subsequent uses in accordance with this License. You may use Output for any purpose (including for commercial purposes), except as expressly prohibited herein. You may not use the Output to train, fine-tune, or distill a model that is competitive with a FLUX [dev] Model.
19
+ e. You may access, use, Distribute, or create Output of the FLUX [dev] Model or Derivatives if you: (i) (A) implement and maintain content filtering measures (“Content Filters”) for your use of the FLUX [dev] Model or Derivatives to prevent the creation, display, transmission, generation, or dissemination of unlawful or infringing content, which may include Content Filters that we may make available for use with the FLUX [dev] Model (“Provided Content Filters”), or (B) ensure Output undergoes review for unlawful or infringing content before public or non-public distribution, display, transmission or dissemination; and (ii) ensure Output includes disclosure (or other indication) that the Output was generated or modified using artificial intelligence technologies to the extent required under applicable law.
20
+
21
+ 3. Distribution. Subject to this License, you may Distribute copies of the FLUX [dev] Model and/or Derivatives made by you, under the following conditions:
22
+ a. you must make available a copy of this License to third-party recipients of the FLUX [dev] Models and/or Derivatives you Distribute, and specify that any rights to use the FLUX [dev] Models and/or Derivatives shall be directly granted by Company to said third-party recipients pursuant to this License;
23
+ b. you must prominently display the following notice alongside the Distribution of the FLUX [dev] Model or Derivative (such as via a “Notice” text file distributed as part of such FLUX [dev] Model or Derivative) (the “Attribution Notice”):
24
+
25
+
26
+ “The FLUX [dev] Model is licensed by Black Forest Labs Inc. under the FLUX [dev] Non-Commercial License. Copyright Black Forest Labs Inc.
27
+ IN NO EVENT SHALL BLACK FOREST LABS INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.”
28
+
29
+
30
+ c. in the case of Distribution of Derivatives made by you: (i) you must also include in the Attribution Notice a statement that you have modified the applicable FLUX [dev] Model; (ii) any terms and conditions you impose on any third-party recipients relating to Derivatives made by or for you shall neither limit such third-party recipients’ use of the FLUX [dev] Model or any Derivatives made by or for Company in accordance with this License nor conflict with any of its terms and conditions and must include disclaimer of warranties and limitation of liability provisions that are at least as protective of Company as those set forth herein; and (iii) you must not misrepresent or imply, through any means, that the Derivatives made by or for you and/or any modified version of the FLUX [dev] Model you Distribute under your name and responsibility is an official product of the Company or has been endorsed, approved or validated by the Company, unless you are authorized by Company to do so in writing.
31
+
32
+ 4. Restrictions. You will not, and will not permit, assist or cause any third party to
33
+ a. use, modify, copy, reproduce, create Derivatives of, or Distribute the FLUX [dev] Model (or any Derivative thereof, or any data produced by the FLUX [dev] Model), in whole or in part, (i) for any commercial or production purposes, (ii) military purposes, (iii) purposes of surveillance, including any research or development relating to surveillance, (iv) biometric processing, (v) in any manner that infringes, misappropriates, or otherwise violates (or is likely to infringe, misappropriate, or otherwise violate) any third party’s legal rights, including rights of publicity or “digital replica” rights, (vi) in any unlawful, fraudulent, defamatory, or abusive activity, (vii) to generate unlawful content, including child sexual abuse material, or non-consensual intimate images; or (viii) in any manner that violates any applicable law and any privacy or security laws, rules, regulations, directives, or governmental requirements (including the General Data Privacy Regulation (Regulation (EU) 2016/679), the California Consumer Privacy Act, any and all laws governing the processing of biometric information, and the EU Artificial Intelligence Act (Regulation (EU) 2024/1689), as well as all amendments and successor laws to any of the foregoing);
34
+ b. alter or remove copyright and other proprietary notices which appear on or in any portion of the FLUX [dev] Model;
35
+ c. utilize any equipment, device, software, or other means to circumvent or remove any security or protection used by Company in connection with the FLUX [dev] Model, or to circumvent or remove any usage restrictions, or to enable functionality disabled by FLUX [dev] Model;
36
+ d. offer or impose any terms on the FLUX [dev] Model that alter, restrict, or are inconsistent with the terms of this License;
37
+ e. violate any applicable U.S. and non-U.S. export control and trade sanctions laws (“Export Laws”) in connection with your use or Distribution of any FLUX [dev] Model;
38
+ f. directly or indirectly Distribute, export, or otherwise transfer FLUX [dev] Model (i) to any individual, entity, or country prohibited by Export Laws; (ii) to anyone on U.S. or non-U.S. government restricted parties lists; (iii) for any purpose prohibited by Export Laws, including nuclear, chemical or biological weapons, or missile technology applications; (iv) use or download FLUX [dev] Model if you or they are (a) located in a comprehensively sanctioned jurisdiction, (b) currently listed on any U.S. or non-U.S. restricted parties list, or (c) for any purpose prohibited by Export Laws; and (v) will not disguise your location through IP proxying or other methods.
39
+
40
+ 5. DISCLAIMERS. THE FLUX [DEV] MODEL AND PROVIDED CONTENT FILTERS ARE PROVIDED “AS IS” AND “WITH ALL FAULTS” WITH NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. COMPANY EXPRESSLY DISCLAIMS ALL REPRESENTATIONS AND WARRANTIES, EXPRESS OR IMPLIED, WHETHER BY STATUTE, CUSTOM, USAGE OR OTHERWISE AS TO ANY MATTERS RELATED TO THE FLUX [DEV] MODEL AND PROVIDED CONTENT FILTERS, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, SATISFACTORY QUALITY, OR NON-INFRINGEMENT. COMPANY MAKES NO WARRANTIES OR REPRESENTATIONS THAT THE FLUX [DEV] MODEL AND PROVIDED CONTENT FILTERS WILL BE ERROR FREE OR FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS, OR PRODUCE ANY PARTICULAR RESULTS.
41
+
42
+ 6. LIMITATION OF LIABILITY. TO THE FULLEST EXTENT PERMITTED BY LAW, IN NO EVENT WILL COMPANY BE LIABLE TO YOU OR YOUR EMPLOYEES, AFFILIATES, USERS, OFFICERS OR DIRECTORS (A) UNDER ANY THEORY OF LIABILITY, WHETHER BASED IN CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY, WARRANTY, OR OTHERWISE UNDER THIS LICENSE, OR (B) FOR ANY INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, PUNITIVE OR SPECIAL DAMAGES OR LOST PROFITS, EVEN IF COMPANY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE FLUX [DEV] MODEL, ITS CONSTITUENT COMPONENTS, PROVIDED CONTENT FILTERS, AND ANY OUTPUT (COLLECTIVELY, “MODEL MATERIALS”) ARE NOT DESIGNED OR INTENDED FOR USE IN ANY APPLICATION OR SITUATION WHERE FAILURE OR FAULT OF THE MODEL MATERIALS COULD REASONABLY BE ANTICIPATED TO LEAD TO SERIOUS INJURY OF ANY PERSON, INCLUDING POTENTIAL DISCRIMINATION OR VIOLATION OF AN INDIVIDUAL’S PRIVACY RIGHTS, OR TO SEVERE PHYSICAL, PROPERTY, OR ENVIRONMENTAL DAMAGE (EACH, A “HIGH-RISK USE”). IF YOU ELECT TO USE ANY OF THE MODEL MATERIALS FOR A HIGH-RISK USE, YOU DO SO AT YOUR OWN RISK. YOU AGREE TO DESIGN AND IMPLEMENT APPROPRIATE DECISION-MAKING AND RISK-MITIGATION PROCEDURES AND POLICIES IN CONNECTION WITH A HIGH-RISK USE SUCH THAT EVEN IF THERE IS A FAILURE OR FAULT IN ANY OF THE MODEL MATERIALS, THE SAFETY OF PERSONS OR PROPERTY AFFECTED BY THE ACTIVITY STAYS AT A LEVEL THAT IS REASONABLE, APPROPRIATE, AND LAWFUL FOR THE FIELD OF THE HIGH-RISK USE.
43
+
44
+ 7. INDEMNIFICATION. You will indemnify, defend and hold harmless Company and our subsidiaries and affiliates, and each of our respective shareholders, directors, officers, employees, agents, successors, and assigns (collectively, the “Company Parties”) from and against any losses, liabilities, damages, fines, penalties, and expenses (including reasonable attorneys’ fees) incurred by any Company Party in connection with any claim, demand, allegation, lawsuit, proceeding, or investigation (collectively, “Claims”) arising out of or related to (a) your access to or use of the FLUX [dev] Model (including in connection with any Output, results or data generated from such access or use, or from your access or use of any Content Filters), including any High-Risk Use; (b) your Content Filters, including your failure to implement any Content Filters where required by this License such as in Section 2(e); (c) your violation of this License; or (d) your violation, misappropriation or infringement of any rights of another (including intellectual property or other proprietary rights and privacy rights). You will promptly notify the Company Parties of any such Claims, and cooperate with Company Parties in defending such Claims. You will also grant the Company Parties sole control of the defense or settlement, at Company’s sole option, of any Claims. This indemnity is in addition to, and not in lieu of, any other indemnities or remedies set forth in a written agreement between you and Company or the other Company Parties.
45
+
46
+ 8. Termination; Survival.
47
+ a. This License will automatically terminate upon any breach by you of the terms of this License.
48
+ b. We may terminate this License, in whole or in part, at any time upon notice (including electronic) to you.
49
+ c. If you initiate any legal action or proceedings against Company or any other entity (including a cross-claim or counterclaim in a lawsuit), alleging that the FLUX [dev] Model, any Derivative, or Provided Content Filters, or any part thereof, infringe upon intellectual property or other rights owned or licensable by you, then any licenses granted to you under this License will immediately terminate as of the date such legal action or claim is filed or initiated.
50
+ d. Upon termination of this License, you must cease all use, access or Distribution of the FLUX [dev] Model, any Derivatives, and any Provided Content Filters. The following sections survive termination of this License: 2(c), 2(d), 4-11.
51
+
52
+ 9. Third Party Materials. The FLUX [dev] Model and Provided Content Filters may contain third-party software or other components (including free and open source software) (all of the foregoing, “Third Party Materials”), which are subject to the license terms of the respective third-party licensors. Your dealings or correspondence with third parties and your use of or interaction with any Third Party Materials are solely between you and the third party. Company does not control or endorse, and makes no representations or warranties regarding, any Third Party Materials, and your access to and use of such Third Party Materials are at your own risk.
53
+
54
+ 10. Trademarks. You have not been granted any trademark license as part of this License and may not use any name, logo or trademark associated with Company without the prior written permission of Company, except to the extent necessary to make the reference required in the Attribution Notice as specified above or as is reasonably necessary in describing the FLUX [dev] Model and its creators.
55
+
56
+ 11. General. This License will be governed and construed under the laws of the State of Delaware without regard to conflicts of law provisions. If any provision or part of a provision of this License is unlawful, void or unenforceable, that provision or part of the provision is deemed severed from this License, and will not affect the validity and enforceability of any remaining provisions. The failure of Company to exercise or enforce any right or provision of this License will not operate as a waiver of such right or provision. This License does not confer any third-party beneficiary rights upon any other person or entity. This License, together with the documentation, contains the entire understanding between you and Company regarding the subject matter of this License, and supersedes all other written or oral agreements and understandings between you and Company regarding such subject matter.
Mistral-Small-3.2-24B-Instruct-2506-int8.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:593222e166f4a2cea731fadf9e29aba46e79e8c2d79acc5fab7958eaa996211e
3
+ size 18353228697
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ base_model:
5
+ - black-forest-labs/FLUX.2-dev
6
+ license: other
7
+ license_name: flux-dev-non-commercial-license
8
+ license_link: LICENSE.md
9
+ extra_gated_prompt: >-
10
+ By clicking "Agree", you agree to the [FLUX [dev] Non-Commercial License
11
+ Agreement](https://huggingface.co/black-forest-labs/FLUX.2-dev/blob/main/LICENSE.txt)
12
+ and acknowledge the [Acceptable Use
13
+ Policy](https://bfl.ai/legal/usage-policy).
14
+ tags:
15
+ - image-generation
16
+ - image-editing
17
+ - flux
18
+ - diffusion-single-file
19
+ - comfyui
20
+ - fp8_scaled
21
+ pipeline_tag: image-to-image
22
+ ---
23
+
24
+ ## You can find workflow with samples in the [workflow_assets](https://huggingface.co/silveroxides/FLUX.2-dev-fp8_scaled/tree/main/workflow_assets) folder.
25
+
26
+ ### The [workflow](https://huggingface.co/silveroxides/FLUX.2-dev-fp8_scaled/blob/main/workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-workflow.json) contains the information and links needed to get started with using this model.
27
+ ### This fp8_scaled model is faster than the official one released by ComfyOrg when used with the Loader in the workflow.
28
+ ### The custom node that loads the model in the workflow is necessary to obtain fastest inference on lower VRAM GPU.
29
+
30
+ ### If you want to use the int8 model, then you need to use [silveroxides/ComfyUI-QuantOps](https://github.com/silveroxides/ComfyUI-QuantOps) custom node until official support is merged.
31
+
32
+ ![Workflow](./workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-overview.png)
33
+
34
+ ![Sample](./workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-sample.png)
flux-2-klein-9b-dare-merged-fp8mixedlearnedcomplete.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a76ffdc9efc9433f6ba25342f44d80b2080000764c781584fd6f3cfe45ac16f
3
+ size 9078649247
flux-2-klein-9b-dare-merged-int8mixed-learned.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4efb60450fcac7ced9d1303f7be5f543270a2b14e401711f4aaaf953fe769c
3
+ size 9433065664
flux-2-klein-9b-dare-merged-nvfp4mixedlearned.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8b36590d24e2391359d8b711e29c01e051226644f5d8ed340cf69890075ac6
3
+ size 7183890312
flux-2-klein-9b-dare-merged.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5cfe7952675d948853f0291d747f93b3f6a14deb2ad272e9c844e8c8f095bea
3
+ size 18157185184
flux-2-klein-9b-fp8mixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c1ef1fc05e9e855f22b063cbb9d67a955e53c85715a2ec0c475addb0f41850
3
+ size 9433065776
flux-2-klein-9b-hybrid-mxfp8mixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06437c2d8cacb9496560dcd5f0c0a8d998375d343b9b3d696727c9d3adfe4fa6
3
+ size 9705726968
flux2-dev-6-10-steps-int8full.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c0b830723c054a88757c6df7f9019624a9b75909a57071051eb3ba44baffd13
3
+ size 32235990117
flux2-dev-fp8_scaled.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa310aad3de5f82751f10d7961fdc615f7ab0fefd2e4a567aab0a10b2557ed5
3
+ size 32223346998
flux2-dev-fp8mixedfromscaled.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:641764760ad5348622e7ccaaf25c85bd39c027f69bd981e4f71b5f6d61954381
3
+ size 32223370109
flux2-dev-int8full.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf4f7fe0d50b02d5f13220086e851dc2cc4adff53eafe6fc87e8885af6d7b4f0
3
+ size 32235990117
flux2-dev-int8mixed-ForQuantOps.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68fdb4b5f2368439f107522ff85bc68e2af9bc86eee938d71d611582d163a91b
3
+ size 33047387096
flux2-dev-turbo-fp8mixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfaafba9d4038e51dc08774ee938e92d2c8158d9c082f5ef148f70bb1bce7a5a
3
+ size 32223380917
flux2-dev_fp8matmulmixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab9f90ba6f09cb7cce97c0a34c54bc1e2cd86a7053eede36604fb9fa7d8bcb3b
3
+ size 33039700664
flux2-dev_fp8mixed_NEW.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbac6bd0396c4b5a50dd62a8eff2069b65cf4fb9cada33f0858ed6dc5ea7dd5c
3
+ size 33039695168
mistral_3_small_flux2_fp8mixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b063e0d627dc8de3932e8c731a217efc91846ab0f4f3bc50f93fe7141b1d66d
3
+ size 18510030029
mistral_small_3_abliterated_v2_fp8mixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47aea33853146036a9113fcc34ff11cdbd7ff5f987ee4ab6cd57284c423ef626
3
+ size 18034679973
mistral_small_3_abliterated_v2_int8mixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f2d3f1a1bf09e8cecaff4f0deeb28c0150d763109e71c2b104409e7a7ef680
3
+ size 18353228697
qwen3_8b_abliterated-fp8simplemixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b4f088ef6d4aa476938e3c9fc24ddcb83ce8c0b2c63d7dc587e3c031d30fe54
3
+ size 8249911492
qwen3_8b_abliterated-int8simplemixed-block.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f29b22db70e775821a6818aec80f1d59233459add0b1bab2c177ec50ce8881be
3
+ size 8251604972
qwen3_8b_abliterated-int8simplemixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:294c500b9a4eb565c0627d6bc47255e1b0c3fcb6b58b9c636e003813a09abb8c
3
+ size 8249911252
qwen3_8b_abliterated.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f9393e1bd19bba27cf9d6e4e46fc1b6a7616a7284c600df4f3da7dcb5f64390
3
+ size 15136857336
qwen3_8b_abliterated_v2-fp8mixed.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbcaf05c480c861e576b12f0df2e60e6d2a4e208b5dadf4028140ac28ce94ef5
3
+ size 8191194604
qwen3_8b_abliterated_v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1ef06d5da969228f532baf2599ed0a29e834c2c4bc081c1445191350ce1489
3
+ size 15136857336
workflow_assets/Deathclaw_art_input.png ADDED

Git LFS Details

  • SHA256: b1f7f2cb7cb360c7261f796e0ff11a9f32f703c1aaaf7aee5b3f24ba2294f5f6
  • Pointer size: 132 Bytes
  • Size of remote file: 4.43 MB
workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-overview.png ADDED

Git LFS Details

  • SHA256: f8c6537961acb80f4b0cdee394a7a14beb4ad8fd9f6a57d7bc6f10e09774aea0
  • Pointer size: 132 Bytes
  • Size of remote file: 4.5 MB
workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-sample.png ADDED

Git LFS Details

  • SHA256: d33cc950ba698082800b46fbd366cd915d5b4c8d2f305a3b151c738655e6cd9c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.67 MB
workflow_assets/fp8_scaled_flux2_w_enhanced_prompting-workflow.json ADDED
@@ -0,0 +1,2533 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "7c048efb-a059-44e2-970a-43e1eb472d0d",
3
+ "revision": 0,
4
+ "last_node_id": 199,
5
+ "last_link_id": 508,
6
+ "nodes": [
7
+ {
8
+ "id": 6,
9
+ "type": "CLIPTextEncode",
10
+ "pos": [
11
+ -856,
12
+ 192
13
+ ],
14
+ "size": [
15
+ 263.2095703125,
16
+ 88
17
+ ],
18
+ "flags": {
19
+ "collapsed": true
20
+ },
21
+ "order": 20,
22
+ "mode": 0,
23
+ "inputs": [
24
+ {
25
+ "name": "clip",
26
+ "type": "CLIP",
27
+ "link": 117
28
+ },
29
+ {
30
+ "name": "text",
31
+ "type": "STRING",
32
+ "widget": {
33
+ "name": "text"
34
+ },
35
+ "link": 421
36
+ }
37
+ ],
38
+ "outputs": [
39
+ {
40
+ "name": "CONDITIONING",
41
+ "type": "CONDITIONING",
42
+ "slot_index": 0,
43
+ "links": [
44
+ 417
45
+ ]
46
+ }
47
+ ],
48
+ "title": "CLIP Text Encode (Positive Prompt)",
49
+ "properties": {
50
+ "cnr_id": "comfy-core",
51
+ "ver": "0.3.71",
52
+ "Node name for S&R": "CLIPTextEncode"
53
+ },
54
+ "widgets_values": [
55
+ ""
56
+ ],
57
+ "color": "#232",
58
+ "bgcolor": "#353"
59
+ },
60
+ {
61
+ "id": 8,
62
+ "type": "VAEDecode",
63
+ "pos": [
64
+ 184,
65
+ 8
66
+ ],
67
+ "size": [
68
+ 140,
69
+ 48
70
+ ],
71
+ "flags": {
72
+ "collapsed": true
73
+ },
74
+ "order": 41,
75
+ "mode": 0,
76
+ "inputs": [
77
+ {
78
+ "name": "samples",
79
+ "type": "LATENT",
80
+ "link": 24
81
+ },
82
+ {
83
+ "name": "vae",
84
+ "type": "VAE",
85
+ "link": 159
86
+ }
87
+ ],
88
+ "outputs": [
89
+ {
90
+ "name": "IMAGE",
91
+ "type": "IMAGE",
92
+ "slot_index": 0,
93
+ "links": [
94
+ 493
95
+ ]
96
+ }
97
+ ],
98
+ "properties": {
99
+ "cnr_id": "comfy-core",
100
+ "ver": "0.3.71",
101
+ "Node name for S&R": "VAEDecode"
102
+ },
103
+ "widgets_values": []
104
+ },
105
+ {
106
+ "id": 9,
107
+ "type": "SaveImage",
108
+ "pos": [
109
+ 416,
110
+ -208
111
+ ],
112
+ "size": [
113
+ 1024,
114
+ 1080
115
+ ],
116
+ "flags": {},
117
+ "order": 42,
118
+ "mode": 0,
119
+ "inputs": [
120
+ {
121
+ "name": "images",
122
+ "type": "IMAGE",
123
+ "link": 493
124
+ }
125
+ ],
126
+ "outputs": [],
127
+ "properties": {
128
+ "cnr_id": "comfy-core",
129
+ "ver": "0.3.71"
130
+ },
131
+ "widgets_values": [
132
+ "Flux2"
133
+ ]
134
+ },
135
+ {
136
+ "id": 10,
137
+ "type": "VAELoader",
138
+ "pos": [
139
+ -1224,
140
+ 224
141
+ ],
142
+ "size": [
143
+ 224,
144
+ 58
145
+ ],
146
+ "flags": {},
147
+ "order": 0,
148
+ "mode": 0,
149
+ "inputs": [],
150
+ "outputs": [
151
+ {
152
+ "name": "VAE",
153
+ "type": "VAE",
154
+ "slot_index": 0,
155
+ "links": [
156
+ 127,
157
+ 159,
158
+ 207,
159
+ 208,
160
+ 209
161
+ ]
162
+ }
163
+ ],
164
+ "properties": {
165
+ "cnr_id": "comfy-core",
166
+ "ver": "0.3.71",
167
+ "Node name for S&R": "VAELoader",
168
+ "models": [
169
+ {
170
+ "name": "flux2-vae.safetensors",
171
+ "url": "https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/vae/flux2-vae.safetensors",
172
+ "directory": "vae"
173
+ }
174
+ ]
175
+ },
176
+ "widgets_values": [
177
+ "flux2-vae.safetensors"
178
+ ]
179
+ },
180
+ {
181
+ "id": 13,
182
+ "type": "SamplerCustomAdvanced",
183
+ "pos": [
184
+ 176,
185
+ -160
186
+ ],
187
+ "size": [
188
+ 202.5337890625,
189
+ 120
190
+ ],
191
+ "flags": {},
192
+ "order": 40,
193
+ "mode": 0,
194
+ "inputs": [
195
+ {
196
+ "name": "noise",
197
+ "type": "NOISE",
198
+ "link": 37
199
+ },
200
+ {
201
+ "name": "guider",
202
+ "type": "GUIDER",
203
+ "link": 30
204
+ },
205
+ {
206
+ "name": "sampler",
207
+ "type": "SAMPLER",
208
+ "link": 481
209
+ },
210
+ {
211
+ "name": "sigmas",
212
+ "type": "SIGMAS",
213
+ "link": 491
214
+ },
215
+ {
216
+ "name": "latent_image",
217
+ "type": "LATENT",
218
+ "link": 161
219
+ }
220
+ ],
221
+ "outputs": [
222
+ {
223
+ "name": "output",
224
+ "type": "LATENT",
225
+ "slot_index": 0,
226
+ "links": [
227
+ 24
228
+ ]
229
+ },
230
+ {
231
+ "name": "denoised_output",
232
+ "type": "LATENT",
233
+ "links": []
234
+ }
235
+ ],
236
+ "properties": {
237
+ "cnr_id": "comfy-core",
238
+ "ver": "0.3.71",
239
+ "Node name for S&R": "SamplerCustomAdvanced"
240
+ },
241
+ "widgets_values": []
242
+ },
243
+ {
244
+ "id": 22,
245
+ "type": "BasicGuider",
246
+ "pos": [
247
+ -88,
248
+ -160
249
+ ],
250
+ "size": [
251
+ 224,
252
+ 48
253
+ ],
254
+ "flags": {
255
+ "collapsed": true
256
+ },
257
+ "order": 39,
258
+ "mode": 0,
259
+ "inputs": [
260
+ {
261
+ "name": "model",
262
+ "type": "MODEL",
263
+ "link": 502
264
+ },
265
+ {
266
+ "name": "conditioning",
267
+ "type": "CONDITIONING",
268
+ "link": 232
269
+ }
270
+ ],
271
+ "outputs": [
272
+ {
273
+ "name": "GUIDER",
274
+ "type": "GUIDER",
275
+ "slot_index": 0,
276
+ "links": [
277
+ 30
278
+ ]
279
+ }
280
+ ],
281
+ "properties": {
282
+ "cnr_id": "comfy-core",
283
+ "ver": "0.3.71",
284
+ "Node name for S&R": "BasicGuider"
285
+ },
286
+ "widgets_values": []
287
+ },
288
+ {
289
+ "id": 25,
290
+ "type": "RandomNoise",
291
+ "pos": [
292
+ 32,
293
+ -152
294
+ ],
295
+ "size": [
296
+ 222.3482666015625,
297
+ 82
298
+ ],
299
+ "flags": {
300
+ "collapsed": true
301
+ },
302
+ "order": 33,
303
+ "mode": 0,
304
+ "inputs": [
305
+ {
306
+ "name": "noise_seed",
307
+ "type": "INT",
308
+ "widget": {
309
+ "name": "noise_seed"
310
+ },
311
+ "link": 220
312
+ }
313
+ ],
314
+ "outputs": [
315
+ {
316
+ "name": "NOISE",
317
+ "type": "NOISE",
318
+ "links": [
319
+ 37
320
+ ]
321
+ }
322
+ ],
323
+ "properties": {
324
+ "cnr_id": "comfy-core",
325
+ "ver": "0.3.71",
326
+ "Node name for S&R": "RandomNoise"
327
+ },
328
+ "widgets_values": [
329
+ 649422536169327,
330
+ "fixed"
331
+ ]
332
+ },
333
+ {
334
+ "id": 26,
335
+ "type": "FluxGuidance",
336
+ "pos": [
337
+ -648,
338
+ 240
339
+ ],
340
+ "size": [
341
+ 210,
342
+ 58
343
+ ],
344
+ "flags": {},
345
+ "order": 32,
346
+ "mode": 0,
347
+ "inputs": [
348
+ {
349
+ "name": "conditioning",
350
+ "type": "CONDITIONING",
351
+ "link": 419
352
+ },
353
+ {
354
+ "name": "guidance",
355
+ "type": "FLOAT",
356
+ "widget": {
357
+ "name": "guidance"
358
+ },
359
+ "link": 482
360
+ }
361
+ ],
362
+ "outputs": [
363
+ {
364
+ "name": "CONDITIONING",
365
+ "type": "CONDITIONING",
366
+ "slot_index": 0,
367
+ "links": [
368
+ 144
369
+ ]
370
+ }
371
+ ],
372
+ "properties": {
373
+ "cnr_id": "comfy-core",
374
+ "ver": "0.3.71",
375
+ "Node name for S&R": "FluxGuidance"
376
+ },
377
+ "widgets_values": [
378
+ 4
379
+ ],
380
+ "color": "#233",
381
+ "bgcolor": "#355"
382
+ },
383
+ {
384
+ "id": 38,
385
+ "type": "CLIPLoader",
386
+ "pos": [
387
+ -1224,
388
+ 72
389
+ ],
390
+ "size": [
391
+ 248,
392
+ 106
393
+ ],
394
+ "flags": {},
395
+ "order": 1,
396
+ "mode": 0,
397
+ "inputs": [],
398
+ "outputs": [
399
+ {
400
+ "name": "CLIP",
401
+ "type": "CLIP",
402
+ "links": [
403
+ 117,
404
+ 420
405
+ ]
406
+ }
407
+ ],
408
+ "properties": {
409
+ "cnr_id": "comfy-core",
410
+ "ver": "0.3.71",
411
+ "Node name for S&R": "CLIPLoader",
412
+ "models": [
413
+ {
414
+ "name": "mistral_3_small_flux2fp8.safetensors",
415
+ "url": "https://huggingface.co/Comfy-Org/flux2-dev/resolve/main/split_files/text_encoders/mistral_3_small_flux2_fp8.safetensors",
416
+ "directory": "text_encoders"
417
+ }
418
+ ]
419
+ },
420
+ "widgets_values": [
421
+ "mistral_3_small_flux2_fp8.safetensors",
422
+ "flux2",
423
+ "default"
424
+ ]
425
+ },
426
+ {
427
+ "id": 39,
428
+ "type": "ReferenceLatent",
429
+ "pos": [
430
+ -952,
431
+ 928
432
+ ],
433
+ "size": [
434
+ 197.712890625,
435
+ 46
436
+ ],
437
+ "flags": {},
438
+ "order": 36,
439
+ "mode": 4,
440
+ "inputs": [
441
+ {
442
+ "name": "conditioning",
443
+ "type": "CONDITIONING",
444
+ "link": 145
445
+ },
446
+ {
447
+ "name": "latent",
448
+ "shape": 7,
449
+ "type": "LATENT",
450
+ "link": 121
451
+ }
452
+ ],
453
+ "outputs": [
454
+ {
455
+ "name": "CONDITIONING",
456
+ "type": "CONDITIONING",
457
+ "links": [
458
+ 203
459
+ ]
460
+ }
461
+ ],
462
+ "properties": {
463
+ "cnr_id": "comfy-core",
464
+ "ver": "0.3.71",
465
+ "Node name for S&R": "ReferenceLatent"
466
+ },
467
+ "widgets_values": []
468
+ },
469
+ {
470
+ "id": 40,
471
+ "type": "VAEEncode",
472
+ "pos": [
473
+ -952,
474
+ 888
475
+ ],
476
+ "size": [
477
+ 140,
478
+ 46
479
+ ],
480
+ "flags": {
481
+ "collapsed": true
482
+ },
483
+ "order": 24,
484
+ "mode": 4,
485
+ "inputs": [
486
+ {
487
+ "name": "pixels",
488
+ "type": "IMAGE",
489
+ "link": 122
490
+ },
491
+ {
492
+ "name": "vae",
493
+ "type": "VAE",
494
+ "link": 207
495
+ }
496
+ ],
497
+ "outputs": [
498
+ {
499
+ "name": "LATENT",
500
+ "type": "LATENT",
501
+ "links": [
502
+ 121
503
+ ]
504
+ }
505
+ ],
506
+ "properties": {
507
+ "cnr_id": "comfy-core",
508
+ "ver": "0.3.71",
509
+ "Node name for S&R": "VAEEncode"
510
+ },
511
+ "widgets_values": []
512
+ },
513
+ {
514
+ "id": 41,
515
+ "type": "ImageScaleToTotalPixels",
516
+ "pos": [
517
+ -968,
518
+ 760
519
+ ],
520
+ "size": [
521
+ 210,
522
+ 82
523
+ ],
524
+ "flags": {},
525
+ "order": 16,
526
+ "mode": 4,
527
+ "inputs": [
528
+ {
529
+ "name": "image",
530
+ "type": "IMAGE",
531
+ "link": 123
532
+ }
533
+ ],
534
+ "outputs": [
535
+ {
536
+ "name": "IMAGE",
537
+ "type": "IMAGE",
538
+ "links": [
539
+ 122
540
+ ]
541
+ }
542
+ ],
543
+ "properties": {
544
+ "cnr_id": "comfy-core",
545
+ "ver": "0.3.71",
546
+ "Node name for S&R": "ImageScaleToTotalPixels"
547
+ },
548
+ "widgets_values": [
549
+ "lanczos",
550
+ 1.25
551
+ ]
552
+ },
553
+ {
554
+ "id": 42,
555
+ "type": "LoadImage",
556
+ "pos": [
557
+ -976,
558
+ 368
559
+ ],
560
+ "size": [
561
+ 272,
562
+ 360
563
+ ],
564
+ "flags": {},
565
+ "order": 5,
566
+ "mode": 4,
567
+ "inputs": [],
568
+ "outputs": [
569
+ {
570
+ "name": "IMAGE",
571
+ "type": "IMAGE",
572
+ "links": [
573
+ 123
574
+ ]
575
+ },
576
+ {
577
+ "name": "MASK",
578
+ "type": "MASK",
579
+ "links": null
580
+ }
581
+ ],
582
+ "properties": {
583
+ "cnr_id": "comfy-core",
584
+ "ver": "0.3.71",
585
+ "Node name for S&R": "LoadImage"
586
+ },
587
+ "widgets_values": [
588
+ "image_flux2_input_image.png",
589
+ "image"
590
+ ]
591
+ },
592
+ {
593
+ "id": 43,
594
+ "type": "ReferenceLatent",
595
+ "pos": [
596
+ -1240,
597
+ 936
598
+ ],
599
+ "size": [
600
+ 197.712890625,
601
+ 46
602
+ ],
603
+ "flags": {},
604
+ "order": 35,
605
+ "mode": 0,
606
+ "inputs": [
607
+ {
608
+ "name": "conditioning",
609
+ "type": "CONDITIONING",
610
+ "link": 144
611
+ },
612
+ {
613
+ "name": "latent",
614
+ "shape": 7,
615
+ "type": "LATENT",
616
+ "link": 125
617
+ }
618
+ ],
619
+ "outputs": [
620
+ {
621
+ "name": "CONDITIONING",
622
+ "type": "CONDITIONING",
623
+ "links": [
624
+ 145
625
+ ]
626
+ }
627
+ ],
628
+ "properties": {
629
+ "cnr_id": "comfy-core",
630
+ "ver": "0.3.71",
631
+ "Node name for S&R": "ReferenceLatent"
632
+ },
633
+ "widgets_values": []
634
+ },
635
+ {
636
+ "id": 44,
637
+ "type": "VAEEncode",
638
+ "pos": [
639
+ -1232,
640
+ 888
641
+ ],
642
+ "size": [
643
+ 140,
644
+ 46
645
+ ],
646
+ "flags": {
647
+ "collapsed": true
648
+ },
649
+ "order": 34,
650
+ "mode": 0,
651
+ "inputs": [
652
+ {
653
+ "name": "pixels",
654
+ "type": "IMAGE",
655
+ "link": 508
656
+ },
657
+ {
658
+ "name": "vae",
659
+ "type": "VAE",
660
+ "link": 127
661
+ }
662
+ ],
663
+ "outputs": [
664
+ {
665
+ "name": "LATENT",
666
+ "type": "LATENT",
667
+ "links": [
668
+ 125
669
+ ]
670
+ }
671
+ ],
672
+ "properties": {
673
+ "cnr_id": "comfy-core",
674
+ "ver": "0.3.71",
675
+ "Node name for S&R": "VAEEncode"
676
+ },
677
+ "widgets_values": []
678
+ },
679
+ {
680
+ "id": 46,
681
+ "type": "LoadImage",
682
+ "pos": [
683
+ -1248,
684
+ 368
685
+ ],
686
+ "size": [
687
+ 256,
688
+ 352
689
+ ],
690
+ "flags": {},
691
+ "order": 11,
692
+ "mode": 0,
693
+ "inputs": [],
694
+ "outputs": [
695
+ {
696
+ "name": "IMAGE",
697
+ "type": "IMAGE",
698
+ "links": [
699
+ 427,
700
+ 505
701
+ ]
702
+ },
703
+ {
704
+ "name": "MASK",
705
+ "type": "MASK",
706
+ "links": []
707
+ }
708
+ ],
709
+ "properties": {
710
+ "cnr_id": "comfy-core",
711
+ "ver": "0.3.71",
712
+ "Node name for S&R": "LoadImage"
713
+ },
714
+ "widgets_values": [
715
+ "Deathclaw_art_input.png",
716
+ "image"
717
+ ]
718
+ },
719
+ {
720
+ "id": 47,
721
+ "type": "EmptyFlux2LatentImage",
722
+ "pos": [
723
+ -72,
724
+ 512
725
+ ],
726
+ "size": [
727
+ 210,
728
+ 106
729
+ ],
730
+ "flags": {
731
+ "collapsed": false
732
+ },
733
+ "order": 28,
734
+ "mode": 0,
735
+ "inputs": [
736
+ {
737
+ "name": "width",
738
+ "type": "INT",
739
+ "widget": {
740
+ "name": "width"
741
+ },
742
+ "link": 168
743
+ },
744
+ {
745
+ "name": "height",
746
+ "type": "INT",
747
+ "widget": {
748
+ "name": "height"
749
+ },
750
+ "link": 169
751
+ }
752
+ ],
753
+ "outputs": [
754
+ {
755
+ "name": "LATENT",
756
+ "type": "LATENT",
757
+ "links": [
758
+ 161
759
+ ]
760
+ }
761
+ ],
762
+ "properties": {
763
+ "cnr_id": "comfy-core",
764
+ "ver": "0.3.71",
765
+ "Node name for S&R": "EmptyFlux2LatentImage"
766
+ },
767
+ "widgets_values": [
768
+ 1248,
769
+ 832,
770
+ 1
771
+ ]
772
+ },
773
+ {
774
+ "id": 48,
775
+ "type": "Flux2Scheduler",
776
+ "pos": [
777
+ -64,
778
+ -112
779
+ ],
780
+ "size": [
781
+ 222.3482666015625,
782
+ 106
783
+ ],
784
+ "flags": {
785
+ "collapsed": true
786
+ },
787
+ "order": 30,
788
+ "mode": 0,
789
+ "inputs": [
790
+ {
791
+ "name": "steps",
792
+ "type": "INT",
793
+ "widget": {
794
+ "name": "steps"
795
+ },
796
+ "link": 223
797
+ },
798
+ {
799
+ "name": "width",
800
+ "type": "INT",
801
+ "widget": {
802
+ "name": "width"
803
+ },
804
+ "link": 177
805
+ },
806
+ {
807
+ "name": "height",
808
+ "type": "INT",
809
+ "widget": {
810
+ "name": "height"
811
+ },
812
+ "link": 178
813
+ }
814
+ ],
815
+ "outputs": [
816
+ {
817
+ "name": "SIGMAS",
818
+ "type": "SIGMAS",
819
+ "links": []
820
+ }
821
+ ],
822
+ "properties": {
823
+ "cnr_id": "comfy-core",
824
+ "ver": "0.3.71",
825
+ "Node name for S&R": "Flux2Scheduler"
826
+ },
827
+ "widgets_values": [
828
+ 20,
829
+ 1248,
830
+ 832
831
+ ]
832
+ },
833
+ {
834
+ "id": 60,
835
+ "type": "Note",
836
+ "pos": [
837
+ -1232,
838
+ 1048
839
+ ],
840
+ "size": [
841
+ 504,
842
+ 280
843
+ ],
844
+ "flags": {},
845
+ "order": 7,
846
+ "mode": 0,
847
+ "inputs": [],
848
+ "outputs": [],
849
+ "properties": {},
850
+ "widgets_values": [
851
+ "Unbypass (CTRL-B) the ReferenceLatent nodes to give ref images.\n\nIf you want to add more reference images, you can add multiple reference images by following the pattern.\n\nIf you don't want any reference image, just select all ReferenceLatent nodes and then use CTRL-B to bypass them, turning the workflow into a Text to Image workflow."
852
+ ],
853
+ "color": "#432",
854
+ "bgcolor": "#653"
855
+ },
856
+ {
857
+ "id": 66,
858
+ "type": "MarkdownNote",
859
+ "pos": [
860
+ -1728,
861
+ -200
862
+ ],
863
+ "size": [
864
+ 456,
865
+ 1000
866
+ ],
867
+ "flags": {
868
+ "collapsed": false
869
+ },
870
+ "order": 8,
871
+ "mode": 0,
872
+ "inputs": [],
873
+ "outputs": [],
874
+ "title": "Model links",
875
+ "properties": {},
876
+ "widgets_values": [
877
+ "This workflow used a custom loader for the fp8_scaled quantized model, this loader \n\ncan be added as custom node either via the ComfyUI-Manager by searching for \"ComfyUI_Hybrid\"\n\nor in terminal by running\n```\ngit clone https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader\n```\nin the custom_nodes folder.\n\nThe same goes for the SamplingParameters node which is located at [ComfyUI_SamplingUtils](https://github.com/silveroxides/ComfyUI_SamplingUtils)\n\nPatch Sage Attention KJ node is available from [ComfyUI-KJNodes](https://github.com/kijai/ComfyUI-KJNodes)\n\n## Model links\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**diffusion_models**\n\n- [flux2-dev-fp8_scaled.safetensors](https://huggingface.co/silveroxides/FLUX.2-dev-fp8_scaled/resolve/main/flux2-dev-fp8_scaled.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_fp8.safetensors\n│ ├── 📂 diffusion_models/\n│ │ └── flux2-dev-fp8_scaled.safetensors\n│ └── 📂 vae/\n│ └── flux2-vae.safetensors\n```\n"
878
+ ],
879
+ "color": "#432",
880
+ "bgcolor": "#653"
881
+ },
882
+ {
883
+ "id": 67,
884
+ "type": "ScaledFP8HybridUNetLoader",
885
+ "pos": [
886
+ -1232,
887
+ -176
888
+ ],
889
+ "size": [
890
+ 339.2525390625,
891
+ 82
892
+ ],
893
+ "flags": {},
894
+ "order": 6,
895
+ "mode": 0,
896
+ "inputs": [],
897
+ "outputs": [
898
+ {
899
+ "name": "MODEL",
900
+ "type": "MODEL",
901
+ "links": [
902
+ 405
903
+ ]
904
+ }
905
+ ],
906
+ "properties": {
907
+ "cnr_id": "ComfyUI_Hybrid-Scaled_fp8-Loader",
908
+ "ver": "d98fbe346f5e4cf28439ab961ff31b5def946514",
909
+ "Node name for S&R": "ScaledFP8HybridUNetLoader",
910
+ "models": [
911
+ {
912
+ "name": "flux2-dev-fp8_scaled.safetensors",
913
+ "url": "https://huggingface.co/silveroxides/FLUX.2-dev-fp8_scaled/resolve/main/flux2-dev-fp8_scaled.safetensors",
914
+ "directory": "diffusion_models"
915
+ }
916
+ ]
917
+ },
918
+ "widgets_values": [
919
+ "flux2-dev-fp8_scaled.safetensors",
920
+ "none"
921
+ ]
922
+ },
923
+ {
924
+ "id": 69,
925
+ "type": "SamplingParameters",
926
+ "pos": [
927
+ 176,
928
+ 48
929
+ ],
930
+ "size": [
931
+ 216,
932
+ 450
933
+ ],
934
+ "flags": {},
935
+ "order": 27,
936
+ "mode": 0,
937
+ "inputs": [
938
+ {
939
+ "name": "width",
940
+ "type": "INT",
941
+ "widget": {
942
+ "name": "width"
943
+ },
944
+ "link": 407
945
+ },
946
+ {
947
+ "name": "height",
948
+ "type": "INT",
949
+ "widget": {
950
+ "name": "height"
951
+ },
952
+ "link": 408
953
+ },
954
+ {
955
+ "name": "seed",
956
+ "type": "INT",
957
+ "widget": {
958
+ "name": "seed"
959
+ },
960
+ "link": 211
961
+ }
962
+ ],
963
+ "outputs": [
964
+ {
965
+ "name": "width",
966
+ "type": "INT",
967
+ "links": [
968
+ 168,
969
+ 177,
970
+ 506
971
+ ]
972
+ },
973
+ {
974
+ "name": "height",
975
+ "type": "INT",
976
+ "links": [
977
+ 169,
978
+ 178,
979
+ 507
980
+ ]
981
+ },
982
+ {
983
+ "name": "batch_size",
984
+ "type": "INT",
985
+ "links": null
986
+ },
987
+ {
988
+ "name": "upscaled_width",
989
+ "type": "INT",
990
+ "links": null
991
+ },
992
+ {
993
+ "name": "upscaled_height",
994
+ "type": "INT",
995
+ "links": null
996
+ },
997
+ {
998
+ "name": "steps",
999
+ "type": "INT",
1000
+ "links": [
1001
+ 223,
1002
+ 452
1003
+ ]
1004
+ },
1005
+ {
1006
+ "name": "cfg",
1007
+ "type": "FLOAT",
1008
+ "links": [
1009
+ 482
1010
+ ]
1011
+ },
1012
+ {
1013
+ "name": "seed",
1014
+ "type": "INT",
1015
+ "links": [
1016
+ 220
1017
+ ]
1018
+ },
1019
+ {
1020
+ "name": "tile_width",
1021
+ "type": "INT",
1022
+ "links": null
1023
+ },
1024
+ {
1025
+ "name": "tile_height",
1026
+ "type": "INT",
1027
+ "links": null
1028
+ },
1029
+ {
1030
+ "name": "tile_padding",
1031
+ "type": "INT",
1032
+ "links": null
1033
+ }
1034
+ ],
1035
+ "properties": {
1036
+ "cnr_id": "ComfyUI-SamplingUtils",
1037
+ "ver": "e4087ef70a245831aa28a917215bc42fcc2bb746",
1038
+ "Node name for S&R": "SamplingParameters"
1039
+ },
1040
+ "widgets_values": [
1041
+ 1024,
1042
+ 1024,
1043
+ 1,
1044
+ 1,
1045
+ 32,
1046
+ 20,
1047
+ 4,
1048
+ -118547908745496,
1049
+ "fixed"
1050
+ ]
1051
+ },
1052
+ {
1053
+ "id": 78,
1054
+ "type": "VAEEncode",
1055
+ "pos": [
1056
+ -680,
1057
+ 888
1058
+ ],
1059
+ "size": [
1060
+ 140,
1061
+ 46
1062
+ ],
1063
+ "flags": {
1064
+ "collapsed": true
1065
+ },
1066
+ "order": 23,
1067
+ "mode": 4,
1068
+ "inputs": [
1069
+ {
1070
+ "name": "pixels",
1071
+ "type": "IMAGE",
1072
+ "link": 194
1073
+ },
1074
+ {
1075
+ "name": "vae",
1076
+ "type": "VAE",
1077
+ "link": 208
1078
+ }
1079
+ ],
1080
+ "outputs": [
1081
+ {
1082
+ "name": "LATENT",
1083
+ "type": "LATENT",
1084
+ "links": [
1085
+ 195
1086
+ ]
1087
+ }
1088
+ ],
1089
+ "properties": {
1090
+ "cnr_id": "comfy-core",
1091
+ "ver": "0.3.71",
1092
+ "Node name for S&R": "VAEEncode"
1093
+ },
1094
+ "widgets_values": []
1095
+ },
1096
+ {
1097
+ "id": 79,
1098
+ "type": "ReferenceLatent",
1099
+ "pos": [
1100
+ -680,
1101
+ 936
1102
+ ],
1103
+ "size": [
1104
+ 197.712890625,
1105
+ 46
1106
+ ],
1107
+ "flags": {},
1108
+ "order": 37,
1109
+ "mode": 4,
1110
+ "inputs": [
1111
+ {
1112
+ "name": "conditioning",
1113
+ "type": "CONDITIONING",
1114
+ "link": 203
1115
+ },
1116
+ {
1117
+ "name": "latent",
1118
+ "shape": 7,
1119
+ "type": "LATENT",
1120
+ "link": 195
1121
+ }
1122
+ ],
1123
+ "outputs": [
1124
+ {
1125
+ "name": "CONDITIONING",
1126
+ "type": "CONDITIONING",
1127
+ "links": [
1128
+ 204
1129
+ ]
1130
+ }
1131
+ ],
1132
+ "properties": {
1133
+ "cnr_id": "comfy-core",
1134
+ "ver": "0.3.71",
1135
+ "Node name for S&R": "ReferenceLatent"
1136
+ },
1137
+ "widgets_values": []
1138
+ },
1139
+ {
1140
+ "id": 80,
1141
+ "type": "ImageScaleToTotalPixels",
1142
+ "pos": [
1143
+ -688,
1144
+ 768
1145
+ ],
1146
+ "size": [
1147
+ 210,
1148
+ 82
1149
+ ],
1150
+ "flags": {},
1151
+ "order": 15,
1152
+ "mode": 4,
1153
+ "inputs": [
1154
+ {
1155
+ "name": "image",
1156
+ "type": "IMAGE",
1157
+ "link": 196
1158
+ }
1159
+ ],
1160
+ "outputs": [
1161
+ {
1162
+ "name": "IMAGE",
1163
+ "type": "IMAGE",
1164
+ "links": [
1165
+ 194
1166
+ ]
1167
+ }
1168
+ ],
1169
+ "properties": {
1170
+ "cnr_id": "comfy-core",
1171
+ "ver": "0.3.71",
1172
+ "Node name for S&R": "ImageScaleToTotalPixels"
1173
+ },
1174
+ "widgets_values": [
1175
+ "lanczos",
1176
+ 1.25
1177
+ ]
1178
+ },
1179
+ {
1180
+ "id": 81,
1181
+ "type": "LoadImage",
1182
+ "pos": [
1183
+ -696,
1184
+ 368
1185
+ ],
1186
+ "size": [
1187
+ 280,
1188
+ 360
1189
+ ],
1190
+ "flags": {},
1191
+ "order": 4,
1192
+ "mode": 4,
1193
+ "inputs": [],
1194
+ "outputs": [
1195
+ {
1196
+ "name": "IMAGE",
1197
+ "type": "IMAGE",
1198
+ "links": [
1199
+ 196
1200
+ ]
1201
+ },
1202
+ {
1203
+ "name": "MASK",
1204
+ "type": "MASK",
1205
+ "links": null
1206
+ }
1207
+ ],
1208
+ "properties": {
1209
+ "cnr_id": "comfy-core",
1210
+ "ver": "0.3.71",
1211
+ "Node name for S&R": "LoadImage"
1212
+ },
1213
+ "widgets_values": [
1214
+ "image_flux2_input_image.png",
1215
+ "image"
1216
+ ]
1217
+ },
1218
+ {
1219
+ "id": 82,
1220
+ "type": "VAEEncode",
1221
+ "pos": [
1222
+ -384,
1223
+ 888
1224
+ ],
1225
+ "size": [
1226
+ 140,
1227
+ 46
1228
+ ],
1229
+ "flags": {
1230
+ "collapsed": true
1231
+ },
1232
+ "order": 22,
1233
+ "mode": 4,
1234
+ "inputs": [
1235
+ {
1236
+ "name": "pixels",
1237
+ "type": "IMAGE",
1238
+ "link": 197
1239
+ },
1240
+ {
1241
+ "name": "vae",
1242
+ "type": "VAE",
1243
+ "link": 209
1244
+ }
1245
+ ],
1246
+ "outputs": [
1247
+ {
1248
+ "name": "LATENT",
1249
+ "type": "LATENT",
1250
+ "links": [
1251
+ 198
1252
+ ]
1253
+ }
1254
+ ],
1255
+ "properties": {
1256
+ "cnr_id": "comfy-core",
1257
+ "ver": "0.3.71",
1258
+ "Node name for S&R": "VAEEncode"
1259
+ },
1260
+ "widgets_values": []
1261
+ },
1262
+ {
1263
+ "id": 83,
1264
+ "type": "ReferenceLatent",
1265
+ "pos": [
1266
+ -376,
1267
+ 936
1268
+ ],
1269
+ "size": [
1270
+ 197.712890625,
1271
+ 46
1272
+ ],
1273
+ "flags": {},
1274
+ "order": 38,
1275
+ "mode": 4,
1276
+ "inputs": [
1277
+ {
1278
+ "name": "conditioning",
1279
+ "type": "CONDITIONING",
1280
+ "link": 204
1281
+ },
1282
+ {
1283
+ "name": "latent",
1284
+ "shape": 7,
1285
+ "type": "LATENT",
1286
+ "link": 198
1287
+ }
1288
+ ],
1289
+ "outputs": [
1290
+ {
1291
+ "name": "CONDITIONING",
1292
+ "type": "CONDITIONING",
1293
+ "links": [
1294
+ 232
1295
+ ]
1296
+ }
1297
+ ],
1298
+ "properties": {
1299
+ "cnr_id": "comfy-core",
1300
+ "ver": "0.3.71",
1301
+ "Node name for S&R": "ReferenceLatent"
1302
+ },
1303
+ "widgets_values": []
1304
+ },
1305
+ {
1306
+ "id": 84,
1307
+ "type": "ImageScaleToTotalPixels",
1308
+ "pos": [
1309
+ -392,
1310
+ 768
1311
+ ],
1312
+ "size": [
1313
+ 210,
1314
+ 82
1315
+ ],
1316
+ "flags": {},
1317
+ "order": 14,
1318
+ "mode": 4,
1319
+ "inputs": [
1320
+ {
1321
+ "name": "image",
1322
+ "type": "IMAGE",
1323
+ "link": 199
1324
+ }
1325
+ ],
1326
+ "outputs": [
1327
+ {
1328
+ "name": "IMAGE",
1329
+ "type": "IMAGE",
1330
+ "links": [
1331
+ 197
1332
+ ]
1333
+ }
1334
+ ],
1335
+ "properties": {
1336
+ "cnr_id": "comfy-core",
1337
+ "ver": "0.3.71",
1338
+ "Node name for S&R": "ImageScaleToTotalPixels"
1339
+ },
1340
+ "widgets_values": [
1341
+ "lanczos",
1342
+ 1.25
1343
+ ]
1344
+ },
1345
+ {
1346
+ "id": 85,
1347
+ "type": "LoadImage",
1348
+ "pos": [
1349
+ -400,
1350
+ 376
1351
+ ],
1352
+ "size": [
1353
+ 288,
1354
+ 352
1355
+ ],
1356
+ "flags": {},
1357
+ "order": 3,
1358
+ "mode": 4,
1359
+ "inputs": [],
1360
+ "outputs": [
1361
+ {
1362
+ "name": "IMAGE",
1363
+ "type": "IMAGE",
1364
+ "links": [
1365
+ 199
1366
+ ]
1367
+ },
1368
+ {
1369
+ "name": "MASK",
1370
+ "type": "MASK",
1371
+ "links": null
1372
+ }
1373
+ ],
1374
+ "properties": {
1375
+ "cnr_id": "comfy-core",
1376
+ "ver": "0.3.71",
1377
+ "Node name for S&R": "LoadImage"
1378
+ },
1379
+ "widgets_values": [
1380
+ "image_flux2_input_image.png",
1381
+ "image"
1382
+ ]
1383
+ },
1384
+ {
1385
+ "id": 90,
1386
+ "type": "Seed (rgthree)",
1387
+ "pos": [
1388
+ -88,
1389
+ -56
1390
+ ],
1391
+ "size": [
1392
+ 210,
1393
+ 130
1394
+ ],
1395
+ "flags": {},
1396
+ "order": 13,
1397
+ "mode": 0,
1398
+ "inputs": [],
1399
+ "outputs": [
1400
+ {
1401
+ "dir": 4,
1402
+ "name": "SEED",
1403
+ "shape": 3,
1404
+ "type": "INT",
1405
+ "links": [
1406
+ 211
1407
+ ]
1408
+ }
1409
+ ],
1410
+ "properties": {
1411
+ "cnr_id": "rgthree-comfy",
1412
+ "ver": "eadc24ecc8bfc3c80fcc50724c0ebe74489f255b",
1413
+ "randomMax": 1125899906842624,
1414
+ "randomMin": 0
1415
+ },
1416
+ "widgets_values": [
1417
+ 513331720999306,
1418
+ "",
1419
+ "",
1420
+ ""
1421
+ ]
1422
+ },
1423
+ {
1424
+ "id": 94,
1425
+ "type": "PathchSageAttentionKJ",
1426
+ "pos": [
1427
+ -1232,
1428
+ -48
1429
+ ],
1430
+ "size": [
1431
+ 270,
1432
+ 82
1433
+ ],
1434
+ "flags": {},
1435
+ "order": 17,
1436
+ "mode": 0,
1437
+ "inputs": [
1438
+ {
1439
+ "name": "model",
1440
+ "type": "MODEL",
1441
+ "link": 405
1442
+ }
1443
+ ],
1444
+ "outputs": [
1445
+ {
1446
+ "name": "MODEL",
1447
+ "type": "MODEL",
1448
+ "links": [
1449
+ 501,
1450
+ 502
1451
+ ]
1452
+ }
1453
+ ],
1454
+ "properties": {
1455
+ "cnr_id": "comfyui-kjnodes",
1456
+ "ver": "c661baadd9683c0033cd2a6ad90157c6d099a6c2",
1457
+ "Node name for S&R": "PathchSageAttentionKJ"
1458
+ },
1459
+ "widgets_values": [
1460
+ "auto",
1461
+ false
1462
+ ]
1463
+ },
1464
+ {
1465
+ "id": 95,
1466
+ "type": "PrimitiveStringMultiline",
1467
+ "pos": [
1468
+ -872,
1469
+ -176
1470
+ ],
1471
+ "size": [
1472
+ 752,
1473
+ 224
1474
+ ],
1475
+ "flags": {
1476
+ "collapsed": false
1477
+ },
1478
+ "order": 12,
1479
+ "mode": 0,
1480
+ "inputs": [],
1481
+ "outputs": [
1482
+ {
1483
+ "name": "STRING",
1484
+ "type": "STRING",
1485
+ "links": [
1486
+ 421,
1487
+ 445
1488
+ ]
1489
+ }
1490
+ ],
1491
+ "title": "Positive Prompt",
1492
+ "properties": {
1493
+ "cnr_id": "comfy-core",
1494
+ "ver": "0.3.43",
1495
+ "Node name for S&R": "PrimitiveStringMultiline",
1496
+ "enableTabs": false,
1497
+ "tabWidth": 65,
1498
+ "tabXOffset": 10,
1499
+ "hasSecondTab": false,
1500
+ "secondTabText": "Send Back",
1501
+ "secondTabOffset": 80,
1502
+ "secondTabWidth": 65
1503
+ },
1504
+ "widgets_values": [
1505
+ "A low-angle medium shot photograph captures a massive, muscular deathclaw standing powerfully against a vibrant sunset sky. The male deathclaw has dark heavily scaled skin and pronounced muscle definition across its chest abdomen and thighs. The photograph is captured with extremely high fidelity, showcasing the texture of its thick hide and the sharp, ridged horns curving back from its skull as well as the details of the long claws on its hands. Its eyes glow intensely yellow, and its mouth is slightly open, revealing sharp teeth, maintaining the menacing character consistency of the creature. The creature is wearing a simple torn brown loincloth tied loosely around its waist. The composition emphasize the creature's immense size and intimidating posture. The background features distant mountains and a setting sun, which creates dramatic backlighting and deep shadows across the deathclaw's body."
1506
+ ],
1507
+ "color": "#232",
1508
+ "bgcolor": "#353"
1509
+ },
1510
+ {
1511
+ "id": 135,
1512
+ "type": "ImageScaleToTotalPixels",
1513
+ "pos": [
1514
+ -80,
1515
+ 376
1516
+ ],
1517
+ "size": [
1518
+ 210,
1519
+ 82
1520
+ ],
1521
+ "flags": {},
1522
+ "order": 19,
1523
+ "mode": 0,
1524
+ "inputs": [
1525
+ {
1526
+ "name": "image",
1527
+ "type": "IMAGE",
1528
+ "link": 427
1529
+ }
1530
+ ],
1531
+ "outputs": [
1532
+ {
1533
+ "name": "IMAGE",
1534
+ "type": "IMAGE",
1535
+ "links": [
1536
+ 422
1537
+ ]
1538
+ }
1539
+ ],
1540
+ "properties": {
1541
+ "cnr_id": "comfy-core",
1542
+ "ver": "0.3.71",
1543
+ "Node name for S&R": "ImageScaleToTotalPixels",
1544
+ "enableTabs": false,
1545
+ "tabWidth": 65,
1546
+ "tabXOffset": 10,
1547
+ "hasSecondTab": false,
1548
+ "secondTabText": "Send Back",
1549
+ "secondTabOffset": 80,
1550
+ "secondTabWidth": 65
1551
+ },
1552
+ "widgets_values": [
1553
+ "lanczos",
1554
+ 1.5
1555
+ ]
1556
+ },
1557
+ {
1558
+ "id": 171,
1559
+ "type": "GetImageSize",
1560
+ "pos": [
1561
+ 192,
1562
+ 544
1563
+ ],
1564
+ "size": [
1565
+ 210,
1566
+ 136
1567
+ ],
1568
+ "flags": {
1569
+ "collapsed": true
1570
+ },
1571
+ "order": 25,
1572
+ "mode": 0,
1573
+ "inputs": [
1574
+ {
1575
+ "name": "image",
1576
+ "type": "IMAGE",
1577
+ "link": 422
1578
+ }
1579
+ ],
1580
+ "outputs": [
1581
+ {
1582
+ "name": "width",
1583
+ "type": "INT",
1584
+ "links": [
1585
+ 407
1586
+ ]
1587
+ },
1588
+ {
1589
+ "name": "height",
1590
+ "type": "INT",
1591
+ "links": [
1592
+ 408
1593
+ ]
1594
+ },
1595
+ {
1596
+ "name": "batch_size",
1597
+ "type": "INT",
1598
+ "links": null
1599
+ }
1600
+ ],
1601
+ "properties": {
1602
+ "cnr_id": "comfy-core",
1603
+ "ver": "0.3.73",
1604
+ "Node name for S&R": "GetImageSize"
1605
+ },
1606
+ "widgets_values": [
1607
+ "width: 1254, height: 1254\n batch size: 1"
1608
+ ]
1609
+ },
1610
+ {
1611
+ "id": 172,
1612
+ "type": "StringConcatenate",
1613
+ "pos": [
1614
+ -792,
1615
+ 240
1616
+ ],
1617
+ "size": [
1618
+ 240,
1619
+ 166
1620
+ ],
1621
+ "flags": {
1622
+ "collapsed": true
1623
+ },
1624
+ "order": 21,
1625
+ "mode": 0,
1626
+ "inputs": [
1627
+ {
1628
+ "name": "string_a",
1629
+ "type": "STRING",
1630
+ "widget": {
1631
+ "name": "string_a"
1632
+ },
1633
+ "link": 413
1634
+ },
1635
+ {
1636
+ "name": "string_b",
1637
+ "type": "STRING",
1638
+ "widget": {
1639
+ "name": "string_b"
1640
+ },
1641
+ "link": 445
1642
+ },
1643
+ {
1644
+ "name": "delimiter",
1645
+ "type": "STRING",
1646
+ "widget": {
1647
+ "name": "delimiter"
1648
+ },
1649
+ "link": 412
1650
+ }
1651
+ ],
1652
+ "outputs": [
1653
+ {
1654
+ "name": "STRING",
1655
+ "type": "STRING",
1656
+ "links": []
1657
+ }
1658
+ ],
1659
+ "properties": {
1660
+ "cnr_id": "comfy-core",
1661
+ "ver": "0.3.73",
1662
+ "Node name for S&R": "StringConcatenate"
1663
+ },
1664
+ "widgets_values": [
1665
+ "",
1666
+ "",
1667
+ ""
1668
+ ],
1669
+ "color": "#233",
1670
+ "bgcolor": "#355"
1671
+ },
1672
+ {
1673
+ "id": 173,
1674
+ "type": "PrimitiveStringMultiline",
1675
+ "pos": [
1676
+ -408,
1677
+ 104
1678
+ ],
1679
+ "size": [
1680
+ 296,
1681
+ 184
1682
+ ],
1683
+ "flags": {
1684
+ "collapsed": false
1685
+ },
1686
+ "order": 9,
1687
+ "mode": 0,
1688
+ "inputs": [],
1689
+ "outputs": [
1690
+ {
1691
+ "name": "STRING",
1692
+ "type": "STRING",
1693
+ "links": [
1694
+ 409,
1695
+ 413
1696
+ ]
1697
+ }
1698
+ ],
1699
+ "title": "Instruct Prompt",
1700
+ "properties": {
1701
+ "cnr_id": "comfy-core",
1702
+ "ver": "0.3.43",
1703
+ "Node name for S&R": "PrimitiveStringMultiline",
1704
+ "enableTabs": false,
1705
+ "tabWidth": 65,
1706
+ "tabXOffset": 10,
1707
+ "hasSecondTab": false,
1708
+ "secondTabText": "Send Back",
1709
+ "secondTabOffset": 80,
1710
+ "secondTabWidth": 65
1711
+ },
1712
+ "widgets_values": [
1713
+ "Keep the composition of the image same as reference. Keep subject position and their pose the same as the reference. Ensure sharp textures, detailed depth, high dynamic range and high quality lighting."
1714
+ ],
1715
+ "color": "#2a363b",
1716
+ "bgcolor": "#3f5159"
1717
+ },
1718
+ {
1719
+ "id": 174,
1720
+ "type": "CLIPTextEncode",
1721
+ "pos": [
1722
+ -864,
1723
+ 144
1724
+ ],
1725
+ "size": [
1726
+ 304,
1727
+ 88
1728
+ ],
1729
+ "flags": {
1730
+ "collapsed": true
1731
+ },
1732
+ "order": 18,
1733
+ "mode": 0,
1734
+ "inputs": [
1735
+ {
1736
+ "name": "clip",
1737
+ "type": "CLIP",
1738
+ "link": 420
1739
+ },
1740
+ {
1741
+ "name": "text",
1742
+ "type": "STRING",
1743
+ "widget": {
1744
+ "name": "text"
1745
+ },
1746
+ "link": 409
1747
+ }
1748
+ ],
1749
+ "outputs": [
1750
+ {
1751
+ "name": "CONDITIONING",
1752
+ "type": "CONDITIONING",
1753
+ "slot_index": 0,
1754
+ "links": [
1755
+ 418
1756
+ ]
1757
+ }
1758
+ ],
1759
+ "title": "CLIP Text Encode (Instruct Prompt)",
1760
+ "properties": {
1761
+ "cnr_id": "comfy-core",
1762
+ "ver": "0.3.71",
1763
+ "Node name for S&R": "CLIPTextEncode"
1764
+ },
1765
+ "widgets_values": [
1766
+ ""
1767
+ ],
1768
+ "color": "#2a363b",
1769
+ "bgcolor": "#3f5159"
1770
+ },
1771
+ {
1772
+ "id": 175,
1773
+ "type": "RegexReplace",
1774
+ "pos": [
1775
+ -872,
1776
+ 240
1777
+ ],
1778
+ "size": [
1779
+ 210,
1780
+ 292
1781
+ ],
1782
+ "flags": {
1783
+ "collapsed": true
1784
+ },
1785
+ "order": 2,
1786
+ "mode": 0,
1787
+ "inputs": [],
1788
+ "outputs": [
1789
+ {
1790
+ "name": "STRING",
1791
+ "type": "STRING",
1792
+ "links": [
1793
+ 412
1794
+ ]
1795
+ }
1796
+ ],
1797
+ "title": "newline",
1798
+ "properties": {
1799
+ "cnr_id": "comfy-core",
1800
+ "ver": "0.3.73",
1801
+ "Node name for S&R": "RegexReplace"
1802
+ },
1803
+ "widgets_values": [
1804
+ " ",
1805
+ "\\s",
1806
+ "\\n",
1807
+ true,
1808
+ false,
1809
+ false,
1810
+ 1
1811
+ ],
1812
+ "color": "#432",
1813
+ "bgcolor": "#653"
1814
+ },
1815
+ {
1816
+ "id": 176,
1817
+ "type": "ConditioningConcat",
1818
+ "pos": [
1819
+ -864,
1820
+ 288
1821
+ ],
1822
+ "size": [
1823
+ 228.38671875,
1824
+ 46
1825
+ ],
1826
+ "flags": {
1827
+ "collapsed": true
1828
+ },
1829
+ "order": 26,
1830
+ "mode": 0,
1831
+ "inputs": [
1832
+ {
1833
+ "name": "conditioning_to",
1834
+ "type": "CONDITIONING",
1835
+ "link": 417
1836
+ },
1837
+ {
1838
+ "name": "conditioning_from",
1839
+ "type": "CONDITIONING",
1840
+ "link": 418
1841
+ }
1842
+ ],
1843
+ "outputs": [
1844
+ {
1845
+ "name": "CONDITIONING",
1846
+ "type": "CONDITIONING",
1847
+ "links": [
1848
+ 419
1849
+ ]
1850
+ }
1851
+ ],
1852
+ "properties": {
1853
+ "cnr_id": "comfy-core",
1854
+ "ver": "0.3.73",
1855
+ "Node name for S&R": "ConditioningConcat"
1856
+ },
1857
+ "color": "#233",
1858
+ "bgcolor": "#355"
1859
+ },
1860
+ {
1861
+ "id": 179,
1862
+ "type": "BetaSamplingScheduler",
1863
+ "pos": [
1864
+ -72,
1865
+ 224
1866
+ ],
1867
+ "size": [
1868
+ 210,
1869
+ 106
1870
+ ],
1871
+ "flags": {},
1872
+ "order": 31,
1873
+ "mode": 0,
1874
+ "inputs": [
1875
+ {
1876
+ "name": "model",
1877
+ "type": "MODEL",
1878
+ "link": 501
1879
+ },
1880
+ {
1881
+ "name": "steps",
1882
+ "type": "INT",
1883
+ "widget": {
1884
+ "name": "steps"
1885
+ },
1886
+ "link": 452
1887
+ }
1888
+ ],
1889
+ "outputs": [
1890
+ {
1891
+ "name": "SIGMAS",
1892
+ "type": "SIGMAS",
1893
+ "links": [
1894
+ 491
1895
+ ]
1896
+ }
1897
+ ],
1898
+ "properties": {
1899
+ "cnr_id": "comfy-core",
1900
+ "ver": "0.3.73",
1901
+ "Node name for S&R": "BetaSamplingScheduler"
1902
+ },
1903
+ "widgets_values": [
1904
+ 20,
1905
+ 0.5000000000000001,
1906
+ 0.5000000000000001
1907
+ ]
1908
+ },
1909
+ {
1910
+ "id": 190,
1911
+ "type": "KSamplerSelect",
1912
+ "pos": [
1913
+ -80,
1914
+ 120
1915
+ ],
1916
+ "size": [
1917
+ 210,
1918
+ 58
1919
+ ],
1920
+ "flags": {},
1921
+ "order": 10,
1922
+ "mode": 0,
1923
+ "inputs": [],
1924
+ "outputs": [
1925
+ {
1926
+ "name": "SAMPLER",
1927
+ "type": "SAMPLER",
1928
+ "links": [
1929
+ 481
1930
+ ]
1931
+ }
1932
+ ],
1933
+ "properties": {
1934
+ "cnr_id": "comfy-core",
1935
+ "ver": "0.3.73",
1936
+ "Node name for S&R": "KSamplerSelect"
1937
+ },
1938
+ "widgets_values": [
1939
+ "euler"
1940
+ ]
1941
+ },
1942
+ {
1943
+ "id": 199,
1944
+ "type": "ImageScale",
1945
+ "pos": [
1946
+ -1224,
1947
+ 784
1948
+ ],
1949
+ "size": [
1950
+ 270,
1951
+ 130
1952
+ ],
1953
+ "flags": {
1954
+ "collapsed": true
1955
+ },
1956
+ "order": 29,
1957
+ "mode": 0,
1958
+ "inputs": [
1959
+ {
1960
+ "name": "image",
1961
+ "type": "IMAGE",
1962
+ "link": 505
1963
+ },
1964
+ {
1965
+ "name": "width",
1966
+ "type": "INT",
1967
+ "widget": {
1968
+ "name": "width"
1969
+ },
1970
+ "link": 506
1971
+ },
1972
+ {
1973
+ "name": "height",
1974
+ "type": "INT",
1975
+ "widget": {
1976
+ "name": "height"
1977
+ },
1978
+ "link": 507
1979
+ }
1980
+ ],
1981
+ "outputs": [
1982
+ {
1983
+ "name": "IMAGE",
1984
+ "type": "IMAGE",
1985
+ "links": [
1986
+ 508
1987
+ ]
1988
+ }
1989
+ ],
1990
+ "properties": {
1991
+ "cnr_id": "comfy-core",
1992
+ "ver": "0.3.73",
1993
+ "Node name for S&R": "ImageScale"
1994
+ },
1995
+ "widgets_values": [
1996
+ "lanczos",
1997
+ 512,
1998
+ 512,
1999
+ "center"
2000
+ ]
2001
+ }
2002
+ ],
2003
+ "links": [
2004
+ [
2005
+ 24,
2006
+ 13,
2007
+ 0,
2008
+ 8,
2009
+ 0,
2010
+ "LATENT"
2011
+ ],
2012
+ [
2013
+ 30,
2014
+ 22,
2015
+ 0,
2016
+ 13,
2017
+ 1,
2018
+ "GUIDER"
2019
+ ],
2020
+ [
2021
+ 37,
2022
+ 25,
2023
+ 0,
2024
+ 13,
2025
+ 0,
2026
+ "NOISE"
2027
+ ],
2028
+ [
2029
+ 117,
2030
+ 38,
2031
+ 0,
2032
+ 6,
2033
+ 0,
2034
+ "CLIP"
2035
+ ],
2036
+ [
2037
+ 121,
2038
+ 40,
2039
+ 0,
2040
+ 39,
2041
+ 1,
2042
+ "LATENT"
2043
+ ],
2044
+ [
2045
+ 122,
2046
+ 41,
2047
+ 0,
2048
+ 40,
2049
+ 0,
2050
+ "IMAGE"
2051
+ ],
2052
+ [
2053
+ 123,
2054
+ 42,
2055
+ 0,
2056
+ 41,
2057
+ 0,
2058
+ "IMAGE"
2059
+ ],
2060
+ [
2061
+ 125,
2062
+ 44,
2063
+ 0,
2064
+ 43,
2065
+ 1,
2066
+ "LATENT"
2067
+ ],
2068
+ [
2069
+ 127,
2070
+ 10,
2071
+ 0,
2072
+ 44,
2073
+ 1,
2074
+ "VAE"
2075
+ ],
2076
+ [
2077
+ 144,
2078
+ 26,
2079
+ 0,
2080
+ 43,
2081
+ 0,
2082
+ "CONDITIONING"
2083
+ ],
2084
+ [
2085
+ 145,
2086
+ 43,
2087
+ 0,
2088
+ 39,
2089
+ 0,
2090
+ "CONDITIONING"
2091
+ ],
2092
+ [
2093
+ 159,
2094
+ 10,
2095
+ 0,
2096
+ 8,
2097
+ 1,
2098
+ "VAE"
2099
+ ],
2100
+ [
2101
+ 161,
2102
+ 47,
2103
+ 0,
2104
+ 13,
2105
+ 4,
2106
+ "LATENT"
2107
+ ],
2108
+ [
2109
+ 168,
2110
+ 69,
2111
+ 0,
2112
+ 47,
2113
+ 0,
2114
+ "INT"
2115
+ ],
2116
+ [
2117
+ 169,
2118
+ 69,
2119
+ 1,
2120
+ 47,
2121
+ 1,
2122
+ "INT"
2123
+ ],
2124
+ [
2125
+ 177,
2126
+ 69,
2127
+ 0,
2128
+ 48,
2129
+ 1,
2130
+ "INT"
2131
+ ],
2132
+ [
2133
+ 178,
2134
+ 69,
2135
+ 1,
2136
+ 48,
2137
+ 2,
2138
+ "INT"
2139
+ ],
2140
+ [
2141
+ 194,
2142
+ 80,
2143
+ 0,
2144
+ 78,
2145
+ 0,
2146
+ "IMAGE"
2147
+ ],
2148
+ [
2149
+ 195,
2150
+ 78,
2151
+ 0,
2152
+ 79,
2153
+ 1,
2154
+ "LATENT"
2155
+ ],
2156
+ [
2157
+ 196,
2158
+ 81,
2159
+ 0,
2160
+ 80,
2161
+ 0,
2162
+ "IMAGE"
2163
+ ],
2164
+ [
2165
+ 197,
2166
+ 84,
2167
+ 0,
2168
+ 82,
2169
+ 0,
2170
+ "IMAGE"
2171
+ ],
2172
+ [
2173
+ 198,
2174
+ 82,
2175
+ 0,
2176
+ 83,
2177
+ 1,
2178
+ "LATENT"
2179
+ ],
2180
+ [
2181
+ 199,
2182
+ 85,
2183
+ 0,
2184
+ 84,
2185
+ 0,
2186
+ "IMAGE"
2187
+ ],
2188
+ [
2189
+ 203,
2190
+ 39,
2191
+ 0,
2192
+ 79,
2193
+ 0,
2194
+ "CONDITIONING"
2195
+ ],
2196
+ [
2197
+ 204,
2198
+ 79,
2199
+ 0,
2200
+ 83,
2201
+ 0,
2202
+ "CONDITIONING"
2203
+ ],
2204
+ [
2205
+ 207,
2206
+ 10,
2207
+ 0,
2208
+ 40,
2209
+ 1,
2210
+ "VAE"
2211
+ ],
2212
+ [
2213
+ 208,
2214
+ 10,
2215
+ 0,
2216
+ 78,
2217
+ 1,
2218
+ "VAE"
2219
+ ],
2220
+ [
2221
+ 209,
2222
+ 10,
2223
+ 0,
2224
+ 82,
2225
+ 1,
2226
+ "VAE"
2227
+ ],
2228
+ [
2229
+ 211,
2230
+ 90,
2231
+ 0,
2232
+ 69,
2233
+ 2,
2234
+ "INT"
2235
+ ],
2236
+ [
2237
+ 220,
2238
+ 69,
2239
+ 7,
2240
+ 25,
2241
+ 0,
2242
+ "INT"
2243
+ ],
2244
+ [
2245
+ 223,
2246
+ 69,
2247
+ 5,
2248
+ 48,
2249
+ 0,
2250
+ "INT"
2251
+ ],
2252
+ [
2253
+ 232,
2254
+ 83,
2255
+ 0,
2256
+ 22,
2257
+ 1,
2258
+ "CONDITIONING"
2259
+ ],
2260
+ [
2261
+ 405,
2262
+ 67,
2263
+ 0,
2264
+ 94,
2265
+ 0,
2266
+ "MODEL"
2267
+ ],
2268
+ [
2269
+ 407,
2270
+ 171,
2271
+ 0,
2272
+ 69,
2273
+ 0,
2274
+ "INT"
2275
+ ],
2276
+ [
2277
+ 408,
2278
+ 171,
2279
+ 1,
2280
+ 69,
2281
+ 1,
2282
+ "INT"
2283
+ ],
2284
+ [
2285
+ 409,
2286
+ 173,
2287
+ 0,
2288
+ 174,
2289
+ 1,
2290
+ "STRING"
2291
+ ],
2292
+ [
2293
+ 412,
2294
+ 175,
2295
+ 0,
2296
+ 172,
2297
+ 2,
2298
+ "STRING"
2299
+ ],
2300
+ [
2301
+ 413,
2302
+ 173,
2303
+ 0,
2304
+ 172,
2305
+ 0,
2306
+ "STRING"
2307
+ ],
2308
+ [
2309
+ 417,
2310
+ 6,
2311
+ 0,
2312
+ 176,
2313
+ 0,
2314
+ "CONDITIONING"
2315
+ ],
2316
+ [
2317
+ 418,
2318
+ 174,
2319
+ 0,
2320
+ 176,
2321
+ 1,
2322
+ "CONDITIONING"
2323
+ ],
2324
+ [
2325
+ 419,
2326
+ 176,
2327
+ 0,
2328
+ 26,
2329
+ 0,
2330
+ "CONDITIONING"
2331
+ ],
2332
+ [
2333
+ 420,
2334
+ 38,
2335
+ 0,
2336
+ 174,
2337
+ 0,
2338
+ "CLIP"
2339
+ ],
2340
+ [
2341
+ 421,
2342
+ 95,
2343
+ 0,
2344
+ 6,
2345
+ 1,
2346
+ "STRING"
2347
+ ],
2348
+ [
2349
+ 422,
2350
+ 135,
2351
+ 0,
2352
+ 171,
2353
+ 0,
2354
+ "IMAGE"
2355
+ ],
2356
+ [
2357
+ 427,
2358
+ 46,
2359
+ 0,
2360
+ 135,
2361
+ 0,
2362
+ "IMAGE"
2363
+ ],
2364
+ [
2365
+ 445,
2366
+ 95,
2367
+ 0,
2368
+ 172,
2369
+ 1,
2370
+ "STRING"
2371
+ ],
2372
+ [
2373
+ 452,
2374
+ 69,
2375
+ 5,
2376
+ 179,
2377
+ 1,
2378
+ "INT"
2379
+ ],
2380
+ [
2381
+ 481,
2382
+ 190,
2383
+ 0,
2384
+ 13,
2385
+ 2,
2386
+ "SAMPLER"
2387
+ ],
2388
+ [
2389
+ 482,
2390
+ 69,
2391
+ 6,
2392
+ 26,
2393
+ 1,
2394
+ "FLOAT"
2395
+ ],
2396
+ [
2397
+ 491,
2398
+ 179,
2399
+ 0,
2400
+ 13,
2401
+ 3,
2402
+ "SIGMAS"
2403
+ ],
2404
+ [
2405
+ 493,
2406
+ 8,
2407
+ 0,
2408
+ 9,
2409
+ 0,
2410
+ "IMAGE"
2411
+ ],
2412
+ [
2413
+ 501,
2414
+ 94,
2415
+ 0,
2416
+ 179,
2417
+ 0,
2418
+ "MODEL"
2419
+ ],
2420
+ [
2421
+ 502,
2422
+ 94,
2423
+ 0,
2424
+ 22,
2425
+ 0,
2426
+ "MODEL"
2427
+ ],
2428
+ [
2429
+ 505,
2430
+ 46,
2431
+ 0,
2432
+ 199,
2433
+ 0,
2434
+ "IMAGE"
2435
+ ],
2436
+ [
2437
+ 506,
2438
+ 69,
2439
+ 0,
2440
+ 199,
2441
+ 1,
2442
+ "INT"
2443
+ ],
2444
+ [
2445
+ 507,
2446
+ 69,
2447
+ 1,
2448
+ 199,
2449
+ 2,
2450
+ "INT"
2451
+ ],
2452
+ [
2453
+ 508,
2454
+ 199,
2455
+ 0,
2456
+ 44,
2457
+ 0,
2458
+ "IMAGE"
2459
+ ]
2460
+ ],
2461
+ "groups": [
2462
+ {
2463
+ "id": 1,
2464
+ "title": "Step 1 - Upload models",
2465
+ "bounding": [
2466
+ -1232,
2467
+ -240,
2468
+ 344,
2469
+ 536
2470
+ ],
2471
+ "color": "#3f789e",
2472
+ "font_size": 24,
2473
+ "flags": {}
2474
+ },
2475
+ {
2476
+ "id": 2,
2477
+ "title": "Custom sampler",
2478
+ "bounding": [
2479
+ -96,
2480
+ -248,
2481
+ 496,
2482
+ 896
2483
+ ],
2484
+ "color": "#3f789e",
2485
+ "font_size": 24,
2486
+ "flags": {}
2487
+ },
2488
+ {
2489
+ "id": 4,
2490
+ "title": "Step2 - Prompt",
2491
+ "bounding": [
2492
+ -872,
2493
+ -248,
2494
+ 766,
2495
+ 543.6
2496
+ ],
2497
+ "color": "#3f789e",
2498
+ "font_size": 24,
2499
+ "flags": {}
2500
+ },
2501
+ {
2502
+ "id": 5,
2503
+ "title": "Step 3- Reference images",
2504
+ "bounding": [
2505
+ -1248,
2506
+ 304,
2507
+ 1142,
2508
+ 683.6
2509
+ ],
2510
+ "color": "#3f789e",
2511
+ "font_size": 24,
2512
+ "flags": {}
2513
+ }
2514
+ ],
2515
+ "config": {},
2516
+ "extra": {
2517
+ "ds": {
2518
+ "scale": 0.8026822236248986,
2519
+ "offset": [
2520
+ 1523.0819994380347,
2521
+ 304.6181056595857
2522
+ ]
2523
+ },
2524
+ "frontendVersion": "1.30.6",
2525
+ "groupNodes": {},
2526
+ "VHS_latentpreview": false,
2527
+ "VHS_latentpreviewrate": 0,
2528
+ "VHS_MetadataImage": true,
2529
+ "VHS_KeepIntermediate": true,
2530
+ "workflowRendererVersion": "LG"
2531
+ },
2532
+ "version": 0.4
2533
+ }
workflow_assets/fp8_scaled_flux2_w_enhanced_prompting.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dccf92b5ce3852350dd40cf0750996a11e505903f051084f35b13e0b9bf54b6
3
+ size 6181168