File size: 7,264 Bytes
7bf3bc4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
license: apache-2
base_model:
- Laxhar/noobai-XL-1.1 
---
<style>
  .title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust this value to position the title vertically */
  }
  
  .title {
    font-size: 2.5em;
    text-align: center;
    color: #333;
    font-family: "lucida sans unicode", "lucida grande", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.05em;
    padding: 0.5em 0;
    background: transparent;
  }
  
  .title span {
    background: -webkit-linear-gradient(45deg, #fffa00, #01688f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .content-warning {
    font-size: 1.5em;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.05em;
    padding: 0.5em 0;
    background: transparent;
  }

  .content-warning span {
    background: -webkit-linear-gradient(45deg, #ff9999, #FF5C95);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .custom-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-top: 0em;
  }
  
  .custom-table td {
    width: 50%;
    vertical-align: top;
    padding: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .custom-image-container {
    position: relative;
    width: 100%;
    margin-bottom: 0em;
    overflow: hidden;
    border-radius: 10px;
    transition: transform .7s;
    /* Smooth transition for the container */
  }
  .custom-image-container:hover {
    transform: scale(1.05);
    /* Scale the container on hover */
  }
  .custom-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .7s;
    margin-bottom: 0em;
  }
  .custom-button {
    width: auto;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .7s;
    margin-bottom: 0em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
</style>
<h1 class="title">
  <span>Stent Security Solutions R91</span>
  <br>Fallout 3
</h1>

R91 assault rifle from Fallout 3. Trained on screenshots of Fallout 3 and remakes in Fallout 4. Trained with ~70 images and seared with 64 dimensional rank and a sightly high learning rate. 

<table class="custom-table">
  <tr>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="Screenshots/2319-noobaiXLNAIXL_epsilonPred11Version-1087988357748078.png" alt="sample1">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="Screenshots/2301-noobaiXLNAIXL_epsilonPred11Version-109722752529085.png" alt="sample2">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="Screenshots/2335-noobaiXLNAIXL_epsilonPred11Version-115508835218107.png" alt="sample3">
      </div>
    </td>
  </tr>
</table>
<table class="custom-table">
  <tr>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="Screenshots/2246-noobaiXLNAIXL_epsilonPred11Version-884476204635810.png" alt="sample1">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="Screenshots/2308-noobaiXLNAIXL_epsilonPred11Version-276951907767252.png" alt="sample2">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="Screenshots/2322-noobaiXLNAIXL_epsilonPred11Version-232353036662035.png" alt="sample3">
      </div>
    </td>
  </tr>
</table>

# Usage

Trained on NoobAI Epsilon 1.1.

## Trigger words

<b>stent r91, assault rifle</b>

## Download model

Weights for this model are available in Safetensors format.

[Download](/tree/main) them in the Files & versions tab.

### License

This LoRA model is provided under the [Apache License 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md) license.

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 this.**


All of my LoRAs on this Git page will be on other platforms.

<table class="custom-table">
  <tr>
    <td>
      <a href="https://gitgud.io/mrpopsalot/ilxl-lora-sfw"><img src="https://gitgud.io/uploads/-/system/appearance/header_logo/1/GitGud_Logo_v2_-_small_shadow.png"></img></a>
    </td>
    <td>
      <a href="https://huggingface.co/mrpopsalot/ilxl-lora-sfw"><p style="font-family:Source Sans Pro,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:25px;color:#3"><img alt="Hugging Face's logo" width=35px src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"> Hugging Face</p></a>
    </td>
    <td>
      <div class="custom-image-container">
          <svg class="__mantine-ref-svg mantine-1wvzbo7 @max-sm:hidden" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 107 22.7"><defs><linearGradient id="prideGradient" gradientTransform="rotate(45)"><stop offset="0%" stop-color="#E04A4A"></stop><stop offset="20%" stop-color="#E04A4A"></stop><stop offset="40%" stop-color="#E0B54A"></stop><stop offset="60%" stop-color="#4AE0D4"></stop><stop offset="80%" stop-color="#4A6AE0"></stop><stop offset="100%" stop-color="#D44AE0"></stop></linearGradient></defs><g><path class="__mantine-ref-c mantine-1e6wg96" d="M20.8,1.7H3.7L1.5,4.1v15l2.3,2.3h17.1v-5.2H6.7V7h14.1V1.7z"></path><path class="__mantine-ref-ivit mantine-1e6wg96" d="M76.1,1.7H56.6V7h7.2v14.3H69V7h7C76,7,76.1,1.7,76.1,1.7z M23.2,1.8v19.5h5.2V1.8C28.4,1.8,23.2,1.8,23.2,1.8z M30.8,1.8 v19.5h7.6l8.3-8.3V1.8h-5.2v8.3l-5.4,6V1.8C36.1,1.8,30.8,1.8,30.8,1.8z M49.1,1.8v19.5h5.2V1.8C54.3,1.8,49.1,1.8,49.1,1.8z"></path><path class="__mantine-ref-ai mantine-1hwruzx" d="M100.3,1.8v19.5h5.2V1.8H100.3z M95.6,1.8H80.8l-2.3,2.3v17.2h5.2v-7.1h8.9v7.1h5.2V4.1C97.8,4.1,95.6,1.8,95.6,1.8z M92.7,8.9h-8.9V7h8.9V8.9z"></path><path class="__mantine-ref-accent mantine-1hwruzx" d="M46.7,16.2v5.1h-5.1"></path></g></svg>
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://image.tensorartassets.com/cdn-cgi/image/anim=true,plain=false,f=avif,q=85/frontend/1720777845453.svg" alt="sample3">
      </div>
    </td>
    <td>
      <a href="https://www.seaart.ai/user/ff8fbbc0a588a8f9b25741f77e52571c?u_code=KJR9LGYV"><p style="font-family:Source Sans Pro,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:40px;color:#3"><img data-v-cadf1b0e="" src="https://cdn1.resource-static-cdn.seaart.me/web/prod/img/default-avatar-32.021289a.webp" alt="Avatar" class="logo"> SeaArt</p></a>
    </td>
  </tr>
</table>