brushpenbob
commited on
Upload folder using huggingface_hub
Browse files- 9305029.jpeg +0 -0
- 9305169.jpeg +0 -0
- 9315678.jpeg +0 -0
- README.md +70 -0
- graffiti_2024.safetensors +3 -0
9305029.jpeg
ADDED
9305169.jpeg
ADDED
9315678.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: runwayml/stable-diffusion-v1-5
|
16 |
+
instance_prompt: graffiti_sticker
|
17 |
+
widget:
|
18 |
+
- text: ' '
|
19 |
+
|
20 |
+
output:
|
21 |
+
url: >-
|
22 |
+
9305169.jpeg
|
23 |
+
- text: ' '
|
24 |
+
|
25 |
+
output:
|
26 |
+
url: >-
|
27 |
+
9305029.jpeg
|
28 |
+
- text: ' '
|
29 |
+
|
30 |
+
output:
|
31 |
+
url: >-
|
32 |
+
9315678.jpeg
|
33 |
+
|
34 |
+
---
|
35 |
+
|
36 |
+
# graffiti_2024
|
37 |
+
|
38 |
+
<Gallery />
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
## Model description
|
45 |
+
|
46 |
+
<p>Use words like "graffiti" "graffiti art", or urban art to trigger the model</p><p></p><p></p>
|
47 |
+
|
48 |
+
## Trigger words
|
49 |
+
You should use `graffiti_sticker`, `graffiti` to trigger the image generation.
|
50 |
+
|
51 |
+
|
52 |
+
## Download model
|
53 |
+
|
54 |
+
Weights for this model are available in Safetensors format.
|
55 |
+
|
56 |
+
[Download](/brushpenbob/graffiti-2024/tree/main) them in the Files & versions tab.
|
57 |
+
|
58 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
59 |
+
|
60 |
+
```py
|
61 |
+
from diffusers import AutoPipelineForText2Image
|
62 |
+
import torch
|
63 |
+
|
64 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
65 |
+
pipeline.load_lora_weights('brushpenbob/graffiti-2024', weight_name='graffiti_2024.safetensors')
|
66 |
+
image = pipeline('`graffiti_sticker`, `graffiti`').images[0]
|
67 |
+
```
|
68 |
+
|
69 |
+
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)
|
70 |
+
|
graffiti_2024.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adf77e97690fdb21be3c6d0bfbdf0d4bf8d6ecabb7fb609d958bbb3ac667585d
|
3 |
+
size 37873904
|