Illusion Diffusion
Illusion Diffusion Model
Illusion Diffusion is a model built on the foundation of SD 1.5, designed to create illusionary effects within a given image. To use this model, you need to provide an input image or pattern, along with a prompt. The model will then generate a new image where the original image or pattern is concealed within the resulting artwork.
For more details on the Illusion Diffusion model, please refer to the Illusion Diffusion section.
Illusion Diffusion API
POST
/getImagetoImage
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
app_id | string | -> Each model is uniquely characterized by its own |
image | string | -> The -> If the original image dimensions exceed 1536x1536 pixels, the image will be adjusted to fit within this size while preserving the original aspect ratio. |
prompt | string | -> The |
guidance_scale | float | -> The -> The valid range for the |
batch | int | -> The -> The valid range for this parameter is between 1 and 8. |
strength | float | -> The -> A higher |
negative_prompt | string | -> The |
num_inference_steps | int | -> The -> The valid range for the |
celery | bool | -> The |
inference_type | string | -> The
The different GPU options provide varying levels of performance and capabilities, allowing you to choose the most suitable GPU based on your requirements and the demand for the task. |
Response
Run the API
To test this API, please use the following link:
Last updated