Update README.md
Browse files
README.md
CHANGED
@@ -88,7 +88,7 @@ from webscout.Local.samplers import SamplerSettings
|
|
88 |
|
89 |
# 1. Download the model
|
90 |
repo_id = "UnfilteredAI/NSFW-6B"
|
91 |
-
filename = "
|
92 |
model_path = download_model(repo_id, filename, token='') # Replace with your Hugging Face token if needed
|
93 |
|
94 |
# 2. Load the model
|
|
|
88 |
|
89 |
# 1. Download the model
|
90 |
repo_id = "UnfilteredAI/NSFW-6B"
|
91 |
+
filename = "nsfw-6b-q4_k_m.gguf"
|
92 |
model_path = download_model(repo_id, filename, token='') # Replace with your Hugging Face token if needed
|
93 |
|
94 |
# 2. Load the model
|