G
GetLLMs

Stylized Image Generation

Transform your ideas into captivating visuals with Stylized Image Generation. Ready to experience the power of AI? Start your journey here!

Platform: Replicate
Image SynthesisStyle TransferControlNet Processing
56 runs
L40S
License Check Required

🚀Function Overview

Generates images from textual prompts while allowing style selection and control through preprocessing mechanisms like HED and Canny.

Key Features

  • Prompt-based image generation
  • Multiple visual style options
  • HED/Canny preprocessing controls
  • Negative prompting to exclude undesired elements
  • Parameter tuning for inference steps and control scales

Use Cases

  • Artistic image creation
  • Style transfer applications
  • Prototype visual design
  • Content generation for digital media

⚙️Input Parameters

prompt

string

Prompt for the generated image

style_name

string

Select a visual style

negative_prompt

string

Negative prompt to avoid undesired results

image

string

Upload an input image

hed_enabled

boolean

Enable HED preprocessing

canny_enabled

boolean

Enable Canny preprocessing

num_inference_steps

integer

Number of inference steps

guidance_scale

number

Classifier-free guidance scale

controlnet_conditioning_scale

number

ControlNet conditioning scale

seed

integer

Random seed for reproducibility

💡Usage Examples

Example 1

Input Parameters

{
  "seed": 0,
  "image": "https://replicate.delivery/pbxt/Mq4t16RmMjs2zkyD0y2gFL7OZBlFvcjSRmoi2HqTyKfJlrzj/aa96dadef832b0af3ecbefea17fc8acc%20%28Copy%29.jpg",
  "prompt": "rose",
  "style_name": "3D Model",
  "hed_enabled": true,
  "canny_enabled": false,
  "guidance_scale": 5,
  "negative_prompt": "ugly, blurry, deformed",
  "num_inference_steps": 25,
  "controlnet_conditioning_scale": 0.5
}

Output Results

https://replicate.delivery/xezq/QeAp5DKcSOU8QCJnecgXzCGzhca0hoW8mikGcYWcJ98rd6iUA/outpaint_output.png

Quick Actions

Technical Specifications

Hardware Type
L40S
Run Count
56
Commercial Use
Unknown/Restricted
Platform
Replicate

Related Keywords

Prompt-based image generationMultiple visual style optionsHED/Canny preprocessing controlsArtistic image creationStyle transfer applicationsPrototype visual designContent generation for digital media