Commit
·
ce19a26
1
Parent(s):
f70011f
Update .gitignore, README.md, 2135-noobaiXLNAIXL_epsilonPred075-646577421106976.png, and 3 more files
Browse files- .gitignore +15 -0
- README.md +138 -0
- cyb_m-76e_omaha/pops_cyb_m-76e_omaha-v007.safetensors +3 -0
.gitignore
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/.project
|
2 |
+
*.config
|
3 |
+
/sav
|
4 |
+
/dat
|
5 |
+
*.sav
|
6 |
+
/debug
|
7 |
+
*.log
|
8 |
+
*.bak
|
9 |
+
*.orig
|
10 |
+
/.history
|
11 |
+
/.vscode
|
12 |
+
Thumbs.db
|
13 |
+
|
14 |
+
|
15 |
+
GLCache/
|
README.md
CHANGED
@@ -1,3 +1,141 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
license: apache-2.0
|
8 |
+
base_model:
|
9 |
+
- Laxhar/noobai-XL-0.75
|
10 |
---
|
11 |
+
<style>
|
12 |
+
.title-container {
|
13 |
+
display: flex;
|
14 |
+
justify-content: center;
|
15 |
+
align-items: center;
|
16 |
+
height: 100vh; /* Adjust this value to position the title vertically */
|
17 |
+
}
|
18 |
+
|
19 |
+
.title {
|
20 |
+
font-size: 2.5em;
|
21 |
+
text-align: center;
|
22 |
+
color: #333;
|
23 |
+
font-family: "lucida sans unicode", "lucida grande", sans-serif;
|
24 |
+
font-style: italic;
|
25 |
+
font-weight: bold;
|
26 |
+
font-variant: small-caps;
|
27 |
+
letter-spacing: 0.05em;
|
28 |
+
padding: 0.5em 0;
|
29 |
+
background: transparent;
|
30 |
+
}
|
31 |
+
|
32 |
+
.title span {
|
33 |
+
background: -webkit-linear-gradient(45deg, #fffa00, #01688f);
|
34 |
+
-webkit-background-clip: text;
|
35 |
+
-webkit-text-fill-color: transparent;
|
36 |
+
}
|
37 |
+
.content-warning {
|
38 |
+
font-size: 1.5em;
|
39 |
+
text-align: center;
|
40 |
+
color: #333;
|
41 |
+
font-weight: bold;
|
42 |
+
font-variant: small-caps;
|
43 |
+
letter-spacing: 0.05em;
|
44 |
+
padding: 0.5em 0;
|
45 |
+
background: transparent;
|
46 |
+
}
|
47 |
+
.content-warning span {
|
48 |
+
background: -webkit-linear-gradient(45deg, #ff9999, #FF5C95);
|
49 |
+
-webkit-background-clip: text;
|
50 |
+
-webkit-text-fill-color: transparent;
|
51 |
+
}
|
52 |
+
.custom-table {
|
53 |
+
table-layout: fixed;
|
54 |
+
width: 100%;
|
55 |
+
border-collapse: collapse;
|
56 |
+
margin-top: 0em;
|
57 |
+
}
|
58 |
+
|
59 |
+
.custom-table td {
|
60 |
+
width: 50%;
|
61 |
+
vertical-align: top;
|
62 |
+
padding: 10px;
|
63 |
+
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
|
64 |
+
}
|
65 |
+
.custom-image-container {
|
66 |
+
position: relative;
|
67 |
+
width: 100%;
|
68 |
+
margin-bottom: 0em;
|
69 |
+
overflow: hidden;
|
70 |
+
border-radius: 10px;
|
71 |
+
transition: transform .7s;
|
72 |
+
/* Smooth transition for the container */
|
73 |
+
}
|
74 |
+
.custom-image-container:hover {
|
75 |
+
transform: scale(1.05);
|
76 |
+
/* Scale the container on hover */
|
77 |
+
}
|
78 |
+
.custom-image {
|
79 |
+
width: 100%;
|
80 |
+
height: auto;
|
81 |
+
object-fit: cover;
|
82 |
+
border-radius: 10px;
|
83 |
+
transition: transform .7s;
|
84 |
+
margin-bottom: 0em;
|
85 |
+
}
|
86 |
+
.custom-button {
|
87 |
+
width: auto;
|
88 |
+
height: 100px;
|
89 |
+
object-fit: cover;
|
90 |
+
border-radius: 10px;
|
91 |
+
transition: transform .7s;
|
92 |
+
margin-bottom: 0em;
|
93 |
+
display: block;
|
94 |
+
margin-left: auto;
|
95 |
+
margin-right: auto;
|
96 |
+
}
|
97 |
+
</style>
|
98 |
+
<h1 class="title">
|
99 |
+
<span>Mr Pops Alot's LoRA Collection</span>
|
100 |
+
<br>Illustrious XL
|
101 |
+
</h1>
|
102 |
+
|
103 |
+
## About
|
104 |
+
|
105 |
+
Welcome to my collection of LoRAs for IllustriousXL-based models.
|
106 |
+
|
107 |
+
---
|
108 |
+
|
109 |
+
|
110 |
+
### Militech M-76e Omaha (Cyberpunk 2077)
|
111 |
+
My first weapon lora. Trained with ~40 images and seared with 64 dimensional rank and a sightly high learning rate.
|
112 |
+
|
113 |
+
* Base model: [Laxhar/noobai-XL-0.75](https://huggingface.co/Laxhar/noobai-XL-0.75)
|
114 |
+
* Trigger word: m-76e omaha, handgun
|
115 |
+
* Recommended weight: 1.0
|
116 |
+
* [Download Safetensors](https://huggingface.co/mrpopsalot/ilxl-lora-sfw/resolve/main/cyb_m-76e_omaha/pops_cyb_m-76e_omaha-v007.safetensors)
|
117 |
+
<table class="custom-table">
|
118 |
+
<tr>
|
119 |
+
<td>
|
120 |
+
<div class="custom-image-container">
|
121 |
+
<img class="custom-image" src="cyb_m-76e_omaha/Screenshots/2128-noobaiXLNAIXL_epsilonPred075-628571092643560.png" alt="sample1">
|
122 |
+
</div>
|
123 |
+
</td>
|
124 |
+
<td>
|
125 |
+
<div class="custom-image-container">
|
126 |
+
<img class="custom-image" src="cyb_m-76e_omaha/Screenshots/2135-noobaiXLNAIXL_epsilonPred075-646577421106976.png" alt="sample2">
|
127 |
+
</div>
|
128 |
+
</td>
|
129 |
+
<td>
|
130 |
+
<div class="custom-image-container">
|
131 |
+
<img class="custom-image" src="cyb_m-76e_omaha/Screenshots/2201-noobaiXLNAIXL_epsilonPred075-191716667291928.png" alt="sample3">
|
132 |
+
</div>
|
133 |
+
</td>
|
134 |
+
</tr>
|
135 |
+
</table>
|
136 |
+
|
137 |
+
### License
|
138 |
+
|
139 |
+
All LoRA models are provided under the [Apache License 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md) license.
|
140 |
+
|
141 |
+
I am in no way responsible for any content that the user creates with malicious intent while using any of these models. The user assumes complete responsibility for the misuse of these tools and any unethical content created with them. **Follow all local, state, and federal laws as well as online rules regarding this content and generations with this LoRA. I am not responsible if you are arrested or banned from an online service for using these.**
|
cyb_m-76e_omaha/pops_cyb_m-76e_omaha-v007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4751ecfa3719568862e520989c898052382fa5ade79cbe2902ed2c9593dfc53
|
3 |
+
size 464736680
|