What are the settings used in the hosted IC Light V2

#18
by yassin46 - opened

Hi, i am trying to call the IC Light V2 through fal.ai.

I am getting two completely different results from this hosted huggingface version and the one on fal.ai.
I would like to know, what the settings are?
For reference, i use these on fal.ai

{
"prompt": "Make the car blend in to the background. Add lighting and proper reflections. Do not change the background"
,
"image_url": "https://storage.googleapis.com/picturesfalai/centered_car_with_offset.png",
"mask_image_url": "https://storage.googleapis.com/picturesfalai/centered_car_with_offset_alpha.png",
"initial_latent": "Top",
"background_threshold": 0.8,
"num_inference_steps": 28,
"num_images": 1,
"cfg": 1,
"lowres_denoise": 0.98,
"highres_denoise": 0.95,
"hr_downscale": 0.5,
"guidance_scale": 7,
"enable_safety_checker": false,
"output_format": "jpeg"
}

Sign up or log in to comment