mcmonkeyprojects / sd-infinity-grid-generator-script

Infinite-Axis Grid Generator for Stable Diffusion!
MIT License
182 stars 25 forks source link

Long Prompts: A way to store and call on them avoiding the temporary nature of the prompt field in Infinity Grid #139

Closed rafstahelin closed 7 months ago

rafstahelin commented 7 months ago

@mcmonkey4eva

hello again.

just wondering if there is a way to use csv or wildcard files to test large prompts, which are cumbersome to paste into the prompt field. Just imagine if i am testing for 10x prompts. It gets messy

Could I use some form of file to link to the field?

mcmonkey4eva commented 7 months ago

You can use yaml files to define your grids more conveniently for complex inputs, there's a guide in the readme and several samples in the assets folder.

rafstahelin commented 7 months ago

That’s true I will pursue that Thanks On 29 Apr 2024, at 23:06, mcmonkey4eva @.***> wrote: You can use yaml files to define your grids more conveniently for complex inputs, there's a guide in the readme and several samples in the assets folder.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

rafstahelin commented 7 months ago

You can use yaml files to define your grids more conveniently for complex inputs, there's a guide in the readme and several samples in the assets folder.

been learning about the yaml. it's a great way to xy plot. so useful!