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

adirik /syncdiffusion:f430b8f8

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
Prompt to generate from
negative_prompt
string
Prompt for negative conditioning
loop_closure
boolean
False
Use loop closure. Enable it to simulate a 360 degree panorama
width
integer
2048

Min: 512

Max: 3072

Width of the output image. Height must be divisible by the stride multiplied by 8
height
integer
512

Min: 512

Max: 3072

Height of the output image. Width must be divisible by the stride multiplied by 8
stride
integer
16

Min: 8

Max: 64

Window stride for the diffusion. Must be divisible by 8
guidance_scale
number
7.5

Max: 20

Scale of the guidance image
sync_weight
number
20

Max: 30

Weight of the SyncDiffusion
sync_decay_rate
number
0.99

Max: 1

SyncDiffusion weight scheduler decay rate
sync_freq
integer
1
Frequency for the SyncDiffusion
sync_threshold
integer
5

Max: 50

Maximum number of steps applied with SyncDiffusion
num_inference_steps
integer
50

Min: 1

Max: 200

Number of inference steps for the diffusion
seed
integer

Max: 65535

Seed for the SyncDiffusion. Leave blank to randomize the seed

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'}