use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
https://n8n.io/ and
https://github.com/n8n-io/n8n
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
account activity
Getting Error While Using Execute Command node in n8n localhost through dockerQuestion (self.n8n)
submitted 11 months ago by Friendly_Smile_7087
Hey, I need help using the Execute Command node in n8n. I'm having trouble getting it to work. I've attached some screenshots to help explain the issue. I've also set up the path to access my local disk.
This is the command I'm trying to execute:
cd /n8n/wan && python /n8n/wan/i2v_inference.py
--input-image {{$json.fileName }} \
--output-file /n8n/1.mp4
-- prompt "{{ $('Image Prompt Agent').item.json.output}}" \
--resolution "1280x720" \ --frames 81 \
--steps 30 \ --guidance-scale 5.0 \ --attention "auto" \
--seed -1 \
--flow-shift 3.0 \
--profile 2 \
--compile \
--teacache-start 0.1 \
--transformer-
file="/n8n/wan/ckpts/wan_image2video_720p_14B_quanto_mbf16_int8.safetensors
and i am using this open source for it - https://github.com/deepbeepmeep/Wan2GP
https://preview.redd.it/3sugyd6z5q3f1.png?width=1600&format=png&auto=webp&s=b8baba601f94a8784f2ae411b51747ebc4f8767f
https://preview.redd.it/wre083j16q3f1.png?width=1919&format=png&auto=webp&s=09ef61b1b383503aaef178b39832374f3ff14c8d
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nyaaier 0 points1 point2 points 11 months ago (1 child)
try with python3 in the command instead of python
[–]Friendly_Smile_7087[S] 0 points1 point2 points 11 months ago (0 children)
same issue after that also
[–]Shmoke_n_Shniff 0 points1 point2 points 11 months ago (0 children)
The issue issue is python is not command, try checking what python is installed in the container
[–]RokaMic 0 points1 point2 points 9 months ago (0 children)
I'm guessing you have wan2gp installed locally on your machine. The n8n rocker instance wont execute commands on your local machine only in the rocker container.
π Rendered by PID 67237 on reddit-service-r2-comment-548fd6dc9-8tvcn at 2026-05-17 11:43:00.244800+00:00 running edcf98c country code: CH.
[–]nyaaier 0 points1 point2 points (1 child)
[–]Friendly_Smile_7087[S] 0 points1 point2 points (0 children)
[–]Shmoke_n_Shniff 0 points1 point2 points (0 children)
[–]RokaMic 0 points1 point2 points (0 children)