brushpenbob
commited on
Commit
•
0ac83c9
1
Parent(s):
3c9c23d
Upload folder using huggingface_hub
Browse files- 8505620.jpeg +0 -0
- 8505651.jpeg +0 -0
- 8506674.jpeg +0 -0
- 8513892.jpeg +0 -0
- Daniela__Rush.safetensors +3 -0
- README.md +79 -0
8505620.jpeg
ADDED
8505651.jpeg
ADDED
8506674.jpeg
ADDED
8513892.jpeg
ADDED
Daniela__Rush.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4db42ebb929e18a04db27349a72fbedbe28710b03647079de140e3c143588b83
|
3 |
+
size 37876784
|
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- actress
|
14 |
+
- czech girl
|
15 |
+
- czech actress
|
16 |
+
- daniela rush
|
17 |
+
- daniella rush
|
18 |
+
|
19 |
+
base_model: runwayml/stable-diffusion-v1-5
|
20 |
+
instance_prompt: daniela rush
|
21 |
+
widget:
|
22 |
+
- text: ' '
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
8505620.jpeg
|
27 |
+
- text: ' '
|
28 |
+
|
29 |
+
output:
|
30 |
+
url: >-
|
31 |
+
8513892.jpeg
|
32 |
+
- text: ' '
|
33 |
+
|
34 |
+
output:
|
35 |
+
url: >-
|
36 |
+
8505651.jpeg
|
37 |
+
- text: ' '
|
38 |
+
|
39 |
+
output:
|
40 |
+
url: >-
|
41 |
+
8506674.jpeg
|
42 |
+
|
43 |
+
---
|
44 |
+
|
45 |
+
# Daniela Rush
|
46 |
+
|
47 |
+
<Gallery />
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
## Model description
|
54 |
+
|
55 |
+
<p>Based on the Adult actress "Daniela rush" or daniella rush.</p>
|
56 |
+
|
57 |
+
## Trigger words
|
58 |
+
You should use `daniela rush`, `Daniella rush` to trigger the image generation.
|
59 |
+
|
60 |
+
|
61 |
+
## Download model
|
62 |
+
|
63 |
+
Weights for this model are available in Safetensors format.
|
64 |
+
|
65 |
+
[Download](/brushpenbob/daniela-rush/tree/main) them in the Files & versions tab.
|
66 |
+
|
67 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
68 |
+
|
69 |
+
```py
|
70 |
+
from diffusers import AutoPipelineForText2Image
|
71 |
+
import torch
|
72 |
+
|
73 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
74 |
+
pipeline.load_lora_weights('brushpenbob/daniela-rush', weight_name='Daniela__Rush.safetensors')
|
75 |
+
image = pipeline('`daniela rush`, `Daniella rush`').images[0]
|
76 |
+
```
|
77 |
+
|
78 |
+
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)
|
79 |
+
|