graphicdesigngeek.com
  • Home
  • Posts
  • Comfyui
  • Powershell

make a folder of prompts from a simple txt file

July 4, 2026 admin
powershell

$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 →

how to unpin all nodes in comfyui workflow

June 17, 2026 admin
comfyui comfyui workflow

Based on the docs, the “P” hotkey is designed to pin/unpin data for a single selected node [docs.n8n.io]( Keyboard shortcuts | n8n Docs ). For…

Read more →

notes of a techno hippie

June 2, 2026 admin

I will be using this site to keep and organise things that i need for projects that i know will be useful for others and…

Read more →

© 2024 Powered by Publii CMS :: Theme ported by the Publii Team