Artificial Intelligence Resource

From Civitai Wiki
Revision as of 13:17, 2 February 2024 by MajMorse (talk | contribs) (Created page with "In response to challenges communicating what resource we intend for service providers and users to be using when testing out content, and in thinking ahead to how we believe AI Resources like those on Civitai, Hugging Face, and other platforms might be used, we propose a Uniform Resource Naming system, AIR (Artificial Intelligence Resource). About Uniform Resource Names; == Spec == <code><nowiki>urn:air:{ecosystem}:{type}:{source}:{id}@{version?}:{layer?}.?{format?}</n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In response to challenges communicating what resource we intend for service providers and users to be using when testing out content, and in thinking ahead to how we believe AI Resources like those on Civitai, Hugging Face, and other platforms might be used, we propose a Uniform Resource Naming system, AIR (Artificial Intelligence Resource).

About Uniform Resource Names;

Spec

urn:air:{ecosystem}:{type}:{source}:{id}@{version?}:{layer?}.?{format?}

  • urn: Uniform Resource Name
  • air: Artificial Intelligence Resource (or maybe arn AI Resource Name)
  • {ecosystem}: Type of the ecosystem (sd1, sd2)
  • {type}: Type of the resource (model, lora, embedding, hypernet)
  • {source}: Supported network source
  • {id}: Id of the resource from the source
  • {layer}: The specific layer of a model
  • {format}: The format of the model (safetensor, ckpt, diffuser, tensor rt)

Examples

urn:air:sd1:model:civitai:2421@43533 urn:air:sd2:model:civitai:2421@43533 urn:air:dalle:model:openai:dalle@2 urn:air:gpt:model:openai:gpt@4 urn:air:model:huggingface:stabilityai/sdxl-vae urn:air:model:leonardo:345435