Instructions to use K00B404/CognitiveDollhouseModels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use K00B404/CognitiveDollhouseModels with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="K00B404/CognitiveDollhouseModels", filename="DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-IQ3_XS.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use K00B404/CognitiveDollhouseModels with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf K00B404/CognitiveDollhouseModels:IQ3_XS # Run inference directly in the terminal: llama cli -hf K00B404/CognitiveDollhouseModels:IQ3_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf K00B404/CognitiveDollhouseModels:IQ3_XS # Run inference directly in the terminal: llama cli -hf K00B404/CognitiveDollhouseModels:IQ3_XS
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf K00B404/CognitiveDollhouseModels:IQ3_XS # Run inference directly in the terminal: ./llama-cli -hf K00B404/CognitiveDollhouseModels:IQ3_XS
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf K00B404/CognitiveDollhouseModels:IQ3_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf K00B404/CognitiveDollhouseModels:IQ3_XS
Use Docker
docker model run hf.co/K00B404/CognitiveDollhouseModels:IQ3_XS
- LM Studio
- Jan
- Ollama
How to use K00B404/CognitiveDollhouseModels with Ollama:
ollama run hf.co/K00B404/CognitiveDollhouseModels:IQ3_XS
- Unsloth Studio
How to use K00B404/CognitiveDollhouseModels with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for K00B404/CognitiveDollhouseModels to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for K00B404/CognitiveDollhouseModels to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for K00B404/CognitiveDollhouseModels to start chatting
- Atomic Chat new
- Docker Model Runner
How to use K00B404/CognitiveDollhouseModels with Docker Model Runner:
docker model run hf.co/K00B404/CognitiveDollhouseModels:IQ3_XS
- Lemonade
How to use K00B404/CognitiveDollhouseModels with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull K00B404/CognitiveDollhouseModels:IQ3_XS
Run and chat with the model
lemonade run user.CognitiveDollhouseModels-IQ3_XS
List all available models
lemonade list
baseline model set for CognitiveDollhouse POC
Browse files- .gitattributes +1 -0
- DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-IQ3_XS.gguf +3 -0
- GFPGANv1.4.pth +3 -0
- codeformer-v0.1.0.pth +3 -0
- inswapper_128.onnx +3 -0
- ip-adapter-faceid_sd15_lora.safetensors +3 -0
- loras/Concept_WideHips.safetensors +3 -0
- loras/Justin_Interior_plan_V150.safetensors +3 -0
- loras/LoRA_Koukawa_Asuka(Taimanin).safetensors +3 -0
- loras/add_detail.safetensors +3 -0
- loras/buildings_view_from_indoors-000009.safetensors +3 -0
- loras/fem_climax.safetensors +3 -0
- loras/gapingPussySD15_v1.safetensors +3 -0
- loras/lora_garden_architecture_Exterior_SDlife_Chiasedamme_V1_0.safetensors +3 -0
- loras/pussy1_0.safetensors +3 -0
- loras/warehouse_1nt3r10r-p.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
DarkIdol_Llama_3_1_8B_Instruct_1_2_Uncensored_Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
DarkIdol_Llama_3_1_8B_Instruct_1_2_Uncensored_Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb816d8fad14f0bbe345f1c3adda8f9b118ba63a0cbda8cb3815215f3c502f7a
|
| 3 |
+
size 3518748352
|
GFPGANv1.4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2cd4703ab14f4d01fd1383a8a8b266f9a5833dacee8e6a79d3bf21a1b6be5ad
|
| 3 |
+
size 348632874
|
codeformer-v0.1.0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1009e537e0c2a07d4cabce6355f53cb66767cd4b4297ec7a4a64ca4b8a5684b7
|
| 3 |
+
size 376637898
|
inswapper_128.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4a3f08c753cb72d04e10aa0f7dbe3deebbf39567d4ead6dce08e98aa49e16af
|
| 3 |
+
size 554253681
|
ip-adapter-faceid_sd15_lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70699f0dbfadd47de1f81d263cf4c86bd4b7271d841304af9b340b3a7f38e86a
|
| 3 |
+
size 51059544
|
loras/Concept_WideHips.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29497ac99a17441ab61420abd67c841430f8fb9a71d9923ef84239d55e9531fc
|
| 3 |
+
size 37900336
|
loras/Justin_Interior_plan_V150.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c84a18ea4e9548c2d96afc09892529f7053b9f70819b82b68b6e23580619d21
|
| 3 |
+
size 151112524
|
loras/LoRA_Koukawa_Asuka(Taimanin).safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96dd3c623eff25349c9b6239c87f4ea94eee9f84fe2e062d40af9375d7fc9099
|
| 3 |
+
size 151112512
|
loras/add_detail.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47aaaf0d2945ca937151d61304946dd229b3f072140b85484bc93e38f2a6e2f7
|
| 3 |
+
size 37861176
|
loras/buildings_view_from_indoors-000009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c020934e0c3e9f22cf8482b3e4214eeef421a74470856fe9bf14cf1a2c0ff421
|
| 3 |
+
size 37871144
|
loras/fem_climax.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaf48f4d72b898ef9d0637f8cf74caab7e1fd6732a99ede06d970232e73ee778
|
| 3 |
+
size 56742012
|
loras/gapingPussySD15_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:462b08c7bf506e2809d90c9114189d0e179c23ef8a2359d289f39934df5e9f38
|
| 3 |
+
size 314328452
|
loras/lora_garden_architecture_Exterior_SDlife_Chiasedamme_V1_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:982783c35ad1a6ae8ac489c9fdf34e1354eef10d37140192b80eadf5603f1efe
|
| 3 |
+
size 151111728
|
loras/pussy1_0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98ca4c09d7b46bff0344008964e22587e1d36e400262d507f662d131981d85c2
|
| 3 |
+
size 56745382
|
loras/warehouse_1nt3r10r-p.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07612456d165fa0e4a2e7a3dc547c99f307edd756913e8c6721125d556813f8e
|
| 3 |
+
size 228453668
|