Skip to content

Commit

Permalink
Merge branch 'main' into feat/models/photomaker-2
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 authored Aug 11, 2024
2 parents 96ed22f + 92ab8d8 commit d766454
Show file tree
Hide file tree
Showing 11 changed files with 446 additions and 24 deletions.
32 changes: 32 additions & 0 deletions docs/Flows/HunyuanDiT.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.. _HunyuanDiT:

HunyuanDiT
==========

Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding.

A solid model that supports natively very high **Vibrancy**.

Hardware
""""""""

- **Required memory: 12 GB**

Time to generate 1 image(30 steps):

- AMD 7900 XTX: **40 sec**

Examples
""""""""

.. image:: /FlowsResults/HunyuanDiT_1.png

Prompt: "*portrait of a majestic insect*" (Vibrancy: 7, Steps: 60)

.. image:: /FlowsResults/HunyuanDiT_2.png

Prompt: "*close portrait of happy girl on the great wall*" (Vibrancy: 7, Steps: 60)

.. image:: /FlowsResults/HunyuanDiT_3.png

Prompt: "*portrait of a black pug on the yellow grass*" (Vibrancy: 6, Steps: 30)
1 change: 1 addition & 0 deletions docs/Flows/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Available Flows
Colorful_XL
Mobius_XL
Stable_Cascade
HunyuanDiT
SD3_Medium
VintagePortrait
Photomaker_1
Expand Down
Binary file added docs/FlowsResults/HunyuanDiT_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/FlowsResults/HunyuanDiT_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/FlowsResults/HunyuanDiT_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 47 additions & 6 deletions flows/flux1_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
0
],
"clip": [
"11",
0
"35",
1
]
},
"class_type": "CLIPTextEncode",
Expand Down Expand Up @@ -120,7 +120,7 @@
],
"denoise": 1,
"model": [
"12",
"35",
0
]
},
Expand All @@ -132,7 +132,7 @@
"22": {
"inputs": {
"model": [
"12",
"35",
0
],
"conditioning": [
Expand Down Expand Up @@ -217,8 +217,10 @@
"documentation": "https://comfyanonymous.github.io/ComfyUI_examples/flux/#simple-to-use-fp8-checkpoint-version",
"license": "",
"tags": "[\"general\", \"simple\"]",
"version": "1.0.1",
"requires": "[]"
"version": "1.0.2",
"requires": "[]",
"is_seed_supported": true,
"is_count_supported": true
},
"class_type": "VixUiWorkflowMetadata",
"_meta": {
Expand All @@ -241,5 +243,44 @@
"_meta": {
"title": "VixUI-RangeInt"
}
},
"35": {
"inputs": {
"lora_name": "flux_realism_lora.safetensors",
"strength_model": [
"36",
0
],
"strength_clip": 1,
"model": [
"12",
0
],
"clip": [
"11",
0
]
},
"class_type": "LoraLoader",
"_meta": {
"title": "Load LoRA"
}
},
"36": {
"inputs": {
"value": 0,
"display_name": "Realism LoRa strength",
"optional": true,
"advanced": true,
"min": 0,
"max": 1,
"step": 0.1,
"order": 92,
"custom_id": "realism_lora_strength"
},
"class_type": "VixUiRangeFloat",
"_meta": {
"title": "VixUI-RangeFloat"
}
}
}
53 changes: 47 additions & 6 deletions flows/flux1_dev_8bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
0
],
"clip": [
"11",
0
"35",
1
]
},
"class_type": "CLIPTextEncode",
Expand Down Expand Up @@ -120,7 +120,7 @@
],
"denoise": 1,
"model": [
"12",
"35",
0
]
},
Expand All @@ -132,7 +132,7 @@
"22": {
"inputs": {
"model": [
"12",
"35",
0
],
"conditioning": [
Expand Down Expand Up @@ -217,8 +217,10 @@
"documentation": "https://comfyanonymous.github.io/ComfyUI_examples/flux/#simple-to-use-fp8-checkpoint-version",
"license": "",
"tags": "[\"general\", \"simple\"]",
"version": "1.0.1",
"requires": "[]"
"version": "1.0.2",
"requires": "[]",
"is_seed_supported": true,
"is_count_supported": true
},
"class_type": "VixUiWorkflowMetadata",
"_meta": {
Expand All @@ -241,5 +243,44 @@
"_meta": {
"title": "VixUI-RangeInt"
}
},
"35": {
"inputs": {
"lora_name": "flux_realism_lora.safetensors",
"strength_model": [
"36",
0
],
"strength_clip": 1,
"model": [
"12",
0
],
"clip": [
"11",
0
]
},
"class_type": "LoraLoader",
"_meta": {
"title": "Load LoRA"
}
},
"36": {
"inputs": {
"value": 0,
"display_name": "Realism LoRa strength",
"optional": true,
"advanced": true,
"min": 0,
"max": 1,
"step": 0.1,
"order": 92,
"custom_id": "realism_lora_strength"
},
"class_type": "VixUiRangeFloat",
"_meta": {
"title": "VixUI-RangeFloat"
}
}
}
53 changes: 47 additions & 6 deletions flows/flux1_schnell.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
0
],
"clip": [
"11",
0
"29",
1
]
},
"class_type": "CLIPTextEncode",
Expand Down Expand Up @@ -134,7 +134,7 @@
"steps": 4,
"denoise": 1,
"model": [
"12",
"29",
0
]
},
Expand All @@ -146,7 +146,7 @@
"22": {
"inputs": {
"model": [
"12",
"29",
0
],
"conditioning": [
Expand Down Expand Up @@ -201,12 +201,53 @@
"documentation": "https://huggingface.co/black-forest-labs/FLUX.1-dev",
"license": "",
"tags": "[\"general\", \"lighting\", \"simple\"]",
"version": "1.0.1",
"requires": "[]"
"version": "1.0.2",
"requires": "[]",
"is_seed_supported": true,
"is_count_supported": true
},
"class_type": "VixUiWorkflowMetadata",
"_meta": {
"title": "VixUI-WorkflowMetadata"
}
},
"29": {
"inputs": {
"lora_name": "flux_realism_lora.safetensors",
"strength_model": [
"30",
0
],
"strength_clip": 1,
"model": [
"12",
0
],
"clip": [
"11",
0
]
},
"class_type": "LoraLoader",
"_meta": {
"title": "Load LoRA"
}
},
"30": {
"inputs": {
"value": 0,
"display_name": "Realism LoRa strength",
"optional": true,
"advanced": true,
"min": 0,
"max": 1,
"step": 0.1,
"order": 92,
"custom_id": "realism_lora_strength"
},
"class_type": "VixUiRangeFloat",
"_meta": {
"title": "VixUI-RangeFloat"
}
}
}
53 changes: 47 additions & 6 deletions flows/flux1_schnell_8bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
0
],
"clip": [
"11",
0
"29",
1
]
},
"class_type": "CLIPTextEncode",
Expand Down Expand Up @@ -134,7 +134,7 @@
"steps": 4,
"denoise": 1,
"model": [
"12",
"29",
0
]
},
Expand All @@ -146,7 +146,7 @@
"22": {
"inputs": {
"model": [
"12",
"29",
0
],
"conditioning": [
Expand Down Expand Up @@ -201,12 +201,53 @@
"documentation": "https://huggingface.co/black-forest-labs/FLUX.1-dev",
"license": "",
"tags": "[\"general\", \"lighting\", \"simple\"]",
"version": "1.0.1",
"requires": "[]"
"version": "1.0.2",
"requires": "[]",
"is_seed_supported": true,
"is_count_supported": true
},
"class_type": "VixUiWorkflowMetadata",
"_meta": {
"title": "VixUI-WorkflowMetadata"
}
},
"29": {
"inputs": {
"lora_name": "flux_realism_lora.safetensors",
"strength_model": [
"30",
0
],
"strength_clip": 1,
"model": [
"12",
0
],
"clip": [
"11",
0
]
},
"class_type": "LoraLoader",
"_meta": {
"title": "Load LoRA"
}
},
"30": {
"inputs": {
"value": 0,
"display_name": "Realism LoRa strength",
"optional": true,
"advanced": true,
"min": 0,
"max": 1,
"step": 0.1,
"order": 92,
"custom_id": "realism_lora_strength"
},
"class_type": "VixUiRangeFloat",
"_meta": {
"title": "VixUI-RangeFloat"
}
}
}
Loading

0 comments on commit d766454

Please sign in to comment.