{"version":"1","model":{"id":"fal-ai/creative-upscaler","name":"Creative Upscaler","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Creative Upscaler — adds imaginative detail and texture as it increases resolution.","pricing_note":"~$0.015 / image (compute-second estimate; large scales cost more)","categories":["enhance"],"prompt_required":false,"prompt_supported":true,"supports":{"referenceImage":true},"requires":{"referenceImage":true},"aspect_ratios":[],"resolutions":[],"durations":[],"max_images":1,"base_credits":2,"api_gross_margin_percent":20,"added_at":"2026-05-05","popularity_rank":200,"example_prompt":"Upload any photo — Creative Upscaler adds imaginative detail and texture as it increases resolution.","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/creative-upscaler-sm.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fcreative-upscaler","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fcreative-upscaler","title":"Creative Upscaler generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/creative-upscaler.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/creative-upscaler","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"prompt":{"type":"string"},"override_size_limits":{"title":"Override Size Limits","description":"Allow for large uploads that could take a very long time.","default":false,"type":"boolean"},"base_model_url":{"title":"Base Model Url","description":"The URL to the base model to use for the upscaling","type":"string"},"skip_ccsr":{"title":"Skip Ccsr","description":"If set to true, the image will not be processed by the CCSR model before being processed by the creativity model.","default":false,"type":"boolean"},"detail":{"title":"Detail","description":"How much detail to add","default":1,"type":"number","minimum":0,"maximum":5},"seed":{"title":"Seed","description":"The same seed and the same prompt given to the same version of Stable Diffusion will output the same image every time.","type":"integer"},"additional_lora_url":{"title":"Additional Lora Url","description":"The URL to the additional LORA model to use for the upscaling. Default is None","type":"string"},"additional_embedding_url":{"title":"Additional Embedding Url","description":"The URL to the additional embeddings to use for the upscaling. Default is None","type":"string"},"prompt_suffix":{"title":"Prompt Suffix","description":"The suffix to add to the prompt. This is useful to add a common ending to all prompts such as 'high quality' etc or embedding tokens.","default":" high quality, highly detailed, high resolution, sharp","type":"string"},"enable_safety_checks":{"title":"Enable Safety Checks","description":"If set to true, the resulting image will be checked whether it includes any potentially unsafe content. If it does, it will be replaced with a black i","default":true,"type":"boolean"},"scale":{"title":"Scale","description":"The scale of the output image. The higher the scale, the bigger the output image will be.","default":2,"type":"number","minimum":1,"maximum":5},"model_type":{"title":"Model Type","description":"The type of model to use for the upscaling. Default is SD_1_5","default":"SD_1_5","type":"string","enum":["SD_1_5","SDXL"]},"negative_prompt":{"title":"Negative Prompt","description":"The negative prompt to use.Use it to address details that you don't want in the image. This could be colors, objects, scenery and even the small detai","default":"blurry, low resolution, bad, ugly, low quality, pixelated, interpolated, compression artifacts, noisey, grainy","type":"string"},"additional_lora_scale":{"title":"Additional Lora Scale","description":"The scale of the additional LORA model to use for the upscaling. Default is 1.0","default":1,"type":"number"},"guidance_scale":{"title":"Guidance Scale","description":"The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show","default":7.5,"type":"number","minimum":0,"maximum":16},"shape_preservation":{"title":"Shape Preservation","description":"How much to preserve the shape of the original image","default":0.25,"type":"number","minimum":0,"maximum":3},"num_inference_steps":{"title":"Num Inference Steps","description":"The number of inference steps to use for generating the image. The more steps the better the image will be but it will also take longer to generate.","default":20,"type":"number","minimum":1,"maximum":200,"multipleOf":1},"creativity":{"title":"Creativity","description":"How much the output can deviate from the original","default":0.5,"type":"number","minimum":0,"maximum":1},"reference_image_url":{"type":"string","format":"uri"}},"required":["model_id","reference_image_url"],"additionalProperties":false},"parameters":[{"key":"override_size_limits","label":"Override Size Limits","type":"toggle","default":false,"description":"Allow for large uploads that could take a very long time."},{"key":"base_model_url","label":"Base Model Url","type":"text","description":"The URL to the base model to use for the upscaling"},{"key":"skip_ccsr","label":"Skip Ccsr","type":"toggle","default":false,"description":"If set to true, the image will not be processed by the CCSR model before being processed by the creativity model."},{"key":"detail","label":"Detail","type":"number","default":1,"min":0,"max":5,"description":"How much detail to add"},{"key":"seed","label":"Seed","type":"seed","description":"The same seed and the same prompt given to the same version of Stable Diffusion will output the same image every time."},{"key":"additional_lora_url","label":"Additional Lora Url","type":"text","description":"The URL to the additional LORA model to use for the upscaling. Default is None"},{"key":"additional_embedding_url","label":"Additional Embedding Url","type":"text","description":"The URL to the additional embeddings to use for the upscaling. Default is None"},{"key":"prompt_suffix","label":"Prompt Suffix","type":"text","default":" high quality, highly detailed, high resolution, sharp","description":"The suffix to add to the prompt. This is useful to add a common ending to all prompts such as 'high quality' etc or embedding tokens."},{"key":"enable_safety_checks","label":"Enable Safety Checks","type":"toggle","default":true,"description":"If set to true, the resulting image will be checked whether it includes any potentially unsafe content. If it does, it will be replaced with a black i"},{"key":"scale","label":"Scale","type":"number","default":2,"min":1,"max":5,"description":"The scale of the output image. The higher the scale, the bigger the output image will be."},{"key":"model_type","label":"Model Type","type":"select","default":"SD_1_5","options":["SD_1_5","SDXL"],"description":"The type of model to use for the upscaling. Default is SD_1_5"},{"key":"negative_prompt","label":"Negative Prompt","type":"text","default":"blurry, low resolution, bad, ugly, low quality, pixelated, interpolated, compression artifacts, noisey, grainy","description":"The negative prompt to use.Use it to address details that you don't want in the image. This could be colors, objects, scenery and even the small detai"},{"key":"additional_lora_scale","label":"Additional Lora Scale","type":"number","default":1,"description":"The scale of the additional LORA model to use for the upscaling. Default is 1.0"},{"key":"guidance_scale","label":"Guidance Scale","type":"number","default":7.5,"min":0,"max":16,"description":"The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show"},{"key":"shape_preservation","label":"Shape Preservation","type":"number","default":0.25,"min":0,"max":3,"description":"How much to preserve the shape of the original image"},{"key":"num_inference_steps","label":"Num Inference Steps","type":"number","default":20,"min":1,"max":200,"step":1,"description":"The number of inference steps to use for generating the image. The more steps the better the image will be but it will also take longer to generate."},{"key":"creativity","label":"Creativity","type":"number","default":0.5,"min":0,"max":1,"description":"How much the output can deviate from the original"}]}}