2022-09-16 17:18:15 +00:00
<!DOCTYPE html>
< html lang = "en" >
2022-10-04 03:56:50 +00:00
< head >
2022-12-11 11:54:15 +00:00
< script type = "module" crossorigin src = "./assets/polyfills.1ff60148.js" > < / script >
2022-10-04 03:56:50 +00:00
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< title > InvokeAI - A Stable Diffusion Toolkit< / title >
2022-10-27 15:04:32 +00:00
< link rel = "shortcut icon" type = "icon" href = "./assets/favicon.0d253ced.ico" / >
2022-12-11 13:12:46 +00:00
< script type = "module" crossorigin src = "./assets/index.d864890e.js" > < / script >
2022-12-11 12:21:29 +00:00
< link rel = "stylesheet" href = "./assets/index.81f1c71c.css" >
2022-12-11 11:54:15 +00:00
< script type = "module" > try { import . meta . url ; import ( "_" ) . catch ( ( ) => 1 ) ; } catch ( e ) { } window . _ _vite _is _modern _browser = true ; < / script >
< script type = "module" > ! function ( ) { if ( window . _ _vite _is _modern _browser ) return ; console . warn ( "vite: loading legacy build because dynamic import or import.meta.url is unsupported, syntax error above should be ignored" ) ; var e = document . getElementById ( "vite-legacy-polyfill" ) , n = document . createElement ( "script" ) ; n . src = e . src , n . onload = function ( ) { System . import ( document . getElementById ( 'vite-legacy-entry' ) . getAttribute ( 'data-src' ) ) } , document . body . appendChild ( n ) } ( ) ; < / script >
2022-10-04 03:56:50 +00:00
< / head >
< body >
< div id = "root" > < / div >
2022-12-11 11:54:15 +00:00
< script nomodule > ! function ( ) { var e = document , t = e . createElement ( "script" ) ; if ( ! ( "noModule" in t ) && "onbeforeload" in t ) { var n = ! 1 ; e . addEventListener ( "beforeload" , ( function ( e ) { if ( e . target === t ) n = ! 0 ; else if ( ! e . target . hasAttribute ( "nomodule" ) || ! n ) return ; e . preventDefault ( ) } ) , ! 0 ) , t . type = "module" , t . src = "." , e . head . appendChild ( t ) , t . remove ( ) } } ( ) ; < / script >
< script nomodule crossorigin id = "vite-legacy-polyfill" src = "./assets/polyfills-legacy-dde3a68a.js" > < / script >
2022-12-11 13:12:46 +00:00
< script nomodule crossorigin id = "vite-legacy-entry" data-src = "./assets/index-legacy-8e84772c.js" > System . import ( document . getElementById ( 'vite-legacy-entry' ) . getAttribute ( 'data-src' ) ) < / script >
2022-10-04 03:56:50 +00:00
< / body >
2022-11-02 21:56:30 +00:00
< / html >