From 0f913a8e657f08857d9135107f517dddb5690e5e Mon Sep 17 00:00:00 2001 From: vorozhkog <115161827+vorozhkog@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:19:06 +0100 Subject: [PATCH] icon and poster added --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 2d933c3..21a87d6 100644 --- a/config.json +++ b/config.json @@ -8,9 +8,9 @@ "synthetic" ], "description": "Run SD UI", - "icon": "https://imgur.com/a9u0M3Y.png", - "icon_background": "#FFFFFF", + "icon": "https://user-images.githubusercontent.com/115161827/230052254-c0e7bac5-2c8a-482e-9f22-db4d2c3bd111.jpg", "icon_cover": true, + "poster": "https://user-images.githubusercontent.com/115161827/230052310-86abfa4c-7640-4327-926f-e416fd0b07a8.png", "docker_image": "supervisely/stable-diffusion-app:1.0.0", "entrypoint": "sh /easy-diffusion-app/easy-diffusion/scripts/start_uvicorn.sh", "port": 9000, @@ -24,4 +24,4 @@ "ecosystem" ] } -} \ No newline at end of file +}