You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By "id", they just mean the directory path. Locate your model, click on the path, copy it.
Write the code to use artspew, then add -m with a space after it.
Paste the path then add a reverse slash, and copy-paste the name of the model including its extension.
Ex:
You have a model in C:\Downloads called awesomemodel.safetensors.
You type "C:\Downloads\awesomemodel.safetensors"
Your final code looks like this:
python artspew.py [a bunch of code] -m "C:\Downloads\awesomemodel.safetensors"
How do I choose the model? The help mentioned a model id, where can I find it?
The text was updated successfully, but these errors were encountered: