`You're using Kobold Lite Embedded.`; `You're using KoboldAI Lite Embedded.`; read_url_params_data(); } @@ -4605,7 +4605,7 @@ Current version: 146 function set_dalle_key() { inputBox("Enter DALL-E API Key.\n\nNote: DALL-E is known to rephrase and rewrite submitted image pr...
matter if you want to use the free, fast power of Google Colab, your own high end graphics card, an online service you have an API key for (Like OpenAI or Inferkit) or if you rather just run it slower on your CPU you will be able to find a way to use KoboldAI that works for...
A simple one-file way to run various GGML and GGUF models with KoboldAI's UI - updated kobold lite, work on rwkv, added exe path to model load param… · repos-ai-local/koboldcpp@c200b67
: ComfyUI can now be used as an image generation backend API from within KoboldAI Lite. No workflow customization is necessary.Note: ComfyUI must be launched with the flags --listen --enable-cors-header '*' to enable API access.Then you may use it normally like any other Image Gen back...
parser.add_argument("--hordemodelname", help="Sets your AI Horde display model name.", default="") parser.add_argument("--hordeworkername", help="Sets your AI Horde worker name.", default="") parser.add_argument("--hordekey", help="Sets your AI Horde API key.", default="") par...
cluster = "https://horde.koboldai.net" while exitcounter < 10: time.sleep(3) readygo = make_url_request(f'{epurl}/api/v1/info/version', None,'GET') readygo = make_url_request_horde(f'{epurl}/api/v1/info/version', None,'GET') if readygo: print_with_time(f"Embedded Horde...