Patch version increment to 1.30.3

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6261-1-30-3-2966d73d365081799d90f8510c7e23dc)
by [Unito](https://www.unito.io)

---------

Co-authored-by: simula-r <18093452+simula-r@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-10-25 11:22:54 +09:00
committed by GitHub
parent b1439be7f0
commit c7c513ae4a
11 changed files with 29 additions and 825 deletions

View File

@@ -1449,86 +1449,6 @@
}
}
},
"FluxProCannyNode": {
"description": "컨트롤 이미지(canny)를 사용하여 이미지를 생성합니다.",
"display_name": "Flux.1 캐니 제어 이미지",
"inputs": {
"canny_high_threshold": {
"name": "canny 상한 임계값",
"tooltip": "윤곽선이 뚜렷할수록 선으로 인식되며, 이 값은 그 상한 임계값입니다. skip_processing이 True이면 무시됩니다."
},
"canny_low_threshold": {
"name": "canny 하한 임계값",
"tooltip": "덜 뚜렷한 윤곽선도 강한 선과 연결되면 표시되며, 이 값은 그 하한 임계값입니다. skip_processing이 True이면 무시됩니다."
},
"control_after_generate": {
"name": "생성 후 제어"
},
"control_image": {
"name": "제어 이미지"
},
"guidance": {
"name": "가이던스",
"tooltip": "이미지 생성 과정의 가이던스 강도"
},
"prompt": {
"name": "프롬프트",
"tooltip": "이미지 생성을 위한 프롬프트"
},
"prompt_upsampling": {
"name": "프롬프트 업샘플링",
"tooltip": "프롬프트 업샘플링을 수행할지 여부입니다. 활성화 시, 더 창의적인 생성을 위해 프롬프트가 자동으로 수정되지만 결과는 비결정적입니다(같은 시드여도 정확히 같은 결과가 나오지 않습니다)."
},
"seed": {
"name": "시드",
"tooltip": "노이즈 생성을 위해 사용되는 랜덤 시드입니다."
},
"skip_preprocessing": {
"name": "전처리 건너뛰기",
"tooltip": "전처리를 건너뛸지 여부입니다. 제어 이미지가 이미 캐니 처리된 이미지라면 True, 원본 이미지라면 False로 설정하세요."
},
"steps": {
"name": "스텝 수",
"tooltip": "이미지 생성 과정의 단계 수"
}
}
},
"FluxProDepthNode": {
"description": "제어 이미지(깊이)를 사용하여 이미지를 생성합니다.",
"display_name": "Flux.1 깊이 제어 이미지",
"inputs": {
"control_after_generate": {
"name": "생성 후 제어"
},
"control_image": {
"name": "제어 이미지"
},
"guidance": {
"name": "가이던스",
"tooltip": "이미지 생성 과정의 가이던스 강도"
},
"prompt": {
"name": "프롬프트",
"tooltip": "이미지 생성을 위한 프롬프트"
},
"prompt_upsampling": {
"name": "프롬프트 업샘플링",
"tooltip": "프롬프트에 업샘플링을 수행할지 여부입니다. 활성화하면 프롬프트가 자동으로 더 창의적인 생성이 가능하도록 수정되지만, 결과는 비결정적입니다(같은 시드라도 정확히 같은 결과가 나오지 않습니다)."
},
"seed": {
"name": "시드",
"tooltip": "노이즈 생성을 위해 사용되는 랜덤 시드입니다."
},
"skip_preprocessing": {
"name": "전처리 건너뛰기",
"tooltip": "전처리를 건너뛸지 여부입니다. 제어 이미지가 이미 깊이화된 이미지라면 True로, 원본 이미지라면 False로 설정하세요."
},
"steps": {
"name": "스텝 수",
"tooltip": "이미지 생성 과정의 스텝 수"
}
}
},
"FluxProExpandNode": {
"description": "프롬프트를 기반으로 이미지의 바깥 영역을 확장합니다.",
"display_name": "Flux.1 이미지 확장",