Private & Confidential

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Gives prompts to BlockadeLabs' skybox API and send them to an ICE webview.

Control panel

https://[media server ip]:801/skybox/control/ (https is required for clipboard functionality).

Type prompts into the box and select a generator. Press enter to send the prompt to the API.

ICE

http://localhost:800/skybox/viewFrame/

Generated images will be automatically displayed in this webview. WebView resolution should be set to 8000x4000 and true perspective should be enabled.

custom_browsers.json entry

{
  "blockade": {
    "name": "BlockadeLabs",
    "url": "$remoteIP:800/skybox/control/",
    "https": true,
    "icon": "$ai/blockade.png",
    "description": "AI-generated panoramas"
  }
}

(and place blockage.png (attached to this page) in app-icons/

  • No labels