hairflap / README.md
Mooshie's picture
Update README.md
43d1c7c
---
tags:
- lora
- ai
- stable-diffusion
- sd
- sd 1.x
thumbnail: "https://huggingface.co/Mooshie/hairflap/blob/main/girl1.png"
---
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', '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;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 20px;
}
.image-container {
flex: 0 0 calc(30% - 10px); /* Adjust the width as needed */
max-width: 100%;
cursor: pointer;
text-align: center;
margin-bottom: 20px;
}
.image-container img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
border-radius: 10px;
transform: scale(1);
transition: transform 0.4s ease-in-out;
}
.image-container:hover img {
transform: scale(1.1);
}
</style>
</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="gallery">
<div class="image-container">
<img src="girl1.png" alt="girl with hair flaps" loading="lazy">
</div>
<div class="image-container">
<img src="girl2.png" alt="booba white hair" loading="lazy">
</div>
<div class="image-container">
<img src="girl3.png" alt="mouse girl" loading="lazy">
</div>
</div>
</div>
</body>
</html>