brushpenbob commited on
Commit
2f02a1d
·
verified ·
1 Parent(s): f6310ed

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. 6814706.jpeg +0 -0
  2. 6815246.jpeg +0 -0
  3. Lana_Sands.safetensors +3 -0
  4. README.md +66 -0
6814706.jpeg ADDED
6815246.jpeg ADDED
Lana_Sands.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d97e52582198dfc02d283d3e48202b3d40e2c2c01e4ed8638dc5d2eb89d8483
3
+ size 37889328
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=1&allowDerivatives=False&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - retro
13
+ - 1980s
14
+ - celebrity
15
+ - ac
16
+ - lana sands
17
+
18
+ base_model: runwayml/stable-diffusion-v1-5
19
+ instance_prompt:
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 6814706.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 6815246.jpeg
31
+
32
+ ---
33
+
34
+ # Lana Sands
35
+
36
+ <Gallery />
37
+
38
+
39
+
40
+
41
+
42
+ ## Model description
43
+
44
+
45
+
46
+
47
+
48
+ ## Download model
49
+
50
+ Weights for this model are available in Safetensors format.
51
+
52
+ [Download](/brushpenbob/lana-sands/tree/main) them in the Files & versions tab.
53
+
54
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
55
+
56
+ ```py
57
+ from diffusers import AutoPipelineForText2Image
58
+ import torch
59
+
60
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
61
+ pipeline.load_lora_weights('brushpenbob/lana-sands', weight_name='Lana_Sands.safetensors')
62
+ image = pipeline('Your custom prompt').images[0]
63
+ ```
64
+
65
+ 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)
66
+