brushpenbob commited on
Commit
3adc59c
·
verified ·
1 Parent(s): 0b634cd

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. 17873177.jpeg +0 -0
  2. 17890605.jpeg +0 -0
  3. 23127728.jpeg +0 -0
  4. G-pen_watercolor.safetensors +3 -0
  5. README.md +71 -0
17873177.jpeg ADDED
17890605.jpeg ADDED
23127728.jpeg ADDED
G-pen_watercolor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211e32e468299c82b4d829ce563aae047745266976095863c7907da054f82d19
3
+ size 37891584
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=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - watercolor
13
+ - style
14
+ - robot
15
+ - pen
16
+ - evang
17
+
18
+ base_model: runwayml/stable-diffusion-v1-5
19
+ instance_prompt:
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 23127728.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 17873177.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 17890605.jpeg
36
+
37
+ ---
38
+
39
+ # G-pen watercolor
40
+
41
+ <Gallery />
42
+
43
+
44
+
45
+
46
+
47
+ ## Model description
48
+
49
+ <p>based on traditional art media</p>
50
+
51
+
52
+
53
+ ## Download model
54
+
55
+ Weights for this model are available in Safetensors format.
56
+
57
+ [Download](/brushpenbob/g-pen-watercolor/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('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
66
+ pipeline.load_lora_weights('brushpenbob/g-pen-watercolor', weight_name='G-pen_watercolor.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
+