Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to choose the model? #18

Open
valdecircarvalho opened this issue Dec 7, 2023 · 1 comment
Open

How to choose the model? #18

valdecircarvalho opened this issue Dec 7, 2023 · 1 comment

Comments

@valdecircarvalho
Copy link

How do I choose the model? The help mentioned a model id, where can I find it?

@LuluViBritannia
Copy link

LuluViBritannia commented Dec 29, 2023

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants