imseldrith commited on
Commit
d65cd03
·
1 Parent(s): f450d79

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +6 -4
templates/index.html CHANGED
@@ -83,7 +83,8 @@
83
  color: #ff3366;
84
  }
85
  </style>
86
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> <!-- Added Font Awesome CDN -->
 
87
  </head>
88
  <body>
89
  <div class="container">
@@ -94,9 +95,10 @@
94
  <textarea id="prompt" name="prompt" class="form-control" rows="4" cols="50"></textarea>
95
  </div>
96
  <div class="mb-3">
97
- <label for="style" class="form-label">Choose Style:</label>
98
  <select id="style" name="style" class="form-select">
99
- <option value="IMAGINE_V4_Beta">IMAGINE_V4_Beta</option> <option value="IMAGINE_V3">IMAGINE_V3</option>
 
100
  <option value="IMAGINE_V1">IMAGINE_V1</option>
101
  <option value="ANIME_V2">ANIME_V2</option>
102
  <option value="PORTRAIT">PORTRAIT</option>
@@ -187,4 +189,4 @@
187
 
188
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
189
  </body>
190
- </html>
 
83
  color: #ff3366;
84
  }
85
  </style>
86
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
87
+ <!-- Added Font Awesome CDN -->
88
  </head>
89
  <body>
90
  <div class="container">
 
95
  <textarea id="prompt" name="prompt" class="form-control" rows="4" cols="50"></textarea>
96
  </div>
97
  <div class="mb-3">
98
+ <label for="style" class="form-label">Choose Style(Experimental Not Working):</label>
99
  <select id="style" name="style" class="form-select">
100
+ <option value="IMAGINE_V4_Beta">IMAGINE_V4_Beta</option>
101
+ <option value="IMAGINE_V3">IMAGINE_V3</option>
102
  <option value="IMAGINE_V1">IMAGINE_V1</option>
103
  <option value="ANIME_V2">ANIME_V2</option>
104
  <option value="PORTRAIT">PORTRAIT</option>
 
189
 
190
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
191
  </body>
192
+ </html>