File size: 2,461 Bytes
a28dc3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76f869f
a28dc3e
 
76f869f
a28dc3e
4bd8ed8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
library_name: diffusers
---
# Vicious from Why Does Nobody Remember Me in This World?

# Trigger Words: 
**Vicious, blonde hair, yellow eyes,**

# Hairstyle:

- **long hair, hair down**

- **hair bun, single hair bun**

- **folded ponytail**

- **hair over one eye**

- **parted bangs**

- **sidelocks**

Dress:

1) **green dress, angel wings, white wings, low wings, bridal gauntlets, detached sleeveles, clothing cutout, cleavage cutout, shoulder armor, pauldron**

2) **green dress, bridal gauntlets, detached sleeveles, clothing cutout, cleavage cutout, shoulder armor, pauldron, shoulder cutout**

# Accessories: 
- **jewellery, earrings**

# Weapon: 
- **polerarm**

Previews(Pony):
<style>
  .custom-table td {
    width: 25%; /* 100% / 4 = 25% per cell for 4 items per row */
  }
  .custom-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.5em;
    overflow: hidden;
    align-items: center;
  }
  .custom-image {
    width: 100%;
    height: auto;
    border-radius: 0.5em;
    transition: transform 0.25s;
  }
  .custom-image-container:hover .custom-image {
    transform: scale(1.2);
  }
</style>

<table class="custom-table">
  <tr>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="PonyPreview/P1.png" alt="Pony Preview">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="PonyPreview/P2.png" alt="Pony Preview">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="PonyPreview/P3.png" alt="Pony Preview">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="PonyPreview/P4.png" alt="Pony Preview">
      </div>
    </td>
  </tr>
  <tr>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="PonyPreview/P5.png" alt="Pony Preview">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="PonyPreview/P6.png" alt="Pony Preview">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="PonyPreview/P7.png" alt="Pony Preview">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="PonyPreview/P8.png" alt="Pony Preview">
      </div>
    </td>
  </tr>
</table>