brushpenbob commited on
Commit
d952e9c
1 Parent(s): ce54e5a

Upload folder using huggingface_hub

Browse files
19956083.jpeg ADDED
19956088.jpeg ADDED
19956090.jpeg ADDED
20004759.jpeg ADDED
20009174.jpeg ADDED
23801856.jpeg ADDED
23802076.jpeg ADDED
PencilXL.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b48336e3eac6d30f4548795f4942c9aa9f0ef3692e7dc247dcc23abc5db9fb
3
+ size 228471356
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - pencil
13
+ - style
14
+ - sketch
15
+ - traditional art
16
+ - traditional media
17
+ - pencil art
18
+ - theprotoart
19
+
20
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
21
+ instance_prompt: evang
22
+ widget:
23
+ - text: ' '
24
+
25
+ output:
26
+ url: >-
27
+ 20004759.jpeg
28
+ - text: ' '
29
+
30
+ output:
31
+ url: >-
32
+ 23801856.jpeg
33
+ - text: ' '
34
+
35
+ output:
36
+ url: >-
37
+ 23802076.jpeg
38
+ - text: ' '
39
+
40
+ output:
41
+ url: >-
42
+ 20009174.jpeg
43
+ - text: ' '
44
+
45
+ output:
46
+ url: >-
47
+ 19956088.jpeg
48
+ - text: ' '
49
+
50
+ output:
51
+ url: >-
52
+ 19956083.jpeg
53
+ - text: ' '
54
+
55
+ output:
56
+ url: >-
57
+ 19956090.jpeg
58
+
59
+ ---
60
+
61
+ # PencilXL
62
+
63
+ <Gallery />
64
+
65
+
66
+
67
+
68
+
69
+ ## Model description
70
+
71
+ <p>Remaster of my previous <a target="_blank" rel="ugc" href="https://civitai.com/models/20631/ac-pencil?modelVersionId=24553">pencil model</a> now for stable diffusion XL. Trans Am traditional art, pencil sketches meant to re-create that look and aid you in creating references</p><p></p><div data-youtube-video><iframe width="640" height="480" allowfullscreen="true" autoplay="false" disablekbcontrols="false" enableiframeapi="false" endtime="0" ivloadpolicy="0" loop="false" modestbranding="false" origin playlist src="https://www.youtube.com/embed/QynE0UGQhRs" start="0"></iframe></div>
72
+
73
+ ## Trigger words
74
+ You should use `evang`, `evang style` to trigger the image generation.
75
+
76
+
77
+ ## Download model
78
+
79
+ Weights for this model are available in Safetensors format.
80
+
81
+ [Download](/brushpenbob/pencilxl/tree/main) them in the Files & versions tab.
82
+
83
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
84
+
85
+ ```py
86
+ from diffusers import AutoPipelineForText2Image
87
+ import torch
88
+
89
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
90
+ pipeline.load_lora_weights('brushpenbob/pencilxl', weight_name='PencilXL.safetensors')
91
+ image = pipeline('`evang`, `evang style`').images[0]
92
+ ```
93
+
94
+ 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)
95
+