aifartist / ArtSpew

An infinite number of monkeys randomly throwing paint at a canvas
301 stars 34 forks source link

How to choose the model? #18

Open valdecircarvalho opened 10 months ago

valdecircarvalho commented 10 months ago

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

LuluViBritannia commented 9 months ago

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"