civitai_comfy_nodes


Namecivitai_comfy_nodes JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-03-13 19:27:42
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords comfyui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Civitai Comfy Nodes

Tired of manually downloading and moving models, LoRAs, and more to the right places?  
Sick of scouring Civitai for that one mystical LoRA someone was using to make that cool image?  
Want to be share a fully reproducable workflow?

**This is the set of nodes for you!**

## Nodes

<img width="300" src="https://github.com/civitai/comfy-nodes/assets/607609/a581144d-8e6f-4798-96ec-eba92ceef927"/>

### Checkpoint Loader
- Load checkpoints directly from Civitai using just a Model `AIR` (`model id` or `version id`)
- Resources used in images will be automatically detected on image upload
- Workflows copied from Civitai or shared via image metadata will include everything needed to generate the image including all resources

<img width="300" src="https://github.com/civitai/comfy-nodes/assets/607609/2038ecb5-ffc1-46d5-beee-6b11c72a2c12"/>

### LoRA Loader
- Load LoRAs directly from Civitai using just a LoRA `AIR` (`model id` or `version id`)
- Resources used in images will be automatically detected on image upload
- Workflows copied from Civitai or shared via image metadata will include everything needed to generate the image including all resources

### Embedding Loader _(Coming Soon)_
- Automatically detect textual inversions in prompts using `embedding:{air}` and download all the files needed.
- Resources used in images will be automatically detected on image upload
- Workflows copied from Civitai or shared via image metadata will include everything needed to generate the image including all resources

## `AIR`: AI Resource
An AIR is Civitai's way of universally referencing AI Resources. It follows the Uniform Resource Naming standard. If you're into that kinda thing, you can [read more about it here](https://github.com/civitai/civitai/wiki/AIR-%E2%80%90-Uniform-Resource-Names-for-AI). 

On Civitai, to keep things brief, an AIR is a combination of `model id` and optionally at a specific `model version`. Ex. `{model_id}` or `{model_id}@{version_id}`.

### Easy Copy AIRs
You can enable the display of AIRs on the site for easy copying from the Early Access settings of your [Account Settings](https://civitai.com/user/account).

<img width="400" src="https://github.com/civitai/comfy-nodes/assets/607609/ead8287f-7b11-4e2e-ac41-e0c83491bfbf"/>

<img width="300" src="https://github.com/civitai/comfy-nodes/assets/607609/2c4198b6-6d99-45e5-8d9d-f05a370d0582"/>


## Examples
This example would get the base model **Isabelle Fuhrman** `109395` and request the LORA version **isabellefuhrmanV02-000007.safetensors** `84321`
##### `109395@84321`</font>

While using only the ID would fetch **Isabelle Fuhrman** `109395` and find it's default model (which is the top most model an author designates)
##### `109395`</font>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "civitai_comfy_nodes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "comfyui",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ee/10/e47b78190454b43cde51c3f037451e87129e6cac48b5bf98b93272bff33b/civitai_comfy_nodes-0.2.0.tar.gz",
    "platform": null,
    "description": "# Civitai Comfy Nodes\n\nTired of manually downloading and moving models, LoRAs, and more to the right places?  \nSick of scouring Civitai for that one mystical LoRA someone was using to make that cool image?  \nWant to be share a fully reproducable workflow?\n\n**This is the set of nodes for you!**\n\n## Nodes\n\n<img width=\"300\" src=\"https://github.com/civitai/comfy-nodes/assets/607609/a581144d-8e6f-4798-96ec-eba92ceef927\"/>\n\n### Checkpoint Loader\n- Load checkpoints directly from Civitai using just a Model `AIR` (`model id` or `version id`)\n- Resources used in images will be automatically detected on image upload\n- Workflows copied from Civitai or shared via image metadata will include everything needed to generate the image including all resources\n\n<img width=\"300\" src=\"https://github.com/civitai/comfy-nodes/assets/607609/2038ecb5-ffc1-46d5-beee-6b11c72a2c12\"/>\n\n### LoRA Loader\n- Load LoRAs directly from Civitai using just a LoRA `AIR` (`model id` or `version id`)\n- Resources used in images will be automatically detected on image upload\n- Workflows copied from Civitai or shared via image metadata will include everything needed to generate the image including all resources\n\n### Embedding Loader _(Coming Soon)_\n- Automatically detect textual inversions in prompts using `embedding:{air}` and download all the files needed.\n- Resources used in images will be automatically detected on image upload\n- Workflows copied from Civitai or shared via image metadata will include everything needed to generate the image including all resources\n\n## `AIR`: AI Resource\nAn AIR is Civitai's way of universally referencing AI Resources. It follows the Uniform Resource Naming standard. If you're into that kinda thing, you can [read more about it here](https://github.com/civitai/civitai/wiki/AIR-%E2%80%90-Uniform-Resource-Names-for-AI). \n\nOn Civitai, to keep things brief, an AIR is a combination of `model id` and optionally at a specific `model version`. Ex. `{model_id}` or `{model_id}@{version_id}`.\n\n### Easy Copy AIRs\nYou can enable the display of AIRs on the site for easy copying from the Early Access settings of your [Account Settings](https://civitai.com/user/account).\n\n<img width=\"400\" src=\"https://github.com/civitai/comfy-nodes/assets/607609/ead8287f-7b11-4e2e-ac41-e0c83491bfbf\"/>\n\n<img width=\"300\" src=\"https://github.com/civitai/comfy-nodes/assets/607609/2c4198b6-6d99-45e5-8d9d-f05a370d0582\"/>\n\n\n## Examples\nThis example would get the base model **Isabelle Fuhrman** `109395` and request the LORA version **isabellefuhrmanV02-000007.safetensors** `84321`\n##### `109395@84321`</font>\n\nWhile using only the ID would fetch **Isabelle Fuhrman** `109395` and find it's default model (which is the top most model an author designates)\n##### `109395`</font>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Chaoses-Ib/civitai_comfy_nodes",
        "comfyui-legacy": "https://github.com/Chaoses-Ib/comfyui-legacy"
    },
    "split_keywords": [
        "comfyui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f39383bdc79eac31ae5c36740a93c3edb125d278299f8c0c840b3492af599d83",
                "md5": "14e64ea25ccca09db27a44ee66cab0cc",
                "sha256": "6daa4bce0e6e41035c206b2d373d51ddc23e896a89cd30e00659e4101333af07"
            },
            "downloads": -1,
            "filename": "civitai_comfy_nodes-0.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14e64ea25ccca09db27a44ee66cab0cc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 13529,
            "upload_time": "2024-03-13T19:27:40",
            "upload_time_iso_8601": "2024-03-13T19:27:40.788655Z",
            "url": "https://files.pythonhosted.org/packages/f3/93/83bdc79eac31ae5c36740a93c3edb125d278299f8c0c840b3492af599d83/civitai_comfy_nodes-0.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee10e47b78190454b43cde51c3f037451e87129e6cac48b5bf98b93272bff33b",
                "md5": "a5541f3207c3a8b5dad66ae43e007a0e",
                "sha256": "1c8737d8b3b7f663dbf5e9b0bd8fed1c76b8474c0bf0237f115b57794e1b5558"
            },
            "downloads": -1,
            "filename": "civitai_comfy_nodes-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a5541f3207c3a8b5dad66ae43e007a0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11625,
            "upload_time": "2024-03-13T19:27:42",
            "upload_time_iso_8601": "2024-03-13T19:27:42.512903Z",
            "url": "https://files.pythonhosted.org/packages/ee/10/e47b78190454b43cde51c3f037451e87129e6cac48b5bf98b93272bff33b/civitai_comfy_nodes-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 19:27:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Chaoses-Ib",
    "github_project": "civitai_comfy_nodes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "civitai_comfy_nodes"
}
        
Elapsed time: 0.19530s