├── .github
└── workflows
│ └── publish.yml
├── .gitignore
├── CHANGELOG.md
├── LICENSE
├── PORTRAIT_MASTER_2.9.2.md
├── README.md
├── __init__.py
├── legacy.py
├── lists
├── age_list.txt
├── beard_color_list.txt
├── beard_list.txt
├── body_type_list.txt
├── breast_size_list.txt
├── butt_size_list.txt
├── clothes_list.txt
├── eyes_color_list.txt
├── eyes_shape_list.txt
├── face_expression_list.txt
├── face_shape_list.txt
├── female_lingerie_list.txt
├── gender_list.txt
├── hair_color_list.txt
├── hair_length_list.txt
├── hair_style_list.txt
├── light_direction_list.txt
├── light_type_list.txt
├── lips_color_list.txt
├── lips_shape_list.txt
├── makeup_color_list.txt
├── makeup_list.txt
├── model_pose_list.txt
├── nationality_list.txt
├── shot_list.txt
└── style_list.txt
├── openpose
├── portrait-master-openpose-0001.png
├── portrait-master-openpose-0002.png
├── portrait-master-openpose-0003.png
├── portrait-master-openpose-0004-depth.png
└── portrait-master-openpose-0004.png
├── pyproject.toml
├── screenshot
├── legacy
│ ├── portrait-master-node-2.3.png
│ ├── portrait-master-pose-library-2.2b.jpg
│ ├── portrait-master-workflow-2.3-SD1.5.png
│ └── portrait-master-workflow-2.3.png
└── overview.png
├── utils.py
└── workflow
├── Portrait Master SDXL.json
└── legacy
├── portrait-master-basic-workflow-SD1.5.json
└── portrait-master-workflow-SDXL.json
/.github/workflows/publish.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/.github/workflows/publish.yml
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | presets
2 | __pycache__
--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/CHANGELOG.md
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/LICENSE
--------------------------------------------------------------------------------
/PORTRAIT_MASTER_2.9.2.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/PORTRAIT_MASTER_2.9.2.md
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/README.md
--------------------------------------------------------------------------------
/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/__init__.py
--------------------------------------------------------------------------------
/legacy.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/legacy.py
--------------------------------------------------------------------------------
/lists/age_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/age_list.txt
--------------------------------------------------------------------------------
/lists/beard_color_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/beard_color_list.txt
--------------------------------------------------------------------------------
/lists/beard_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/beard_list.txt
--------------------------------------------------------------------------------
/lists/body_type_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/body_type_list.txt
--------------------------------------------------------------------------------
/lists/breast_size_list.txt:
--------------------------------------------------------------------------------
1 | flat
2 | small
3 | medium
4 | large
5 | huge
--------------------------------------------------------------------------------
/lists/butt_size_list.txt:
--------------------------------------------------------------------------------
1 | small
2 | medium
3 | large
4 | skinny
5 | athletic
--------------------------------------------------------------------------------
/lists/clothes_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/clothes_list.txt
--------------------------------------------------------------------------------
/lists/eyes_color_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/eyes_color_list.txt
--------------------------------------------------------------------------------
/lists/eyes_shape_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/eyes_shape_list.txt
--------------------------------------------------------------------------------
/lists/face_expression_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/face_expression_list.txt
--------------------------------------------------------------------------------
/lists/face_shape_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/face_shape_list.txt
--------------------------------------------------------------------------------
/lists/female_lingerie_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/female_lingerie_list.txt
--------------------------------------------------------------------------------
/lists/gender_list.txt:
--------------------------------------------------------------------------------
1 | Man
2 | Woman
--------------------------------------------------------------------------------
/lists/hair_color_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/hair_color_list.txt
--------------------------------------------------------------------------------
/lists/hair_length_list.txt:
--------------------------------------------------------------------------------
1 | Short
2 | Medium
3 | Long
--------------------------------------------------------------------------------
/lists/hair_style_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/hair_style_list.txt
--------------------------------------------------------------------------------
/lists/light_direction_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/light_direction_list.txt
--------------------------------------------------------------------------------
/lists/light_type_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/light_type_list.txt
--------------------------------------------------------------------------------
/lists/lips_color_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/lips_color_list.txt
--------------------------------------------------------------------------------
/lists/lips_shape_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/lips_shape_list.txt
--------------------------------------------------------------------------------
/lists/makeup_color_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/makeup_color_list.txt
--------------------------------------------------------------------------------
/lists/makeup_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/makeup_list.txt
--------------------------------------------------------------------------------
/lists/model_pose_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/model_pose_list.txt
--------------------------------------------------------------------------------
/lists/nationality_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/nationality_list.txt
--------------------------------------------------------------------------------
/lists/shot_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/shot_list.txt
--------------------------------------------------------------------------------
/lists/style_list.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/lists/style_list.txt
--------------------------------------------------------------------------------
/openpose/portrait-master-openpose-0001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/openpose/portrait-master-openpose-0001.png
--------------------------------------------------------------------------------
/openpose/portrait-master-openpose-0002.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/openpose/portrait-master-openpose-0002.png
--------------------------------------------------------------------------------
/openpose/portrait-master-openpose-0003.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/openpose/portrait-master-openpose-0003.png
--------------------------------------------------------------------------------
/openpose/portrait-master-openpose-0004-depth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/openpose/portrait-master-openpose-0004-depth.png
--------------------------------------------------------------------------------
/openpose/portrait-master-openpose-0004.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/openpose/portrait-master-openpose-0004.png
--------------------------------------------------------------------------------
/pyproject.toml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/pyproject.toml
--------------------------------------------------------------------------------
/screenshot/legacy/portrait-master-node-2.3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/screenshot/legacy/portrait-master-node-2.3.png
--------------------------------------------------------------------------------
/screenshot/legacy/portrait-master-pose-library-2.2b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/screenshot/legacy/portrait-master-pose-library-2.2b.jpg
--------------------------------------------------------------------------------
/screenshot/legacy/portrait-master-workflow-2.3-SD1.5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/screenshot/legacy/portrait-master-workflow-2.3-SD1.5.png
--------------------------------------------------------------------------------
/screenshot/legacy/portrait-master-workflow-2.3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/screenshot/legacy/portrait-master-workflow-2.3.png
--------------------------------------------------------------------------------
/screenshot/overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/screenshot/overview.png
--------------------------------------------------------------------------------
/utils.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/utils.py
--------------------------------------------------------------------------------
/workflow/Portrait Master SDXL.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/workflow/Portrait Master SDXL.json
--------------------------------------------------------------------------------
/workflow/legacy/portrait-master-basic-workflow-SD1.5.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/workflow/legacy/portrait-master-basic-workflow-SD1.5.json
--------------------------------------------------------------------------------
/workflow/legacy/portrait-master-workflow-SDXL.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/florestefano1975/comfyui-portrait-master/HEAD/workflow/legacy/portrait-master-workflow-SDXL.json
--------------------------------------------------------------------------------