Commit
·
c7e68c5
1
Parent(s):
3aec6bd
Upload folder using huggingface_hub
Browse files- 3829224.jpeg +0 -0
- 3829225.jpeg +0 -0
- 3829227.jpeg +0 -0
- 3829229.jpeg +0 -0
- 3829230.jpeg +0 -0
- 3829232.jpeg +0 -0
- 3829234.jpeg +0 -0
- README.md +87 -0
- ral-sand-sdxl.safetensors +3 -0
3829224.jpeg
ADDED
3829225.jpeg
ADDED
3829227.jpeg
ADDED
3829229.jpeg
ADDED
3829230.jpeg
ADDED
3829232.jpeg
ADDED
3829234.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- desert
|
12 |
+
- style
|
13 |
+
- dragon
|
14 |
+
- castle
|
15 |
+
- sand
|
16 |
+
- styles
|
17 |
+
- dry
|
18 |
+
|
19 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
20 |
+
instance_prompt: ral-sand
|
21 |
+
widget:
|
22 |
+
- text: 'ral-sand, mc donalds worker giving out hamburgers '
|
23 |
+
output:
|
24 |
+
url: >-
|
25 |
+
3829224.jpeg
|
26 |
+
- text: 'ral-sand, a man running in the sand '
|
27 |
+
output:
|
28 |
+
url: >-
|
29 |
+
3829225.jpeg
|
30 |
+
- text: 'ral-sand, female riding a horse, jumping over an obstacle '
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
3829227.jpeg
|
34 |
+
- text: 'ral-sand, a car is driving through a desert '
|
35 |
+
output:
|
36 |
+
url: >-
|
37 |
+
3829229.jpeg
|
38 |
+
- text: 'ral-sand, a dragon and a castle '
|
39 |
+
output:
|
40 |
+
url: >-
|
41 |
+
3829230.jpeg
|
42 |
+
- text: 'ral-sand, rock climber, climbing a steep mountain '
|
43 |
+
output:
|
44 |
+
url: >-
|
45 |
+
3829232.jpeg
|
46 |
+
- text: 'ral-sand, a judge, sitting in court '
|
47 |
+
output:
|
48 |
+
url: >-
|
49 |
+
3829234.jpeg
|
50 |
+
|
51 |
+
---
|
52 |
+
|
53 |
+
# Sand Style [SDXL LoRA]
|
54 |
+
|
55 |
+
<Gallery />
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
## Model description
|
62 |
+
|
63 |
+
<p><u>SDXL:<br /></u><span style="color:rgb(193, 194, 197)">Trigger word: </span><strong><span style="color:rgb(193, 194, 197)">ral-sand</span></strong><br /><br /><span style="color:rgb(193, 194, 197)">☕ Buy me a coffee: </span><a target="_blank" rel="ugc" href="https://ko-fi.com/ralfingerai">https://ko-fi.com/ralfingerai</a></p>
|
64 |
+
|
65 |
+
## Trigger words
|
66 |
+
You should use `ral-sand` to trigger the image generation.
|
67 |
+
|
68 |
+
|
69 |
+
## Download model
|
70 |
+
|
71 |
+
Weights for this model are available in Safetensors format.
|
72 |
+
|
73 |
+
[Download](/RalFinger/sand-style-sdxl-lora/tree/main) them in the Files & versions tab.
|
74 |
+
|
75 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
76 |
+
|
77 |
+
```py
|
78 |
+
from diffusers import AutoPipelineForText2Image
|
79 |
+
import torch
|
80 |
+
|
81 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
82 |
+
pipeline.load_lora_weights('RalFinger/sand-style-sdxl-lora', weight_name='ral-sand-sdxl.safetensors')
|
83 |
+
image = pipeline('ral-sand, a judge, sitting in court ').images[0]
|
84 |
+
```
|
85 |
+
|
86 |
+
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)
|
87 |
+
|
ral-sand-sdxl.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d28f9e832b78d80e37bf77f6b7f674309e836cbd82e86f674b2a57380b30bcc
|
3 |
+
size 228452924
|