You're looking at a specific version of this model. Jump to the model overview.
buddhiraz /photomaker_ape_stylized:1bab9800
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
input_image |
string
|
The input image, for example a photo of your face.
|
|
input_image2 |
string
|
Additional input image (optional)
|
|
input_image3 |
string
|
Additional input image (optional)
|
|
input_image4 |
string
|
Additional input image (optional)
|
|
prompt |
string
|
courtroom-sketch of a man img in superman costume eating spaghetti ,full body,high-res,2K
|
Prompt. Example: 'a photo of a man/woman img speaking on stage'. The phrase 'img' is the trigger word.
|
style_name |
string
(enum)
|
Disney Charactor
Options: (No style), Photographic (Default), Cinematic, Disney Charactor, Digital Art, Fantasy art, Disney Character, Studio Ghibli Character, Marvel Comic Character, Looney Tunes Character, Adventure Time Character, Simpsons Character, Rick and Morty Character, South Park Character, Neonpunk, Enhance, Comic book, Lowpoly, Line art |
Style template. The style template will add a style-specific prompt and negative prompt to the user's prompt.
|
aspect_ratio_name |
string
(enum)
|
Instagram (1:1)
Options: Instagram (1:1), 35mm film / Landscape (3:2), 35mm film / Portrait (2:3), CRT Monitor / Landscape (4:3), CRT Monitor / Portrait (3:4), Widescreen TV / Landscape (16:9), Widescreen TV / Portrait (9:16), Widescreen Monitor / Landscape (16:10), Widescreen Monitor / Portrait (10:16), Cinemascope (2.39:1), Widescreen Movie (1.85:1), Academy Movie (1.37:1), Sheet-print (A-series) / Landscape (297:210), Sheet-print (A-series) / Portrait (210:297) |
Aspect-Ratio template. It will add an aspect-ratio-specific prompt and negative prompt to the user's prompt.
|
negative_prompt |
string
|
realistic, photo-realistic, bad quality, bad anatomy, worst quality, low quality, lowres, extra fingers, blur, blurry, ugly, wrong proportions, watermark, image artifacts, bad eyes, bad hands, bad arms
|
Negative Prompt. The negative prompt should NOT contain the trigger word.
|
num_steps |
integer
|
20
Min: 1 Max: 100 |
Number of sample steps
|
style_strength_ratio |
number
|
20
Min: 1 Max: 100 |
Style strength (%)
|
start_merge_step |
number
|
0
Max: 100 |
Determines when the model starts blending the prompt's style into the image generation process.if not given its calculated by --> (style_strength_ratio / 100) * num_steps
|
num_outputs |
integer
|
1
Min: 1 Max: 4 |
Number of output images
|
guidance_scale |
number
|
5
Min: 1 Max: 10 |
Guidance scale. A guidance scale of 1 corresponds to doing no classifier free guidance.
|
seed |
integer
|
Max: 2147483647 |
Seed. Leave blank to use a random number
|
disable_safety_checker |
boolean
|
False
|
Disable safety checker for generated images.
|
lora_choice |
string
(enum)
|
xl_more_art-full_v1
Options: xl_more_art-full_v1, courtroom_sketch |
Choose the LoRA model to use
|
Output schema
The shape of the response you’ll get when you run this model with an API.
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}