File size: 6,393 Bytes
2016b47
 
 
 
 
 
 
 
 
1cab111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2016b47
1cab111
 
 
 
 
 
 
 
 
2016b47
1cab111
2016b47
1cab111
2016b47
1cab111
 
2016b47
1cab111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2016b47
1cab111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2016b47
1cab111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
instance_prompt: null
license: cc-by-nc-sa-4.0
---
<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, #99E2FF, #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>PettanKoutei Lora Repo</span>
</h1>

<table class="custom-table">
  <tr>
    <td>
      <div class="custom-image-container">
        <a href="https://www.buymeacoffee.com/pettankoutei" target="_blank"><img class="custom-button" src="https://huggingface.co/pettankoutei/pettankoRouramashin_ANIMEv3/resolve/main/bmac_button.png" alt="Buy me a cookie!" style="height: 100px;" /></a>
      </div>
    </td>
  </tr>
</table>

  > Support me on Buy Me a Coffee! for early access of new content and exclusive models!

## About

This is a Lora repository of all my released Loras. They will be organized in folders and showcased in this model card for easy access.
Any model marked as "Early Access" are available only for supporters and members [here](https://www.buymeacoffee.com/pettankoutei).

### Yamamoto Souichirou Style v1
* Base model: Pony Diffusion v6 XL
* Trigger word: none
* Recommended weight: 0.8
* [Download Safetensors](https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/Yamamoto-v1/yamamoto-lyco-pony-v1.safetensors)
<table class="custom-table">
  <tr>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/Yamamoto-v1/Model_Sample_00001.png" alt="sample1">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/Yamamoto-v1/Model_Sample_00002.png" alt="sample2">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/Yamamoto-v1/Model_Sample_00003.png" alt="sample3">
      </div>
    </td>
  </tr>
</table>

### Yamamoto Souichirou Style v1 (Mix)
* Base model: Pony Diffusion v6 XL
* Trigger word: none
* Recommended weight: 0.8
* [Early Access](https://www.buymeacoffee.com/pettankoutei)
<table class="custom-table">
  <tr>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/Yamamoto-mix-v1/Model_Sample_00001.png" alt="sample1">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/Yamamoto-mix-v1/Model_Sample_00002.png" alt="sample2">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/Yamamoto-mix-v1/Model_Sample_00003.png" alt="sample3">
      </div>
    </td>
  </tr>
</table>

### Takamichi Style v1
* Base model: Pony Diffusion v6 XL
* Trigger word: none
* Recommended weight: 0.8
* [Early Access](https://www.buymeacoffee.com/pettankoutei)
<table class="custom-table">
  <tr>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/takamichi-v1/Model_Sample_00001.png" alt="sample1">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/takamichi-v1/Model_Sample_00002.png" alt="sample2">
      </div>
    </td>
    <td>
      <div class="custom-image-container">
        <img class="custom-image" src="https://huggingface.co/pettankoutei/Loras/resolve/main/PonyDiff_v6/takamichi-v1/Model_Sample_00003.png" alt="sample3">
      </div>
    </td>
  </tr>
</table>

## Disclamer

All the models that I have developed and published on this platform are for entertainment purposes only. They are derived from the base Stable Diffusion model, which means it also includes its inherent issues, limitations and unfiltered capabilities. With that in mind, 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. This disclaimer is subject to the laws of the United States of America and the state of California. I reserve the right to remove or report any content that violates the terms of service, ethical standards, or applicable laws.

## License conditions

All models available in this repository are licensed under [Attribution-NonCommercial-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1).