Jimmy Andersson
Jimmy Andersson
`test = "test \n test"` does not give new line
Is there a way to unload a specified model from memory?
Is it possible to name the nodes in the script and it will show when you load it in the web-ui? 
[workflow (79).json](https://github.com/Chaoses-Ib/ComfyScript/files/14129622/workflow.79.json) Not transpiled, also when I added the "was node suite image save" to my script manually and ran the script it embedded the whole script to the image...
CLIP Set Last Layer is not transpiled [workflow (78).json](https://github.com/Chaoses-Ib/ComfyScript/files/14106912/workflow.78.json)
In magic prompt usage: ``` generator = RandomPromptGenerator() magic_generator = MagicPromptGenerator( generator, device=..., # Torch device specifier (int, string, torch.device) ) num_prompts = 5 generator.generate("I love {red|green|blue} roses", num_prompts) ```...
Would be nice if i could set control_after_generate to fixed from ComfyScript, is it possible?