brushpenbob
commited on
Commit
•
8072964
1
Parent(s):
e3c0458
Upload folder using huggingface_hub
Browse files- 13807552.jpeg +0 -0
- 13807553.jpeg +0 -0
- 13807678.jpeg +0 -0
- 13822783.jpeg +0 -0
- README.md +73 -0
- Watercolorepoch_10.safetensors +3 -0
13807552.jpeg
ADDED
13807553.jpeg
ADDED
13807678.jpeg
ADDED
13822783.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- watercolor
|
13 |
+
- style
|
14 |
+
|
15 |
+
base_model: runwayml/stable-diffusion-v1-5
|
16 |
+
instance_prompt:
|
17 |
+
widget:
|
18 |
+
- text: ' '
|
19 |
+
|
20 |
+
output:
|
21 |
+
url: >-
|
22 |
+
13807552.jpeg
|
23 |
+
- text: ' '
|
24 |
+
|
25 |
+
output:
|
26 |
+
url: >-
|
27 |
+
13807553.jpeg
|
28 |
+
- text: ' '
|
29 |
+
|
30 |
+
output:
|
31 |
+
url: >-
|
32 |
+
13822783.jpeg
|
33 |
+
- text: ' '
|
34 |
+
|
35 |
+
output:
|
36 |
+
url: >-
|
37 |
+
13807678.jpeg
|
38 |
+
|
39 |
+
---
|
40 |
+
|
41 |
+
# Watercolor 3.0
|
42 |
+
|
43 |
+
<Gallery />
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
## Model description
|
50 |
+
|
51 |
+
<p>My background is in traditional media and I like to make models that are based off of that, and this one can be used to reproduce ones that are similar to watercolor paintings. So whether you are looking just to generate references or ideas from the ground up add this to your arsenal</p>
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
## Download model
|
56 |
+
|
57 |
+
Weights for this model are available in Safetensors format.
|
58 |
+
|
59 |
+
[Download](/brushpenbob/watercolor-3-0/tree/main) them in the Files & versions tab.
|
60 |
+
|
61 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
62 |
+
|
63 |
+
```py
|
64 |
+
from diffusers import AutoPipelineForText2Image
|
65 |
+
import torch
|
66 |
+
|
67 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
68 |
+
pipeline.load_lora_weights('brushpenbob/watercolor-3-0', weight_name='Watercolorepoch_10.safetensors')
|
69 |
+
image = pipeline('Your custom prompt').images[0]
|
70 |
+
```
|
71 |
+
|
72 |
+
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)
|
73 |
+
|
Watercolorepoch_10.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0776e995d9edcadca45503ef04da812078c28dbab046024033d3b31027227ca3
|
3 |
+
size 37881680
|