{"id":20777761,"url":"https://github.com/moeru-ai/easiest","last_synced_at":"2026-01-28T09:01:50.451Z","repository":{"id":231705219,"uuid":"782037093","full_name":"moeru-ai/easiest","owner":"moeru-ai","description":"Easy-to-use SillyTavern Starter, based on Docker Compose.","archived":false,"fork":false,"pushed_at":"2024-08-09T13:25:41.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-04T23:17:42.531Z","etag":null,"topics":["docker-compose","podman-compose","sillytavern"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moeru-ai.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-04-04T14:14:35.000Z","updated_at":"2024-08-09T13:25:45.000Z","dependencies_parsed_at":"2024-04-10T11:29:29.016Z","dependency_job_id":"9090f820-f808-474f-816c-d302dfb3a81d","html_url":"https://github.com/moeru-ai/easiest","commit_stats":null,"previous_names":["moeru-ai/easiest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moeru-ai/easiest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeru-ai%2Feasiest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeru-ai%2Feasiest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeru-ai%2Feasiest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeru-ai%2Feasiest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moeru-ai","download_url":"https://codeload.github.com/moeru-ai/easiest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeru-ai%2Feasiest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28843115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker-compose","podman-compose","sillytavern"],"created_at":"2024-11-17T13:17:00.119Z","updated_at":"2026-01-28T09:01:50.436Z","avatar_url":"https://github.com/moeru-ai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasieST\n\n![it works on my machine](https://img.shields.io/badge/it_works_on-my_machine-green)\n\nEasy-to-use SillyTavern Starter, based on Docker Compose.\n\n## Usage\n\n###### clone\n\n```bash\ngit clone https://github.com/moeru-ai/easiest.git\ncd easiest\n```\n\n###### config\n\n```bash\ncp intel.docker-compose.yml docker-compose.yml # Intel oneAPI SYCL\n# cp rocm.docker-compose.yml docker-compose.yml # AMD ROCm (TODO)\n# cp cuda.docker-compose.yml docker-compose.yml # NVIDIA CUDA (TODO)\n# cp vulkan.docker-compose.yml docker-compose.yml # Vulkan (TODO)\n\nnano docker-compose.yml # edit config\n```\n\n###### up / down\n\n```bash\nsudo docker compose up -d\n# podman compose up -d # if you use podman\n\nsudo docker compose down\n# podman compose down # if you use podman\n```\n\n## FAQ\n\n### Recommended Models (2024-08-09)\n\n\u003e If this section hasn't been updated in a long time, I recommend looking for a\n\u003e new model.\n\n\u003e For GGUF format, I recommend `Q5_K_M` or `Q4_K_M` (and imatrix).\n\n- 8B: [Lewdiculous/L3-8B-Stheno-v3.3-32K-GGUF-IQ-Imatrix](https://huggingface.co/Lewdiculous/L3-8B-Stheno-v3.3-32K-GGUF-IQ-Imatrix)\n  - ST Presets:\n    - [[LLAMA-3-Context]Roleplay-v1.9.json](https://huggingface.co/Virt-io/SillyTavern-Presets/blob/main/Prompts/LLAMA-3/v1.9/%5BLLAMA-3-Context%5DRoleplay-v1.9.json) =\u003e `./sillytavern/data/default-user/context`\n    - [[LLAMA-3-Instruct]Roleplay-v1.9.json](https://huggingface.co/Virt-io/SillyTavern-Presets/blob/main/Prompts/LLAMA-3/v1.9/%5BLLAMA-3-Instruct%5DRoleplay-v1.9.json) =\u003e `./sillytavern/data/default-user/instruct`\n    - [[Sai]Roleplay.json](https://files.catbox.moe/jxvpek.json) =\u003e `./sillytavern/data/default-user/TextGen Settings` (from [here](https://huggingface.co/Virt-io/SillyTavern-Presets/discussions/5#664d6fb87c563d4d95151baa))\n- 11B:\n  [mradermacher/Fimbulvetr-11B-v2.1-16K-i1-GGUF](https://huggingface.co/mradermacher/Fimbulvetr-11B-v2.1-16K-i1-GGUF)\n  - ST Presets:\n    - [Lewdicu-Context-3.0.2-eros.json](https://huggingface.co/Lewdiculous/Eris_PrimeV4-Vision-32k-7B-GGUF-IQ-Imatrix/blob/main/sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Context-3.0.2-eros.json)\n      =\u003e `./sillytavern/data/default-user/context`\n    - [Lewdicu-Instruct-Alpaca-3.0.2-tentative.json](https://huggingface.co/Lewdiculous/Eris_PrimeV4-Vision-32k-7B-GGUF-IQ-Imatrix/blob/main/sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Instruct-Alpaca-3.0.2-tentative.json)\n      =\u003e `./sillytavern/data/default-user/instruct`\n    - [Lewdicu-Samplers-3.0.2.json](https://huggingface.co/Lewdiculous/Eris_PrimeV4-Vision-32k-7B-GGUF-IQ-Imatrix/blob/main/sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Samplers-3.0.2.json)\n      =\u003e `./sillytavern/data/default-user/TextGen Settings`\n\u003c!-- - 70B:\n  [mradermacher/Midnight-Miqu-70B-v1.5-i1-GGUF](https://huggingface.co/mradermacher/Midnight-Miqu-70B-v1.5-i1-GGUF)\n  - SillyTavern Presets:\n    - [prompting-tips](https://huggingface.co/sophosympatheia/Midnight-Miqu-70B-v1.5#prompting-tips)\n      =\u003e `./sillytavern/config/context`\n    - [instruct-formats](https://huggingface.co/sophosympatheia/Midnight-Miqu-70B-v1.5#instruct-formats)\n      =\u003e `./sillytavern/config/instruct`\n    - [sampler-tips](https://huggingface.co/sophosympatheia/Midnight-Miqu-70B-v1.5#sampler-tips)\n      =\u003e `./sillytavern/config/TextGen Settings` --\u003e\n\n### Why llama.cpp?\n\n`llama.cpp` provides the official docker image for Intel Arc Graphics.\n\nI may change to `ollama` or `koboldcpp` later.\n\n## License\n\n[Unlicense](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoeru-ai%2Feasiest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoeru-ai%2Feasiest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoeru-ai%2Feasiest/lists"}