Mooshie commited on
Commit
7ea37fa
1 Parent(s): ae23281

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -68
README.md CHANGED
@@ -5,72 +5,6 @@ tags:
5
  - stable-diffusion
6
  - sd
7
  - sd 1.x
8
- thumbnail: https://huggingface.co/Mooshie/hairflap/blob/main/girl1.png
9
- language:
10
- - en
11
  ---
12
- <!DOCTYPE html>
13
- <html lang="en">
14
- <head>
15
- <meta charset="UTF-8">
16
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
17
- <title>Hairflap LoRA Model</title>
18
- <link rel="preconnect" href="https://fonts.gstatic.com">
19
- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
20
- <style>
21
- body {
22
- font-family: 'Roboto', sans-serif;
23
- text-align: center;
24
- margin: 0;
25
- padding: 0;
26
- }
27
- h1 {
28
- color: #0077cc;
29
- transition: color 0.5s ease-in-out, transform 0.4s ease-in-out;
30
- margin: 20px auto;
31
- display: inline-block;
32
- }
33
- h1:hover {
34
- color: #FFCC00;
35
- transform: scale(1.1);
36
- }
37
- p {
38
- color: #777;
39
- }
40
- .container {
41
- display: flex;
42
- flex-direction: column;
43
- align-items: center;
44
- }
45
- .image-container {
46
- width: 40%;
47
- max-width: 100%;
48
- cursor: pointer;
49
- text-align: center;
50
- overflow: hidden;
51
- }
52
- .image-container:hover img {
53
- transform: scale(1.02);
54
- transition: transform 0.4s ease-in-out;
55
- }
56
- img {
57
- width: 100%;
58
- max-width: 100%;
59
- height: auto;
60
- border-radius: 10px;
61
- display: block;
62
- }
63
- </style>
64
- </head>
65
- <body>
66
- <div class="container">
67
- <a href="https://huggingface.co/Mooshie/hairflap/blob/main/hairflaps.safetensors">
68
- <h1>Explore Hairflap LoRA Model</h1>
69
- </a>
70
- <p>This LoRA model works with values between 1.0 and 1.5. Use 1.0 for simpler hairstyles like long hair, and use 1.5 for more difficult hairstyles like short hair, twintails, or ponytails.</p>
71
- <div class="image-container">
72
- <img src="girl1.png" alt="girl with hair flaps" loading="lazy">
73
- </div>
74
- </div>
75
- </body>
76
- </html>
 
5
  - stable-diffusion
6
  - sd
7
  - sd 1.x
8
+ thumbnail: "https://huggingface.co/Mooshie/hairflap/blob/main/girl1.png"
 
 
9
  ---
10
+ <!DOCTYPE html><html><head><style>body{font-family:'Roboto',sans-serif;text-align:center;margin:0;padding:0}h1{color:#0077cc;transition:color 0.5s ease-in-out,transform 0.4s ease-in-out;margin:20px auto;display:inline-block}h1:hover{color:#FFCC00;transform:scale(1.1)}p{color:#777}a{text-decoration:none}.container{display:flex;flex-direction:column;align-items:center}.image-container{width:40%;max-width:100%;cursor:pointer;text-align:center;overflow:hidden}.image-container:hover img{transform:scale(1.02);transition:transform 0.4s ease-in-out}img{width:100%;max-width:100%;height:auto;border-radius:10px;display:block}</style><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet"></head><body><div class="container"><a href="https://huggingface.co/Mooshie/hairflap/blob/main/hairflaps.safetensors"><h1>Explore Hairflap LoRA Model</h1></a><p>This LoRA model works with values between 1.0 and 1.5. Use 1.0 for simpler hairstyles like long hair, and use 1.5 for more difficult hairstyles like short hair, twintails, or ponytails.</p><div class="image-container"><img src="girl1.png" alt="girl with hair flaps" loading="lazy"></div></div></body></html>