brushpenbob
commited on
Commit
•
5340034
1
Parent(s):
abe5ede
Upload folder using huggingface_hub
Browse files- 19108665.jpeg +0 -0
- 19108668.jpeg +0 -0
- 19108819.jpeg +0 -0
- README.md +71 -0
- SIDE_XL.safetensors +3 -0
19108665.jpeg
ADDED
19108668.jpeg
ADDED
19108819.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=False
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- style
|
13 |
+
- side view
|
14 |
+
- profile view
|
15 |
+
- the protoart
|
16 |
+
- protoart
|
17 |
+
|
18 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
19 |
+
instance_prompt:
|
20 |
+
widget:
|
21 |
+
- text: ' '
|
22 |
+
|
23 |
+
output:
|
24 |
+
url: >-
|
25 |
+
19108819.jpeg
|
26 |
+
- text: ' '
|
27 |
+
|
28 |
+
output:
|
29 |
+
url: >-
|
30 |
+
19108668.jpeg
|
31 |
+
- text: ' '
|
32 |
+
|
33 |
+
output:
|
34 |
+
url: >-
|
35 |
+
19108665.jpeg
|
36 |
+
|
37 |
+
---
|
38 |
+
|
39 |
+
# SIDE XL
|
40 |
+
|
41 |
+
<Gallery />
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
## Model description
|
48 |
+
|
49 |
+
<p>What's up everybody! so this is an updated version of my <a target="_blank" rel="ugc" href="https://civitai.com/models/313598/side-2024?modelVersionId=351853">side profile view model</a> it's main goal is the truth side images of characters. I have to emphasize this because it seem to be confusion from the <a target="_blank" rel="ugc" href="https://civitai.com/models/84286/ac-side?modelVersionId=225962">1.5 model.</a> My goal for this model is for those interested in learning to draw traditionally, or with digital art, and starting off with side profile views was easiest for me.. so I wanted to make a model to replicate a similar look. Trained on traditional hand drawn illustrations using Copic and ohuhu markers, so it tries to replicate that look.</p><p></p><h3 id="i-have-not-tested-this-on-creating-other-things-such-as-vehicles-or-environments-because-again-i-have-to-emphasize-it's-meant-to-create-side-profile-views-of-people-enjoy-and-i-look-forward-to-seeing-the-progress-in-your-art-journey-l51m03wwh">I have not tested this on creating other things such as vehicles or environments because again<strong> I have to emphasize it's meant to create side profile views of people</strong> enjoy, and I look forward to seeing the progress in your art journey</h3><p></p><p>If you would like to try and compare to the previous models, they are linked below</p><p></p><p></p><p>1st version ( and long ago in the time before pickletensors, or LoRa's there was checkpoints... lol has 3 options to test each with slight differences in the training data)</p><p><a target="_blank" rel="ugc" href="https://civitai.com/models/84286/ac-side?modelVersionId=225962">https://civitai.com/models/84286/ac-side?modelVersionId=225962</a></p><p></p><p>2nd version (update LoRa, per request ,combining the data sets from the first and a handful of new images)</p><p><a target="_blank" rel="ugc" href="https://civitai.com/models/313598/side-2024?modelVersionId=351853">https://civitai.com/models/313598/side-2024?modelVersionId=351853</a></p>
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
## Download model
|
54 |
+
|
55 |
+
Weights for this model are available in Safetensors format.
|
56 |
+
|
57 |
+
[Download](/brushpenbob/side-xl/tree/main) them in the Files & versions tab.
|
58 |
+
|
59 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
60 |
+
|
61 |
+
```py
|
62 |
+
from diffusers import AutoPipelineForText2Image
|
63 |
+
import torch
|
64 |
+
|
65 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
66 |
+
pipeline.load_lora_weights('brushpenbob/side-xl', weight_name='SIDE_XL.safetensors')
|
67 |
+
image = pipeline('Your custom prompt').images[0]
|
68 |
+
```
|
69 |
+
|
70 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
71 |
+
|
SIDE_XL.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65a1580914b9d56a15cca376c84ba40d6f35f72ef0961e8142174eb0e894a40b
|
3 |
+
size 228508484
|