{"id":22805052,"url":"https://github.com/datacte/comfyui-datavoid-nodes","last_synced_at":"2025-03-30T20:29:25.253Z","repository":{"id":263831660,"uuid":"891149574","full_name":"DataCTE/ComfyUI-DataVoid-nodes","owner":"DataCTE","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-20T14:20:31.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T23:42:50.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataCTE.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":"2024-11-19T20:17:17.000Z","updated_at":"2024-11-25T07:45:24.000Z","dependencies_parsed_at":"2024-11-20T14:46:38.870Z","dependency_job_id":null,"html_url":"https://github.com/DataCTE/ComfyUI-DataVoid-nodes","commit_stats":null,"previous_names":["datacte/comfyui-datavoid-nodes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataCTE%2FComfyUI-DataVoid-nodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataCTE%2FComfyUI-DataVoid-nodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataCTE%2FComfyUI-DataVoid-nodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataCTE%2FComfyUI-DataVoid-nodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataCTE","download_url":"https://codeload.github.com/DataCTE/ComfyUI-DataVoid-nodes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246378400,"owners_count":20767632,"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":[],"created_at":"2024-12-12T10:12:26.760Z","updated_at":"2025-03-30T20:29:25.232Z","avatar_url":"https://github.com/DataCTE.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ComfyUI-DataVoid-nodes\r\n\r\nA collection of custom nodes for ComfyUI focused on model merging and style adaptation.\r\n\r\n## Nodes\r\n\r\n### IPAdapter (Same.Energy)\r\nA node that automatically fetches reference images from Same.Energy based on style prompts and applies them using IPAdapter.\r\n\r\n#### Features:\r\n- Automatically searches and retrieves reference images based on style descriptions\r\n- Integrates with IPAdapter for style transfer\r\n- Handles cleanup of temporary images\r\n- Supports negative images and attention masks\r\n- Built-in error handling for API requests\r\n\r\n#### Parameters:\r\n- `model`: The base model to apply the style to\r\n- `ipadapter`: IPAdapter model\r\n- `clip_vision`: CLIP Vision model\r\n- `style_prompt`: Description of the desired style (e.g., \"studio ghibli style\")\r\n- `weight`: Strength of the style application (0.0 to 5.0)\r\n- `start_at`: Starting point for style application (0.0 to 1.0)\r\n- `end_at`: Ending point for style application (0.0 to 1.0)\r\n- `image_negative` (optional): Negative reference image\r\n- `attn_mask` (optional): Attention mask for localized application\r\n\r\n### Mega Merge SDXL\r\nA sophisticated model merging node designed specifically for SDXL models, using block-wise merging strategies.\r\n\r\n#### Features:\r\n- Intelligent block-based model merging\r\n- Preserves non-UNet components\r\n- Supports complex merging patterns\r\n- Memory efficient processing\r\n\r\n#### Parameters:\r\n- `model1`: First SDXL model\r\n- `model2`: Second SDXL model\r\n\r\n#### Merging Strategy:\r\nThe node uses a predefined range pattern that alternates between models across different blocks:\r\n```python\r\nranges = [\r\n(0, 16, 1.0, 0.0), # Model 1 only\r\n(8, 24, 0.0, 1.0), # Model 2 only\r\n(17, 32, 1.0, 0.0), # Model 1 only\r\n# ... and so on\r\n]\r\n```\r\n\r\n## Installation\r\n\r\n1. Clone this repository into your ComfyUI custom nodes directory:\r\n\r\n```bash\r\ncd ComfyUI/custom_nodes\r\ngit clone https://github.com/datacte/ComfyUI-DataVoid-nodes.git\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatacte%2Fcomfyui-datavoid-nodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatacte%2Fcomfyui-datavoid-nodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatacte%2Fcomfyui-datavoid-nodes/lists"}