You're looking at a specific version of this model. Jump to the model overview.

lucataco /cogview4-6b:5b608630

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
prompt
string
Text prompt to generate an image from
negative_prompt
string
Negative prompt to guide image generation away from certain concepts
width
integer
1024

Min: 512

Max: 2048

Width of the generated image (must be between 512 and 2048, divisible by 32)
height
integer
1024

Min: 512

Max: 2048

Height of the generated image (must be between 512 and 2048, divisible by 32)
num_inference_steps
integer
50

Min: 1

Max: 100

Number of denoising steps
guidance_scale
number
3.5

Max: 20

Guidance scale for classifier-free guidance
seed
integer
Random seed for reproducible image generation

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}