brushpenbob
commited on
Commit
•
b39a86b
1
Parent(s):
2c81487
Upload folder using huggingface_hub
Browse files- 22378158.jpeg +0 -0
- 22378159.jpeg +0 -0
- 22378166.jpeg +0 -0
- 22380121.jpeg +0 -0
- README.md +78 -0
- Rebecca_Lord-000001.safetensors +3 -0
22378158.jpeg
ADDED
22378159.jpeg
ADDED
22378166.jpeg
ADDED
22380121.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- character
|
13 |
+
- model
|
14 |
+
- actress
|
15 |
+
- protoart
|
16 |
+
- rebecca lord
|
17 |
+
|
18 |
+
base_model: runwayml/stable-diffusion-v1-5
|
19 |
+
instance_prompt: Rebecca_Lord
|
20 |
+
widget:
|
21 |
+
- text: ' '
|
22 |
+
|
23 |
+
output:
|
24 |
+
url: >-
|
25 |
+
22378166.jpeg
|
26 |
+
- text: ' '
|
27 |
+
|
28 |
+
output:
|
29 |
+
url: >-
|
30 |
+
22380121.jpeg
|
31 |
+
- text: ' '
|
32 |
+
|
33 |
+
output:
|
34 |
+
url: >-
|
35 |
+
22378158.jpeg
|
36 |
+
- text: ' '
|
37 |
+
|
38 |
+
output:
|
39 |
+
url: >-
|
40 |
+
22378159.jpeg
|
41 |
+
|
42 |
+
---
|
43 |
+
|
44 |
+
# Rebecca Lord
|
45 |
+
|
46 |
+
<Gallery />
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
## Model description
|
53 |
+
|
54 |
+
<p>Trained on around 30 Hi-Rez upscaled images of actress Rebecca Lord</p>
|
55 |
+
|
56 |
+
## Trigger words
|
57 |
+
You should use `Rebecca_Lord` to trigger the image generation.
|
58 |
+
|
59 |
+
|
60 |
+
## Download model
|
61 |
+
|
62 |
+
Weights for this model are available in Safetensors format.
|
63 |
+
|
64 |
+
[Download](/brushpenbob/rebecca-lord/tree/main) them in the Files & versions tab.
|
65 |
+
|
66 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
67 |
+
|
68 |
+
```py
|
69 |
+
from diffusers import AutoPipelineForText2Image
|
70 |
+
import torch
|
71 |
+
|
72 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
73 |
+
pipeline.load_lora_weights('brushpenbob/rebecca-lord', weight_name='Rebecca_Lord-000001.safetensors')
|
74 |
+
image = pipeline('`Rebecca_Lord`').images[0]
|
75 |
+
```
|
76 |
+
|
77 |
+
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)
|
78 |
+
|
Rebecca_Lord-000001.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:968b8e64c4209b451de3e5568fbe1438833ebbd1d9413a1848d3d9e3fa66500c
|
3 |
+
size 37874240
|