Chris

Results 13 comments of Chris

Also interested in getting this working. Feel free to share and I'll help out where I can.

@hansjm10 You were missing a line in the Chat Request constructor - you need to add: `this.Functions = basedOn.Functions;` on line 151. I'm constructing my functions like this: ``` var...

It would be awesome to be able to specify custom keyboard commands to activate or deactivate parts of a workflow. I.e. select a node, enter a key combination, and then...

As a workaround if the code is too intertwined with the GUI, could we not create a wrapper node which calls the RPG python script passing in the arguments, and...

I'm also hitting this problem with almost all of my ComfyUI images. If it's a problem with extracting the meta information from the image, could it not just import the...

I'm attempting to reproduce something similar to your code in C# (only because I know the language a lot better). If I find a solution for it in there I'll...

Apologies for the formatting, I'm on my mobile. I had some success, even in the 3.5 model! See below. Needs more testing to see how it goes longer term through...

@timhuff Thanks, that's actually really interesting seeing how it compresses down the tokens in various formats. For the context of what I'm using it for (separate to this project), the...

Will do, thanks! I'm just in the middle of a training run but I'll upload a file as soon as possible.

Example workflow. [lora_example.json](https://github.com/user-attachments/files/15794667/lora_example.json) https://www.dropbox.com/scl/fi/43p5ym172sn65hlsm3wdu/test_lora.safetensors?rlkey=tr3dkoqfbjgvqsbdkufkxsl0x&st=gq809msv&dl=0 These are the warning messages: ```NOT LOADED diffusion_model.lora_te_encoder_block_0_layer_0_SelfAttention_k.weight NOT LOADED diffusion_model.lora_te_encoder_block_0_layer_0_SelfAttention_o.weight NOT LOADED diffusion_model.lora_te_encoder_block_0_layer_0_SelfAttention_q.weight NOT LOADED diffusion_model.lora_te_encoder_block_0_layer_0_SelfAttention_v.weight NOT LOADED diffusion_model.lora_te_encoder_block_0_layer_1_DenseReluDense_wi_0.weight NOT LOADED diffusion_model.lora_te_encoder_block_0_layer_1_DenseReluDense_wi_1.weight NOT LOADED diffusion_model.lora_te_encoder_block_0_layer_1_DenseReluDense_wo.weight...