Does "<" work with this version? #59
-
I just started digging a bit and realized there was a new fork. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Accepted where exactly? reading exif? Search? Custom paths? |
Beta Was this translation helpful? Give feedback.
-
I made a .txt file with line seperated values such as hairstyles.txt
It would error out when I used hairstyles.txt for the inspiration images script in A1111. Hopefully that explains it better. |
Beta Was this translation helpful? Give feedback.
-
I did it yay. This is the code I have in the run function within the main class inside root->extensions->inspiration->scripts It takes uses the first word of the inspiration.txt file as the folder name (it removes any illegal symbols and changes them to _) for example:
would make the folders
Should work as the new run command.
ps. how do I fork myself? I would like to get a green dot on my github record I can use to help land a job once I am done with school. |
Beta Was this translation helpful? Give feedback.
-
Think I did it. Thanks for the help. I will have to learn regex. I tried, but it was hard to understand. |
Beta Was this translation helpful? Give feedback.
I did it yay.
This is the code I have in the run function within the main class inside root->extensions->inspiration->scripts
It takes uses the first word of the inspiration.txt file as the folder name (it removes any illegal symbols and changes them to _)
then it takes the full prompt and uses that to generate the inspiration images.
for example:
would make the folders
Should work as the new run command.