Krea 2 : styles wildcards txt

Anime Style: A clean, expressive illustration style built on confident, simplified linework defining stylized, appealing proportions, flat-to-cel-based shading applied with straightforward graphic clarity, large expressive…

Read more →

make a folder of prompts from a simple txt file

image created with model from civitai https://civitai.red/models/2270685/animazingxl

$sourceFile = "C:\Users\username\Desktop\text\weird.txt" $delimiter = "\n" $splitFilePrefix = "C:\Users\username\Desktop\weird1\weird_" $counter = 1 $content = Get-Content -Path $sourceFile -Raw $chunks = $content -split $delimiter foreach ($chunk…

Read more →