brushpenbob commited on
Commit
23cee56
1 Parent(s): ceef87a

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. 20814641.jpeg +0 -0
  2. 20814642.jpeg +0 -0
  3. 20814643.jpeg +0 -0
  4. 20816249.jpeg +0 -0
  5. Graffiti_canvas.safetensors +3 -0
  6. README.md +75 -0
20814641.jpeg ADDED
20814642.jpeg ADDED
20814643.jpeg ADDED
20816249.jpeg ADDED
Graffiti_canvas.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ad7fb72fcace598316732f25131e4fb5544641244e265d98abfb4c440f77c9
3
+ size 228465812
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - graffiti
13
+ - style
14
+
15
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
16
+ instance_prompt: evang
17
+ widget:
18
+ - text: ' '
19
+
20
+ output:
21
+ url: >-
22
+ 20816249.jpeg
23
+ - text: ' '
24
+
25
+ output:
26
+ url: >-
27
+ 20814641.jpeg
28
+ - text: ' '
29
+
30
+ output:
31
+ url: >-
32
+ 20814643.jpeg
33
+ - text: ' '
34
+
35
+ output:
36
+ url: >-
37
+ 20814642.jpeg
38
+
39
+ ---
40
+
41
+ # Graffiti canvas
42
+
43
+ <Gallery />
44
+
45
+
46
+
47
+
48
+
49
+ ## Model description
50
+
51
+ <p>The remake of the <a rel="ugc" href="https://civitai.com/models/570499/graffiti-sticker-xl?modelVersionId=635885">graffiti xl </a>model. The data is set for this does not encompass as many of the “sticker” looks and more so just graffiti tags</p>
52
+
53
+ ## Trigger words
54
+ You should use `evang`, `graffiti` to trigger the image generation.
55
+
56
+
57
+ ## Download model
58
+
59
+ Weights for this model are available in Safetensors format.
60
+
61
+ [Download](/brushpenbob/graffiti-canvas/tree/main) them in the Files & versions tab.
62
+
63
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
64
+
65
+ ```py
66
+ from diffusers import AutoPipelineForText2Image
67
+ import torch
68
+
69
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
70
+ pipeline.load_lora_weights('brushpenbob/graffiti-canvas', weight_name='Graffiti_canvas.safetensors')
71
+ image = pipeline('`evang`, `graffiti`').images[0]
72
+ ```
73
+
74
+ 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)
75
+