Jonseed

Results 160 comments of Jonseed

> Doesn't require using a completions method other than _chat.completions.create()_ and can accept some form of response format input. That's unfortunate that OpenAI requires a completely different method to handle...

Yeah, this is how they are detecting the data type of the value. ``` def INPUT_TYPES(cls): return { "required": { "json": ("JSON", {"tooltip": "JSON Object."}), "key": ("STRING", {"default": "", "tooltip":...

I don't know of many nodes that output JSON, but I think that will change soon. I think JSON is just a good data exchange format, and many people are...

The `Save Image with Extra Metadata` node in the popular [ComfyUI-Crystools](https://github.com/crystian/ComfyUI-Crystools) is an example of one that can input/output stringified "JSON". Oddly, it is not true JSON input/output, but a...

Yes, I saw your EXIF Wrangler node, which could be helpful if I need to read EXIF data back into Comfy. For some reason it can't read some of my...

This is looking great! Can't wait to try it out!

Why not? Maybe there could be a Forge/Flux branch? It seems many people have moved on from Automatic1111, which may never support Flux.

> Maybe a dumb question, but how do you confirm it's active or not after thumbnails are already cached? You delete the cache every time for testing? You could create...

I get this error when using controlnet in adetailer through the forge UI. Not sure why this issue was closed as completed. What is the solution? If I do a...

I just came here because I was also thinking reverse chronological order would make more sense too, otherwise you have to scroll all the way to the bottom to see...