INSANE ComfyUI Node writes new Nodes with AI (and Local LLMs)

preview_player
Показать описание
AnyNode is a new node for ComfyUI that does your bidding using AI. This is a short Tutorial and overview to show you around the node. I use AnyNode in my main example to edit my image before sending it to my DreamShaper 8 Stable Diffusion model and and doing img2img (image to image), getting some pretty cool randomly colored results that make SD hallucinate other features.

AnyNode (ComfyUI Github Repository):
AnyNode Discord Community:
Live Streaming AnyNode Saturday Sessions:

Check out our other AI project
LoreKeeper (TTRPG Games Master Assistant):
Рекомендации по теме
Комментарии
Автор

Well this is a wonderful video. Thanks!

JustArtsCreations
Автор

How do i prompt Any Node to load the IPAdapter model?

authorkevin
Автор

I wonder if you could use this for automatic astrophotography image processing.

brewjitsu
Автор

Hey great work does this work with LM Studio?

RamonGuthrie
Автор

Those are pecan nuts, much tastier than walnuts

sergetheijspartner
Автор

I cannot establish a connection to my local instance of ollama (on docker). I have a custom server url (managed by traefik). I have no Idea how to fill this inputs on AnyNode (especially API key and server). I am not exactly a technical person.
Here is the error I get for debugging:

Last Error: None
Generating Node function...
INPUT 30
LE: None
Imports in code: []
Stored script:
An error occurred: API request failed with status code 405: {"detail":"Method Not Allowed"}
An error occurred:
Traceback (most recent call last):
File "E:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode\nodes\any.py", line 221, in safe_exec
exec(code_string, globals_dict, locals_dict)
File "<string>", line 1
An error occurred: API request failed with status code 405: {"detail":"Method Not Allowed"}

SyntaxError: invalid syntax
!!! Exception during processing!!! invalid syntax (<string>, line 1)
Traceback (most recent call last):
File "E:\ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)

File "E:\ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)

File "E:\ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))

File "E:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode\nodes\any.py", line 260, in go
raise e
File "E:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode\nodes\any.py", line 252, in go
self.safe_exec(self.script, globals_dict, locals_dict)
File "E:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode\nodes\any.py", line 225, in safe_exec
raise e
File "E:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode\nodes\any.py", line 221, in safe_exec
exec(code_string, globals_dict, locals_dict)
File "<string>", line 1
An error occurred: API request failed with status code 405: {"detail":"Method Not Allowed"}

SyntaxError: invalid syntax

Nixnpolska
Автор

Except your sobel filter has color in it. so.... how useful are not correct outputs?

Joviex
Автор

your video's are not very structured. You're making it up on the fly it seems. If you write a script beforehand and stick to it, your videos would have more views.

goodieshoes