Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ from webscout.Local import formats
|
|
79 |
from webscout.Local.samplers import SamplerSettings
|
80 |
|
81 |
# 1. Download the model
|
82 |
-
repo_id = "
|
83 |
filename = "nsfw-flash-q4_k_m.gguf"
|
84 |
model_path = download_model(repo_id, filename, token='') # Replace with your Hugging Face token if needed
|
85 |
|
|
|
79 |
from webscout.Local.samplers import SamplerSettings
|
80 |
|
81 |
# 1. Download the model
|
82 |
+
repo_id = "UnfilteredAI/NSFW-flash"
|
83 |
filename = "nsfw-flash-q4_k_m.gguf"
|
84 |
model_path = download_model(repo_id, filename, token='') # Replace with your Hugging Face token if needed
|
85 |
|