ControlNet Soft Edge

This model corresponds to the ControlNet conditioned on Soft Edge.

Playground

Try the model in real time below.

loading...

Click or Drag-n-Drop

PNG, JPG or GIF, Up-to 2048 x 2048 px

output image


Examples

Check out what others have created with ControlNet Soft Edge
Example preview

royal chamber with fancy bed

seed: 131487365682guidance_scale: 7.5

API

If you're looking for an API, you can choose from your desired programming language.

POST
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 import requests import base64 # Use this function to convert an image file from the filesystem to base64 def image_file_to_base64(image_path): with open(image_path, 'rb') as f: image_data = f.read() return base64.b64encode(image_data).decode('utf-8') # Use this function to fetch an image from a URL and convert it to base64 def image_url_to_base64(image_url): response = requests.get(image_url) image_data = response.content return base64.b64encode(image_data).decode('utf-8') api_key = "YOUR_API_KEY" url = "https://api.segmind.com/v1/sd1.5-controlnet-softedge" # Request payload data = { "image": image_url_to_base64("https://segmind.com/soft-edge-input.jpeg"), # Or use image_file_to_base64("IMAGE_PATH") "samples": 1, "prompt": "royal chamber with fancy bed", "negative_prompt": "Disfigured, cartoon, blurry, nude", "scheduler": "UniPC", "num_inference_steps": 25, "guidance_scale": 7.5, "strength": 1, "seed": 131487365682, "base64": False } headers = {'x-api-key': api_key} response = requests.post(url, json=data, headers=headers) print(response.content) # The response is the generated image
RESPONSE
image/jpeg
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


imageimage *

Input Image


samplesint ( default: 1 ) Affects Pricing

Number of samples to generate.

min : 1,

max : 4


promptstr *

Prompt to render


negative_promptstr ( default: None )

Prompts to exclude, eg. 'bad anatomy, bad hands, missing fingers'


schedulerenum:str ( default: UniPC )

Type of scheduler.

Allowed values:


num_inference_stepsint ( default: 20 ) Affects Pricing

Number of denoising steps.

min : 20,

max : 100


guidance_scalefloat ( default: 7.5 )

Scale for classifier-free guidance

min : 0.1,

max : 25


strengthfloat ( default: 1 )

How much to transform the reference image

min : 0.1,

max : 1


seedint ( default: -1 )

Seed for image generation.


base64boolean ( default: 1 )

Base64 encoding of the output image.

To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.


Pricing

Serverless Pricing

Buy credits that can be used anywhere on Segmind

$ 0.0015 /per second

Dedicated Cloud Pricing

For enterprise costs and dedicated endpoints

$ 0.0007 - $ 0.0031 /per second
FEATURES

PixelFlow allows you to use all these features

Unlock the full potential of generative AI with Segmind. Create stunning visuals and innovative designs with total creative control. Take advantage of powerful development tools to automate processes and models, elevating your creative workflow.

Segmented Creation Workflow

Gain greater control by dividing the creative process into distinct steps, refining each phase.

Customized Output

Customize at various stages, from initial generation to final adjustments, ensuring tailored creative outputs.

Layering Different Models

Integrate and utilize multiple models simultaneously, producing complex and polished creative results.

Workflow APIs

Deploy Pixelflows as APIs quickly, without server setup, ensuring scalability and efficiency.

ControlNet SoftEdge

ControlNet SoftEdge model is designed to enhance diffusion models with added conditions. Going beyond traditional contours, ControlNet Softedge offers a refined approach, emphasizing the preservation of essential features while minimizing the prominence of brush strokes, leading to captivating visuals that resonate with depth and subtlety.

At the core of ControlNet Softedge lies an intricate neural network structure, meticulously crafted to condition diffusion models based on Soft edges. This unique approach ensures that while the fundamental features of an image are retained, the softer edges provide a seamless blend, eliminating the harshness often associated with rigid contours.

Advantages

  1. Preservation of Features: Unlike traditional models, Softedge prioritizes the retention of core image features, ensuring authenticity.

  2. Superior Blending: Softedge's strength lies in its ability to merge and blend elements seamlessly, creating harmonious compositions.

  3. Flexibility over Rigid Contours: Offers a softer and more adaptable approach compared to sharp contours, providing artists with greater creative freedom.

Use Cases:

  1. Digital Artistry: Artists can leverage Softedge to create digital masterpieces that exude depth and subtlety.

  2. Image Enhancement: Ideal for refining images, eliminating harshness, and ensuring a seamless visual blend.

  3. Film and Animation: Animators can use Softedge to create scenes that require nuanced blending and merging of elements.

  4. Graphic Design: Designers can craft captivating visuals, from posters to digital ads, harnessing the model's blending prowess.

ControlNet SoftEdge License

ControlNet SoftEdge, in its commitment to ethical AI practices, has embraced the CreativeML OpenRAIL M license. This decision not only underscores the model's dedication to responsible AI but also aligns it with the principles set forth by BigScience and the RAIL Initiative. Their collaborative work in AI ethics and responsibility has set the benchmark for licenses like the OpenRAIL M.

F.A.Q.

Frequently Asked Questions

Take creative control today and thrive.

Start building with a free account or consult an expert for your Pro or Enterprise needs. Segmind's tools empower you to transform your creative visions into reality.

Pixelflow Banner