{"id":21343028,"url":"https://github.com/alekpet/comfyui_custom_nodes_alekpet","last_synced_at":"2025-05-14T21:02:59.854Z","repository":{"id":163374693,"uuid":"638845853","full_name":"AlekPet/ComfyUI_Custom_Nodes_AlekPet","owner":"AlekPet","description":"Custom nodes that extend the capabilities of Comfyui","archived":false,"fork":false,"pushed_at":"2025-03-28T19:49:12.000Z","size":11184,"stargazers_count":1134,"open_issues_count":36,"forks_count":70,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-06T15:02:47.901Z","etag":null,"topics":["comfyui","ide","painter","pose-detection","speech-recognition","speech-synthesis","speech-to-text","stable-diffusion","tranlsate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlekPet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-10T08:24:39.000Z","updated_at":"2025-04-06T00:42:27.000Z","dependencies_parsed_at":"2023-10-14T17:24:46.602Z","dependency_job_id":"b58e2a84-4010-4cd4-aac5-aff59483eb8b","html_url":"https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FComfyUI_Custom_Nodes_AlekPet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FComfyUI_Custom_Nodes_AlekPet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FComfyUI_Custom_Nodes_AlekPet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekPet%2FComfyUI_Custom_Nodes_AlekPet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlekPet","download_url":"https://codeload.github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248752156,"owners_count":21156033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comfyui","ide","painter","pose-detection","speech-recognition","speech-synthesis","speech-to-text","stable-diffusion","tranlsate"],"created_at":"2024-11-22T01:11:45.596Z","updated_at":"2025-04-13T17:29:35.408Z","avatar_url":"https://github.com/AlekPet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ComfyUI Custom Nodes\n\nCustom nodes that extend the capabilities of [ComfyUI](https://github.com/comfyanonymous/ComfyUI)\n\n## Supporting me 💖\n\nIf you enjoy my work, consider **[supporting me](https://alekpet.github.io/support)**. Your help means a lot and allows me to keep creating new and exciting projects. Thank you!\n\n# List Nodes:\n\n| Name                                  |                                                     Description                                                      |     ComfyUI category      |\n| :------------------------------------ | :------------------------------------------------------------------------------------------------------------------: | :-----------------------: |\n| _PoseNode_                            |                                             The node set pose ControlNet                                             |    AlekPet Node/image     |\n| _PainterNode_                         |                            The node set sketch, scrumble image ControlNet and other nodes                            |    AlekPet Node/image     |\n| _GoogleTranslateTextNode_             |       The node translate promt uses module **googletrans** from other languages into english and return string       | AlekPet Node/conditioning |\n| _GoogleTranslateCLIPTextEncodeNode_   |   The node translate promt uses module **googletrans** from other languages into english, and return conditioning    |     AlekPet Node/text     |\n| _DeepTranslatorTextNode_              |     The node translate promt uses module **Deep Translator** from other languages into english and return string     |     AlekPet Node/text     |\n| _DeepTranslatorCLIPTextEncodeNode_    | The node translate promt uses module **Deep Translator** from other languages into english, and return conditioning  | AlekPet Node/conditioning |\n| _ArgosTranslateTextNode_              |    The node translate promt uses module **Argos Translator** from other languages into english and return string     |     AlekPet Node/text     |\n| _ArgosTranslateCLIPTextEncodeNode_    | The node translate promt uses module **Argos Translator** from other languages into english, and return conditioning | AlekPet Node/conditioning |\n| _ChatGLM4TranslateTextNode_           |               This translator node uses artificial intelligence to translate prompts and return string               |     AlekPet Node/text     |\n| _ChatGLM4TranslateCLIPTextEncodeNode_ |            This translator node uses artificial intelligence to translate prompts and return conditioning            | AlekPet Node/conditioning |\n| ChatGLM4InstructNode                  |                              This node uses artificial intelligence to generate prompt                               |   AlekPet Node/Instruct   |\n| ChatGLM4InstructMediaNode             |                    This node uses artificial intelligence to describe what is shown in the media                     |   AlekPet Node/Instruct   |\n| _PreviewTextNode_                     |                                           The node displays the input text                                           |    AlekPet Node/extras    |\n| _ColorsCorrectNode_                   |                                         The node for correcting image colors                                         |    AlekPet Node/extras    |\n| _HexToHueNode_                        |                          The node convert HEX color to HUE (degrees and normal [-0.5, 0.5])                          |    AlekPet Node/extras    |\n| _IDENode_                             |          The node that allows you to run code written in **Python** or **Javascript** directly in the node           | AlekPet Node/experiments  |\n\n# Installing\n\n1. Download from github repositorie ComfyUI_Custom_Nodes_AlekPet, extract folder ComfyUI_Custom_Nodes_AlekPet, and put in custom_nodes\n\n**Folder stucture:**\n\n```\ncustom_nodes\n   |-- ComfyUI_Custom_Nodes_AlekPet\n       |---- folders nodes\n       |---- __init__.py\n       |---- LICENSE\n       |---- README.md\n```\n\n2. Run Comflyui and nodes will be installed automatically....\n\n# Installing use git\n\n1. Install [Git](https://git-scm.com/)\n2. Go to folder ..\\ComfyUI\\custom_nodes\n3. Run cmd.exe\n   \u003e **Windows**:\n   \u003e\n   \u003e \u003e **Variant 1:** In folder click panel current path and input **cmd** and press **Enter** on keyboard\n   \u003e \u003e\n   \u003e \u003e **Variant 2:** Press on keyboard Windows+R, and enter cmd.exe open window cmd, enter **cd /d your_path_to_custom_nodes**, **Enter** on keyboard\n4. Enter `git clone https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet.git`\n5. After this command be created folder ComfyUI_Custom_Nodes_AlekPet\n6. Run Comflyui....\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekpet%2Fcomfyui_custom_nodes_alekpet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falekpet%2Fcomfyui_custom_nodes_alekpet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekpet%2Fcomfyui_custom_nodes_alekpet/lists"}