paigedutcher2/paige - Sonstige Generatoren
Dies ist ein Content Creation, Multimodal AI-Bereich Automatisierungsworkflow mit 15 Nodes. Hauptsächlich werden If, Set, Code, Wait, HttpRequest und andere Nodes verwendet. Erstellen Sie Porträtfotos mit Paige-Charaktermodell und Replicate
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
Verwendete Nodes (15)
Kategorie
{
"meta": {
"instanceId": "c273c222-b131-4d5c-b336-c7d3d23a52da",
"model_name": "paige",
"model_type": "other",
"version_id": "45f3e91abd75bedac5de72b4da3a63376053067c79fa1ba98a11aafd79a13732",
"model_owner": "paigedutcher2",
"generated_at": "2025-08-01T14:50:46.731718"
},
"name": "paigedutcher2/paige - Other Generator",
"nodes": [
{
"id": "46ba3cb1-0142-4a6e-83cf-8e8a28d47784",
"name": "Manueller Trigger",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-896,
-176
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b7b00bcc-e1ad-4f4e-bfc3-e8f46198d4fa",
"name": "Set API Token",
"type": "n8n-nodes-base.set",
"position": [
-608,
-80
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "api_token",
"name": "api_token",
"type": "string",
"value": "YOUR_REPLICATE_API_TOKEN"
}
]
}
},
"typeVersion": 3.3
},
{
"id": "d6ed6acd-fe1d-4dc5-8f57-a5c09b51975a",
"name": "Set Andere Parameter",
"type": "n8n-nodes-base.set",
"position": [
-288,
-128
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "api_token",
"name": "api_token",
"type": "string",
"value": "={{ $('Set API Token').item.json.api_token }}"
},
{
"id": "mask",
"name": "mask",
"type": "string",
"value": "https://via.placeholder.com/512x512/000000/FFFFFF.png"
},
{
"id": "seed",
"name": "seed",
"type": "number",
"value": -1
},
{
"id": "image",
"name": "image",
"type": "string",
"value": "https://picsum.photos/512/512"
},
{
"id": "model",
"name": "model",
"type": "string",
"value": "dev"
},
{
"id": "width",
"name": "width",
"type": "number",
"value": 512
},
{
"id": "height",
"name": "height",
"type": "number",
"value": 512
},
{
"id": "prompt",
"name": "prompt",
"type": "string",
"value": "Create something amazing"
},
{
"id": "go_fast",
"name": "go_fast",
"type": "boolean",
"value": false
},
{
"id": "extra_lora",
"name": "extra_lora",
"type": "string",
"value": ""
},
{
"id": "lora_scale",
"name": "lora_scale",
"type": "number",
"value": 1
},
{
"id": "megapixels",
"name": "megapixels",
"type": "string",
"value": "1"
},
{
"id": "num_outputs",
"name": "num_outputs",
"type": "number",
"value": 1
},
{
"id": "aspect_ratio",
"name": "aspect_ratio",
"type": "string",
"value": "1:1"
},
{
"id": "output_format",
"name": "output_format",
"type": "string",
"value": "webp"
},
{
"id": "guidance_scale",
"name": "guidance_scale",
"type": "number",
"value": 3
},
{
"id": "output_quality",
"name": "output_quality",
"type": "number",
"value": 80
},
{
"id": "prompt_strength",
"name": "prompt_strength",
"type": "number",
"value": 0.8
},
{
"id": "extra_lora_scale",
"name": "extra_lora_scale",
"type": "number",
"value": 1
},
{
"id": "replicate_weights",
"name": "replicate_weights",
"type": "string",
"value": ""
},
{
"id": "num_inference_steps",
"name": "num_inference_steps",
"type": "number",
"value": 28
},
{
"id": "disable_safety_checker",
"name": "disable_safety_checker",
"type": "boolean",
"value": false
}
]
}
},
"typeVersion": 3.3
},
{
"id": "7eb13978-b016-4e57-9541-3f3241760062",
"name": "Erstelle Andere Vorhersage",
"type": "n8n-nodes-base.httpRequest",
"position": [
-64,
-128
],
"parameters": {
"url": "https://api.replicate.com/v1/predictions",
"method": "POST",
"options": {
"response": {
"response": {
"neverError": true,
"responseFormat": "json"
}
}
},
"jsonBody": "={\n \"version\": \"paigedutcher2/paige:45f3e91abd75bedac5de72b4da3a63376053067c79fa1ba98a11aafd79a13732\",\n \"input\": {\n \"mask\": \"{{ $json.mask }}\",\n \"seed\": {{ $json.seed }},\n \"image\": \"{{ $json.image }}\",\n \"model\": \"{{ $json.model }}\",\n \"width\": {{ $json.width }},\n \"height\": {{ $json.height }},\n \"prompt\": \"{{ $json.prompt }}\",\n \"go_fast\": {{ $json.go_fast }},\n \"extra_lora\": \"{{ $json.extra_lora }}\",\n \"lora_scale\": {{ $json.lora_scale }},\n \"megapixels\": \"{{ $json.megapixels }}\",\n \"num_outputs\": {{ $json.num_outputs }},\n \"aspect_ratio\": \"{{ $json.aspect_ratio }}\",\n \"output_format\": \"{{ $json.output_format }}\",\n \"guidance_scale\": {{ $json.guidance_scale }},\n \"output_quality\": {{ $json.output_quality }},\n \"prompt_strength\": {{ $json.prompt_strength }},\n \"extra_lora_scale\": {{ $json.extra_lora_scale }},\n \"replicate_weights\": \"{{ $json.replicate_weights }}\",\n \"num_inference_steps\": {{ $json.num_inference_steps }},\n \"disable_safety_checker\": {{ $json.disable_safety_checker }}\n }\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $json.api_token }}"
},
{
"name": "Prefer",
"value": "wait"
}
]
}
},
"typeVersion": 4.1
},
{
"id": "78ad53d0-93d2-4d72-acde-0ef46c03942b",
"name": "Warte 5s",
"type": "n8n-nodes-base.wait",
"position": [
160,
-128
],
"webhookId": "d2c4ca16-0eb2-45b4-8a2d-eec2f99df89c",
"parameters": {
"unit": "seconds",
"amount": 5
},
"typeVersion": 1
},
{
"id": "626fe486-906d-4d0e-b3bf-62c4b6f752cd",
"name": "Prüfe Status",
"type": "n8n-nodes-base.httpRequest",
"position": [
384,
-128
],
"parameters": {
"url": "=https://api.replicate.com/v1/predictions/{{ $('Create Other Prediction').item.json.id }}",
"options": {
"response": {
"response": {
"neverError": true,
"responseFormat": "json"
}
}
},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $('Set API Token').item.json.api_token }}"
}
]
}
},
"typeVersion": 4.1
},
{
"id": "89c76dac-d261-4557-bf64-bcfc13255db0",
"name": "Ist Abgeschlossen?",
"type": "n8n-nodes-base.if",
"position": [
528,
-240
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 1,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "c93d7ba1-0ef9-4087-aa10-389cb2a2c6bd",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.status }}",
"rightValue": "succeeded"
}
]
}
},
"typeVersion": 2
},
{
"id": "ee004e56-58d6-430d-8fe5-fc110bcc6574",
"name": "Ist Fehlgeschlagen?",
"type": "n8n-nodes-base.if",
"position": [
848,
-80
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 1,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "d1bfd044-3a07-4c18-b55f-72d192596139",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.status }}",
"rightValue": "failed"
}
]
}
},
"typeVersion": 2
},
{
"id": "d123f4e3-12d6-42cb-b967-2e73c69689d7",
"name": "Warte 10s",
"type": "n8n-nodes-base.wait",
"position": [
720,
128
],
"webhookId": "51a05aef-e220-406d-8c2c-e59c82c3e26e",
"parameters": {
"unit": "seconds",
"amount": 10
},
"typeVersion": 1
},
{
"id": "20ecfcb5-dc93-4fba-a8ea-0a5f4e665713",
"name": "Erfolgsantwort",
"type": "n8n-nodes-base.set",
"position": [
832,
-320
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "success-response",
"name": "response",
"type": "object",
"value": "={{ { success: true, result_url: $json.output, prediction_id: $json.id, status: $json.status, message: 'Other generated successfully' } }}"
}
]
}
},
"typeVersion": 3.3
},
{
"id": "0b0c16d1-f1f9-4700-845a-d7b4e90d8dbc",
"name": "Fehlerantwort",
"type": "n8n-nodes-base.set",
"position": [
1344,
144
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "error-response",
"name": "response",
"type": "object",
"value": "={{ { success: false, error: $json.error || 'Other generation failed', prediction_id: $json.id, status: $json.status, message: 'Failed to generate other' } }}"
}
]
}
},
"typeVersion": 3.3
},
{
"id": "e215a7e1-53f2-457a-a754-980c5c66a82f",
"name": "Zeige Ergebnis",
"type": "n8n-nodes-base.set",
"position": [
1552,
-144
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "final-result",
"name": "final_result",
"type": "object",
"value": "={{ $json.response }}"
}
]
}
},
"typeVersion": 3.3
},
{
"id": "f6ad35d4-fece-4274-93ca-18a3067bfbbe",
"name": "Protokolliere Anfrage",
"type": "n8n-nodes-base.code",
"position": [
160,
-320
],
"parameters": {
"jsCode": "// Log generation details for monitoring\nconst data = $input.all()[0].json;\n\nconsole.log('paigedutcher2/paige Request:', {\n timestamp: new Date().toISOString(),\n prediction_id: data.id,\n model_type: 'other'\n});\n\nreturn $input.all();"
},
"typeVersion": 2
},
{
"id": "3c2cf742-d87b-4a95-9eeb-da4e063b296e",
"name": "Haftnotiz9",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1536,
-304
],
"parameters": {
"color": 4,
"width": 580,
"height": 320,
"content": "=======================================\n PAIGE GENERATOR\n=======================================\nFor any questions or support, please contact:\n Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n - YouTube: https://www.youtube.com/@YaronBeen/videos\n - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n======================================="
},
"typeVersion": 1
},
{
"id": "43fdd505-8088-4876-9bb4-012385ec2caa",
"name": "Haftnotiz4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1536,
48
],
"parameters": {
"color": 4,
"width": 589,
"height": 1958,
"content": "## 🤖 **PAIGEDUTCHER2/PAIGE - OTHER GENERATION WORKFLOW**\n\n**🔥 Powered by Replicate API and n8n Automation**\n\n---\n\n### 📝 **Model Overview**\n\n- **Owner**: paigedutcher2\n- **Model**: paige\n- **Type**: Other Generation\n- **API Endpoint**: https://api.replicate.com/v1/predictions\n\n**🎯 What This Model Does:**\n\"Custom AI model trained on Paige — bold, curvy, confident energy. Think Barbie meets boss. Great for glam, fantasy, seductive, and influencer-style prompts. Use trigger word CharacterPGE to activate the model.\n\n---\n\n### 📋 **Parameter Reference**\n\n**🔴 Required Parameters:** prompt\n**🔵 Optional Parameters:** mask, seed, image, model, width, height, go_fast, extra_lora (and 12 more)\n\n**📖 Detailed Parameter Guide:**\n- **mask** (string): Image mask for image inpainting mode. If provided, aspect_ratio, width, and height inputs are ign...\n- **seed** (integer): Random seed. Set for reproducible generation\n- **image** (string): Input image for image to image or inpainting mode. If provided, aspect_ratio, width, and height i...\n- **model** (string): Which model to run inference with. The dev model performs best with around 28 inference steps but... (Default: dev)\n- **width** (integer): Width of generated image. Only works if `aspect_ratio` is set to custom. Will be rounded to neare...\n- **height** (integer): Height of generated image. Only works if `aspect_ratio` is set to custom. Will be rounded to near...\n- **prompt** (string): Prompt for generated image. If you include the `trigger_word` used in the training process you ar...\n- **go_fast** (boolean): Run faster predictions with model optimized for speed (currently fp8 quantized); disable to run i... (Default: False)\n- *...and 13 more parameters*\n\n---\n\n### 🔧 **Workflow Components Explained**\n\n**🎯 Manual Trigger**\n- Starts the workflow execution\n- Click to begin other generation process\n\n**🔐 Set API Token** \n- Configures your Replicate API authentication\n- Replace 'YOUR_REPLICATE_API_TOKEN' with your actual token\n- Essential for accessing the paigedutcher2/paige model\n\n**⚙️ Set Other Parameters**\n- Configures all input parameters for the model\n- Includes both required and optional parameters\n- Pre-filled with sensible defaults for testing\n\n**🚀 Create Other Prediction**\n- Sends the generation request to Replicate API\n- Uses the other parameters you configured\n- Returns a prediction ID for status tracking\n\n**⏳ Wait & Status Checking Loop**\n- Waits 5 seconds then checks prediction status\n- Continues checking until completion or failure\n- Implements intelligent retry logic with 10-second delays\n\n**✅ Success/Error Handling**\n- Routes successful completions to success response\n- Handles failures gracefully with error details\n- Returns structured JSON response with URLs/errors\n\n**📊 Logging & Monitoring**\n- Logs all requests for debugging and monitoring\n- Tracks timestamps and prediction IDs\n- Helps identify issues during development\n\n---\n\n### 🌟 **Key Benefits**\n\n- **🎨 Instant Other Generation**: Transform ideas into others using state-of-the-art AI\n- **🔄 Automated Workflow**: Handles the complete generation pipeline automatically\n- **🛡️ Error Resilience**: Built-in retry logic and comprehensive error handling\n- **📈 Production Ready**: Includes logging, monitoring, and structured responses\n- **🔧 Customizable**: Easy to modify parameters and extend functionality\n- **⚡ Efficient Processing**: Optimized API calls with intelligent status checking\n\n---\n\n### 🚀 **Quick Start Instructions**\n\n1. **🔑 Get Your API Key**\n - Sign up at https://replicate.com\n - Navigate to your account settings\n - Copy your API token\n\n2. **🔧 Configure the Workflow**\n - Replace 'YOUR_REPLICATE_API_TOKEN' with your actual token\n - Adjust parameters in the 'Set Other Parameters' node\n - Customize the prompt or other inputs as needed\n\n3. **▶️ Execute the Workflow**\n - Click the 'Manual Trigger' to start\n - Monitor the execution in the n8n interface\n - Check logs for detailed execution information\n\n4. **📥 Get Your Results**\n - Successful generations return a URL to your other\n - Download or use the generated content as needed\n - Results are available immediately upon completion\n\n---\n\n### 🔍 **Troubleshooting Guide**\n\n**Common Issues:**\n- **Invalid API Token**: Ensure your Replicate token is valid and has sufficient credits\n- **Parameter Validation**: Check that required parameters match expected types\n- **Generation Timeout**: Some others take longer - monitor the logs\n- **Output Format**: Verify the model returns the expected output format\n\n**Best Practices:**\n- Test with default parameters first\n- Monitor your Replicate usage and billing\n- Keep API tokens secure and never commit them to code\n- Use appropriate parameter values for your use case\n\n---\n\n**🔗 Additional Resources:**\n- Model Documentation: https://replicate.com/paigedutcher2/paige\n- Replicate API Docs: https://replicate.com/docs\n- n8n Documentation: https://docs.n8n.io\n\n---"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"versionId": "1",
"connections": {
"78ad53d0-93d2-4d72-acde-0ef46c03942b": {
"main": [
[
{
"node": "626fe486-906d-4d0e-b3bf-62c4b6f752cd",
"type": "main",
"index": 0
}
]
]
},
"d123f4e3-12d6-42cb-b967-2e73c69689d7": {
"main": [
[
{
"node": "626fe486-906d-4d0e-b3bf-62c4b6f752cd",
"type": "main",
"index": 0
}
]
]
},
"ee004e56-58d6-430d-8fe5-fc110bcc6574": {
"main": [
[
{
"node": "0b0c16d1-f1f9-4700-845a-d7b4e90d8dbc",
"type": "main",
"index": 0
}
],
[
{
"node": "d123f4e3-12d6-42cb-b967-2e73c69689d7",
"type": "main",
"index": 0
}
]
]
},
"f6ad35d4-fece-4274-93ca-18a3067bfbbe": {
"main": [
[
{
"node": "78ad53d0-93d2-4d72-acde-0ef46c03942b",
"type": "main",
"index": 0
}
]
]
},
"626fe486-906d-4d0e-b3bf-62c4b6f752cd": {
"main": [
[
{
"node": "89c76dac-d261-4557-bf64-bcfc13255db0",
"type": "main",
"index": 0
}
]
]
},
"89c76dac-d261-4557-bf64-bcfc13255db0": {
"main": [
[
{
"node": "20ecfcb5-dc93-4fba-a8ea-0a5f4e665713",
"type": "main",
"index": 0
}
],
[
{
"node": "ee004e56-58d6-430d-8fe5-fc110bcc6574",
"type": "main",
"index": 0
}
]
]
},
"b7b00bcc-e1ad-4f4e-bfc3-e8f46198d4fa": {
"main": [
[
{
"node": "d6ed6acd-fe1d-4dc5-8f57-a5c09b51975a",
"type": "main",
"index": 0
}
]
]
},
"0b0c16d1-f1f9-4700-845a-d7b4e90d8dbc": {
"main": [
[
{
"node": "e215a7e1-53f2-457a-a754-980c5c66a82f",
"type": "main",
"index": 0
}
]
]
},
"46ba3cb1-0142-4a6e-83cf-8e8a28d47784": {
"main": [
[
{
"node": "b7b00bcc-e1ad-4f4e-bfc3-e8f46198d4fa",
"type": "main",
"index": 0
}
]
]
},
"20ecfcb5-dc93-4fba-a8ea-0a5f4e665713": {
"main": [
[
{
"node": "e215a7e1-53f2-457a-a754-980c5c66a82f",
"type": "main",
"index": 0
}
]
]
},
"d6ed6acd-fe1d-4dc5-8f57-a5c09b51975a": {
"main": [
[
{
"node": "7eb13978-b016-4e57-9541-3f3241760062",
"type": "main",
"index": 0
}
]
]
},
"7eb13978-b016-4e57-9541-3f3241760062": {
"main": [
[
{
"node": "f6ad35d4-fece-4274-93ca-18a3067bfbbe",
"type": "main",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Fortgeschritten - Content-Erstellung, Multimodales KI
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos
Diesen Workflow teilen