Abhaykoul commited on
Commit
a608878
·
verified ·
1 Parent(s): 4e96771

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "Abhaykoul/NSFW-flash-Q4_K_M-GGUF"
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