Generate professional fashion and product advertising images using ComfyDeploy's Morpheus workflow with model consistency and customizable styles.
Generate professional fashion and product advertising images using ComfyDeploy's Morpheus Fashion Design workflow. This skill creates high-quality marketing visuals with model face consistency, product integration, and customizable styling.
This skill enables you to create professional-grade fashion and product advertising images by:
Before using this skill, ensure the following are available:
When the user requests fashion or product photography generation, follow these steps:
Collect the following information from the user:
Check that required API keys are configured:
```bash
echo $COMFY_DEPLOY_API_KEY
echo $GEMINI_API_KEY
```
If not set, ask the user to provide them or set them in the environment.
If not already installed globally:
```bash
npm install -g @morfeo/morpheus-fashion-design
```
Or use npx to run without installation:
```bash
npx @morfeo/morpheus-fashion-design --help
```
Run the CLI command with collected parameters:
```bash
morpheus-fashion-design \
--product "path/to/product.jpg" \
--model "path/to/model-face.jpg" \
--brief "Campaign description..." \
--target "Target audience..." \
--aspect-ratio "4:5" \
--output "output.png"
```
If API keys are not in environment, pass them via CLI:
```bash
morpheus-fashion-design \
--api-key "COMFY_DEPLOY_API_KEY" \
--product "path/to/product.jpg" \
--model "path/to/model-face.jpg" \
--brief "Campaign description..." \
--target "Target audience..."
```
Once the image is generated:
1. Display or provide the output path to the user
2. Ask if they want adjustments (different styling, lighting, angle, etc.)
3. Re-run with modified parameters if requested
```bash
morpheus-fashion-design \
--product "./jacket.jpg" \
--model "./model-face.jpg" \
--brief "Urban streetwear campaign featuring oversized denim jacket in downtown setting at golden hour" \
--target "Gen Z fashion enthusiasts" \
--aspect-ratio "4:5" \
--output "./streetwear-ad.png"
```
```bash
morpheus-fashion-design \
--product "./dress.jpg" \
--model "./model-face.jpg" \
--brief "Luxury evening wear editorial with dramatic lighting and minimalist background" \
--target "High-end fashion consumers" \
--aspect-ratio "16:9" \
--output "./editorial-luxury.png"
```
```bash
morpheus-fashion-design \
--product "./sneakers.jpg" \
--model "./athlete-face.jpg" \
--brief "Athletic sneaker launch campaign with dynamic action pose and vibrant colors" \
--target "Active lifestyle millennials" \
--output "./sneaker-launch.png"
```
The workflow supports multiple professional style packs:
The AI automatically selects appropriate styles based on your creative brief, but you can specify preferences in the brief text.
If generation fails:
1. Verify API keys are valid and have sufficient credits
2. Check that input images exist and are readable
3. Ensure Python 3.10+ and `uv` are installed
4. Review ComfyDeploy API status for outages
5. Try with different aspect ratios if specific ratio fails
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/morpheus-fashion-design/raw