Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/civitai/comfy-nodes

Comfy Nodes that make utilizing resources from Civitas easy as copying and pasting
https://github.com/civitai/comfy-nodes

Last synced: about 2 months ago
JSON representation

Comfy Nodes that make utilizing resources from Civitas easy as copying and pasting

Awesome Lists containing this project

README

        

# 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

### 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

### 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).

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

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`