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

pearsonkyle /360-panorama:5f638558

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
workflow_json
string
{ "4": { "inputs": { "ckpt_name": "dreamshaperXL_v21TurboDPMSDE.safetensors" }, "class_type": "CheckpointLoaderSimple", "_meta": { "title": "Load Checkpoint" } }, "5": { "inputs": { "width": 2048, "height": 1024, "batch_size": 1 }, "class_type": "EmptyLatentImage", "_meta": { "title": "Empty Latent Image" } }, "6": { "inputs": { "text": "hidden magical world, equirectangular, 360 panorama", "clip": [ "10", 1 ] }, "class_type": "CLIPTextEncode", "_meta": { "title": "CLIP Text Encode (Prompt)" } }, "7": { "inputs": { "text": "boring, text ,signature, watermark, low quality, bad quality, grainy, blurry, long neck, closed eyes", "clip": [ "10", 1 ] }, "class_type": "CLIPTextEncode", "_meta": { "title": "CLIP Text Encode (Prompt)" } }, "9": { "inputs": { "filename_prefix": "Image", "images": [ "15", 0 ] }, "class_type": "SaveImage", "_meta": { "title": "Save Image" } }, "10": { "inputs": { "lora_name": "360RedmondResized.safetensors", "strength_model": 0.75, "strength_clip": 1, "model": [ "4", 0 ], "clip": [ "4", 1 ] }, "class_type": "LoraLoader", "_meta": { "title": "Load LoRA" } }, "11": { "inputs": { "seed": 761207467289106, "steps": 9, "cfg": 2.8000000000000003, "sampler_name": "dpmpp_sde_gpu", "scheduler": "karras", "denoise": 1, "tileX": 1, "tileY": 0, "model": [ "10", 0 ], "positive": [ "6", 0 ], "negative": [ "7", 0 ], "latent_image": [ "5", 0 ] }, "class_type": "xy_Tiling_KSampler", "_meta": { "title": "Jags-XY_tile sampler" } }, "15": { "inputs": { "samples": [ "11", 0 ], "vae": [ "22", 0 ] }, "class_type": "CircularVAEDecode", "_meta": { "title": "Jags-CircularVAEDecode" } }, "22": { "inputs": { "vae_name": "sdxl.vae.safetensors" }, "class_type": "VAELoader", "_meta": { "title": "Load VAE" } } }
Your ComfyUI workflow as JSON. You must use the API version of your workflow. Get it from ComfyUI using ‘Save (API format)’. Instructions here: https://github.com/fofr/cog-comfyui
prompt
string
Magical mushroom forest
Describe the image
output_format
string (enum)
webp

Options:

webp, jpg, png

Format of the output images
output_quality
integer
80

Max: 100

Quality of the output images, from 0 to 100. 100 is best quality, 0 is lowest quality.
force_reset_cache
boolean
False
Force reset the ComfyUI cache before running the workflow. Useful for debugging.

Output schema

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

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