Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

purestory/comfyui_ImagePromptExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

ComfyUI Image Prompt Extractor

이미지에서 프롬프트 정보를 자동으로 추출하는 ComfyUI 노드입니다.

This is a ComfyUI node that automatically extracts prompt information from images.

예시 이미지

설치 / Installation

자동 설치 / Automatic Installation

ComfyUI Manager를 통해 "ImagePromptExtractor"를 검색하여 설치할 수 있습니다.

You can install by searching for "ImagePromptExtractor" through the ComfyUI Manager.

수동 설치 / Manual Installation

ComfyUI의 custom_nodes 폴더에 이 저장소를 복제합니다:

Clone this repository into the custom_nodes folder of ComfyUI:

cd ComfyUI/custom_nodes
git clone https://github.com/purestory/comfyui_ImagePromptExtractor.git

주요 기능 / Main Features

  • 표준 ComfyUI 이미지 업로드 인터페이스 사용

  • 이미지에서 메타데이터 기반 프롬프트 자동 추출

  • ComfyUI 호환 이미지 출력 및 프롬프트 텍스트 출력

  • 다양한 형식의 메타데이터 지원 (ComfyUI 워크플로우, 일반 파라미터, EXIF 등)

  • 유니코드 한글 텍스트 자동 감지 및 변환

  • Standard ComfyUI image upload interface

  • Automatic extraction of metadata-based prompts from images

  • ComfyUI-compatible image output and prompt text output

  • Support for various metadata formats (ComfyUI workflows, general parameters, EXIF, etc.)

  • Automatic detection and conversion of Unicode Korean text

사용법 / Usage

  1. ComfyUI 워크플로우에 "이미지 업로드 및 프롬프트 추출" 노드를 추가합니다.

  2. 노드의 이미지 선택기를 통해 이미지를 업로드합니다.

  3. 노드가 이미지와 추출된 프롬프트를 함께 출력합니다.

  4. 이미지 출력은 다른 ComfyUI 노드(업스케일러, VAE 등)와 연결할 수 있습니다.

  5. 프롬프트 출력은 텍스트 표시 노드나 다른 텍스트 처리 노드와 연결할 수 있습니다.

  6. Add the "Image Upload and Prompt Extractor" node to your ComfyUI workflow.

  7. Upload an image through the node's image selector.

  8. The node will output both the image and the extracted prompt.

  9. The image output can be connected to other ComfyUI nodes (upscalers, VAE, etc.).

  10. The prompt output can be connected to text display nodes or other text processing nodes.

지원하는 메타데이터 형식 / Supported Metadata Formats

  1. ComfyUI 워크플로우 메타데이터

    • DeepTranslatorTextNode
    • CLIPTextEncode
    • 기타 텍스트 관련 노드
  2. 일반 이미지 메타데이터

    • "parameters" 필드
    • "Comment" 필드
    • EXIF 메타데이터
  3. ComfyUI workflow metadata

    • DeepTranslatorTextNode
    • CLIPTextEncode
    • Other text-related nodes
  4. General image metadata

    • "parameters" field
    • "Comment" field
    • EXIF metadata

주의사항 / Notes

  • PNG 이미지 형식이 가장 많은 메타데이터를 보존합니다.

  • 일부 이미지는 메타데이터가 없거나 프롬프트 정보가 포함되어 있지 않을 수 있습니다.

  • 한글 유니코드 텍스트는 자동으로 감지되고 변환됩니다.

  • PNG image format preserves the most metadata.

  • Some images may not contain metadata or prompt information.

  • Korean Unicode text is automatically detected and converted.

라이센스 / License

MIT

기여 / Contribution

이슈와 PR은 환영합니다: https://github.com/purestory/comfyui_ImagePromptExtractor

Issues and PRs are welcome: https://github.com/purestory/comfyui_ImagePromptExtractor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /