Skip to content

Instantly share code, notes, and snippets.

View MrSedan's full-sized avatar
🤙
What's happening?

Sergey Elpashev MrSedan

🤙
What's happening?
View GitHub Profile
@MrSedan
MrSedan / README.md
Last active August 25, 2024 15:36
NAI (NovelAI) prompt to WebUI prompt converter

NAI to WebUI prompt converter

Running

You just need to have python installed on your system and run:

python3 nai_to_webui.py '{{some word}} some prompt...'

Or (not on Windows):

chmod +x nai_to_webui.py
./nai_to_webui.py '{{some word}} some prompt...'