Package Information
Documentation
Dreamina International for n8n
Use the current Dreamina international site inside n8n workflows.
This package now focuses on the Dreamina overseas product. The current release is image-first and exposes the international AI Image flow in n8n while AI Video and AI Avatar stay deferred until their international parameters are verified against the live product.
The default execution path is now Local Playwright, which means the node uses a real local Chrome or Edge browser instead of trying to imitate the Dreamina web app with server-side HTTP only.
AI Image
What changed
- Removed the old mixed domestic / overseas structure.
- Reworked the node into a single
Dreamina Internationalnode. - Reworked credentials into
Dreamina Credentials. - Switched the runtime to Dreamina international hosts and local browser automation for the image flow.
- Updated image models, ratios, and resolutions to match the live Dreamina web app.
- Added
Local Playwright (Recommended)and keptDirect HTTP (Legacy)as a fallback.
Authentication
The credential supports two modes and both are optional in Local Playwright mode when you already have a logged-in browser profile:
sessionid
Quick mode. Paste thesessionidcookie only.cookieString
Compatibility mode. Paste the full Dreamina cookie string ifsessionidalone is not enough.
In Direct HTTP (Legacy) mode the node always tries sessionid first, then falls back to cookieString when present.
In Local Playwright mode the node tries, in order:
Browser User Data Dirif you provide onesessionidcookieString
So you can either:
- inject cookies into a fresh local browser run, or
- point the node at a persistent browser profile that is already logged in to Dreamina
How to get cookies
- Open Dreamina and sign in.
- Open browser developer tools with
F12. - Go to
Application -> Cookies -> https://dreamina.capcut.com. - Copy either:
- the
sessionidvalue, or - the full cookie string for compatibility mode.
- the
Resource overview
AI Image
GenerateExecution Mode:Local Playwright (Recommended)/Direct HTTP (Legacy)Mode:Text to Image/Image to ImageTextModel:Image 5.0 Lite,Image 4.6,Image 4.5,Image 4.1,Image 4.0Aspect Ratio:Auto,21:9,16:9,3:2,4:3,1:1,3:4,2:3,9:16Resolution:High (2K),Ultra (4K)Browser Executable PathoptionalBrowser User Data DiroptionalHeadless BrowserWait Timeout SecondsReference ImagesforImage to Image
Get Status
Local Playwright setup
- Install this package with dependencies so
playwright-coreis available. - Make sure the n8n machine has local Chrome or Edge installed.
- In the node, keep
Execution ModeasLocal Playwright (Recommended). - Either:
- paste
sessionidor fullcookieString, or - set
Browser User Data Dirto a local browser profile that is already logged in to Dreamina.
- paste
- If Chrome or Edge is installed in a non-standard location, fill
Browser Executable Path.
Tip:
- Prefer a dedicated automation profile directory such as
C:\DreaminaPlaywrightProfileinstead of your daily default Chrome profile, especially if Chrome is already running. - If n8n is running in Docker or Linux,
Browser User Data Dirmust be a path inside that runtime. Do not paste a Windows path likeC:\Users\...there. - If n8n is running in Docker or Linux without a desktop display, turn
Headless Browseron.
Recommended first test:
Headless Browser:falseon a local desktop,truefor Docker or Linux servers without a displayMode:Text to ImageModel:Image 4.5Aspect Ratio:AutoResolution:High (2K)
Notes
Local Playwrightis the main fix for the current Dreamina anti-bot rejection on pure HTTP requests.Direct HTTP (Legacy)is still included, but Dreamina may reject it with anti-bot checks.- The node reads Dreamina web configuration from the current international product shape.
AI Imageis the active and validated path in this release.AI VideoandAI Avatarare intentionally deferred for a later pass and are not part of the visible node surface for now.