brushpenbob commited on
Commit
4e58270
1 Parent(s): 3dc4d5d

Upload folder using huggingface_hub

Browse files
Files changed (9) hide show
  1. 17384384.jpeg +0 -0
  2. 17389725.jpeg +0 -0
  3. 17389966.jpeg +0 -0
  4. 17390412.jpeg +0 -0
  5. 17391249.jpeg +0 -0
  6. 17392871.jpeg +0 -0
  7. 17393437.jpeg +0 -0
  8. Kdot.safetensors +3 -0
  9. README.md +92 -0
17384384.jpeg ADDED
17389725.jpeg ADDED
17389966.jpeg ADDED
17390412.jpeg ADDED
17391249.jpeg ADDED
17392871.jpeg ADDED
17393437.jpeg ADDED
Kdot.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e858713376f6621c3bb0bdc022f38245a4a14ffaa42d53b34556245da93bf7a
3
+ size 37869464
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - character
13
+ - kendrick lamar
14
+ - the protoart
15
+ - kendrick_lamar
16
+
17
+ base_model: runwayml/stable-diffusion-v1-5
18
+ instance_prompt: Kendrick_lamar
19
+ widget:
20
+ - text: ' '
21
+
22
+ output:
23
+ url: >-
24
+ 17391249.jpeg
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ 17389966.jpeg
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ 17392871.jpeg
35
+ - text: ' '
36
+
37
+ output:
38
+ url: >-
39
+ 17393437.jpeg
40
+ - text: ' '
41
+
42
+ output:
43
+ url: >-
44
+ 17390412.jpeg
45
+ - text: ' '
46
+
47
+ output:
48
+ url: >-
49
+ 17389725.jpeg
50
+ - text: ' '
51
+
52
+ output:
53
+ url: >-
54
+ 17384384.jpeg
55
+
56
+ ---
57
+
58
+ # Kendrick Lamar
59
+
60
+ <Gallery />
61
+
62
+
63
+
64
+
65
+
66
+ ## Model description
67
+
68
+ <p>using around 25 img i tried to recreate Kdot</p>
69
+
70
+ ## Trigger words
71
+ You should use `Kendrick_lamar`, `evang` to trigger the image generation.
72
+
73
+
74
+ ## Download model
75
+
76
+ Weights for this model are available in Safetensors format.
77
+
78
+ [Download](/brushpenbob/kendrick-lamar/tree/main) them in the Files & versions tab.
79
+
80
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
81
+
82
+ ```py
83
+ from diffusers import AutoPipelineForText2Image
84
+ import torch
85
+
86
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
87
+ pipeline.load_lora_weights('brushpenbob/kendrick-lamar', weight_name='Kdot.safetensors')
88
+ image = pipeline('`Kendrick_lamar`, `evang`').images[0]
89
+ ```
90
+
91
+ 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)
92
+