fix: Stability API plugin style images
This commit is contained in:
parent
02e6bc3eb0
commit
46fd12f6e4
|
|
@ -455,82 +455,82 @@ export const createPlugin = StableStudio.createPlugin<{
|
|||
{
|
||||
id: "enhance",
|
||||
name: "Enhance",
|
||||
imageURL: "https://dreamstudio.ai/presets/enhance.png",
|
||||
image: "https://dreamstudio.ai/presets/enhance.png",
|
||||
},
|
||||
{
|
||||
id: "anime",
|
||||
name: "Anime",
|
||||
imageURL: "https://dreamstudio.ai/presets/anime.png",
|
||||
image: "https://dreamstudio.ai/presets/anime.png",
|
||||
},
|
||||
{
|
||||
id: "photographic",
|
||||
name: "Photographic",
|
||||
imageURL: "https://dreamstudio.ai/presets/photographic.png",
|
||||
image: "https://dreamstudio.ai/presets/photographic.png",
|
||||
},
|
||||
{
|
||||
id: "digital-art",
|
||||
name: "Digital art",
|
||||
imageURL: "https://dreamstudio.ai/presets/digital-art.png",
|
||||
image: "https://dreamstudio.ai/presets/digital-art.png",
|
||||
},
|
||||
{
|
||||
id: "comic-book",
|
||||
name: "Comic book",
|
||||
imageURL: "https://dreamstudio.ai/presets/comic-book.png",
|
||||
image: "https://dreamstudio.ai/presets/comic-book.png",
|
||||
},
|
||||
{
|
||||
id: "fantasy-art",
|
||||
name: "Fantasy art",
|
||||
imageURL: "https://dreamstudio.ai/presets/fantasy-art.png",
|
||||
image: "https://dreamstudio.ai/presets/fantasy-art.png",
|
||||
},
|
||||
{
|
||||
id: "analog-film",
|
||||
name: "Analog film",
|
||||
imageURL: "https://dreamstudio.ai/presets/analog-film.png",
|
||||
image: "https://dreamstudio.ai/presets/analog-film.png",
|
||||
},
|
||||
{
|
||||
id: "neon-punk",
|
||||
name: "Neon punk",
|
||||
imageURL: "https://dreamstudio.ai/presets/neon-punk.png",
|
||||
image: "https://dreamstudio.ai/presets/neon-punk.png",
|
||||
},
|
||||
{
|
||||
id: "isometric",
|
||||
name: "Isometric",
|
||||
imageURL: "https://dreamstudio.ai/presets/isometric.png",
|
||||
image: "https://dreamstudio.ai/presets/isometric.png",
|
||||
},
|
||||
{
|
||||
id: "low-poly",
|
||||
name: "Low poly",
|
||||
imageURL: "https://dreamstudio.ai/presets/low-poly.png",
|
||||
image: "https://dreamstudio.ai/presets/low-poly.png",
|
||||
},
|
||||
{
|
||||
id: "origami",
|
||||
name: "Origami",
|
||||
imageURL: "https://dreamstudio.ai/presets/origami.png",
|
||||
image: "https://dreamstudio.ai/presets/origami.png",
|
||||
},
|
||||
{
|
||||
id: "line-art",
|
||||
name: "Line art",
|
||||
imageURL: "https://dreamstudio.ai/presets/line-art.png",
|
||||
image: "https://dreamstudio.ai/presets/line-art.png",
|
||||
},
|
||||
{
|
||||
id: "modeling-compound",
|
||||
name: "Craft clay",
|
||||
imageURL: "https://dreamstudio.ai/presets/modeling-compound.png",
|
||||
image: "https://dreamstudio.ai/presets/modeling-compound.png",
|
||||
},
|
||||
{
|
||||
id: "cinematic",
|
||||
name: "Cinematic",
|
||||
imageURL: "https://dreamstudio.ai/presets/cinematic.png",
|
||||
image: "https://dreamstudio.ai/presets/cinematic.png",
|
||||
},
|
||||
{
|
||||
id: "3d-model",
|
||||
name: "3D model",
|
||||
imageURL: "https://dreamstudio.ai/presets/3d-model.png",
|
||||
image: "https://dreamstudio.ai/presets/3d-model.png",
|
||||
},
|
||||
{
|
||||
id: "pixel-art",
|
||||
name: "Pixel art",
|
||||
imageURL: "https://dreamstudio.ai/presets/pixel-art.png",
|
||||
image: "https://dreamstudio.ai/presets/pixel-art.png",
|
||||
},
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue