Jimmy Andersson

Results 7 issues of Jimmy Andersson

`test = "test \n test"` does not give new line

Is there a way to unload a specified model from memory?

documentation
enhancement
runtime

Is it possible to name the nodes in the script and it will show when you load it in the web-ui? ![Untitled](https://github.com/Chaoses-Ib/ComfyScript/assets/155384738/b948b86c-2454-404c-8d6d-9cc13ce83f14)

enhancement
runtime

[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...

enhancement
transpiler
pending

CLIP Set Last Layer is not transpiled [workflow (78).json](https://github.com/Chaoses-Ib/ComfyScript/files/14106912/workflow.78.json)

documentation
transpiler

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?

enhancement
runtime