brushpenbob commited on
Commit
d44dc8f
·
verified ·
1 Parent(s): 1e648b0

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. 8627070.jpeg +0 -0
  2. 8632023.jpeg +0 -0
  3. 8632437.jpeg +0 -0
  4. Briana_banks.safetensors +3 -0
  5. README.md +69 -0
8627070.jpeg ADDED
8632023.jpeg ADDED
8632437.jpeg ADDED
Briana_banks.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4e0c0be872b743541f49a583c8fc20021c14ab229a3d3b8534d24dcb51a4d4
3
+ size 37879616
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - briana banks
14
+ - briana_banks
15
+
16
+ base_model: runwayml/stable-diffusion-v1-5
17
+ instance_prompt:
18
+ widget:
19
+ - text: ' '
20
+
21
+ output:
22
+ url: >-
23
+ 8632437.jpeg
24
+ - text: ' '
25
+
26
+ output:
27
+ url: >-
28
+ 8627070.jpeg
29
+ - text: ' '
30
+
31
+ output:
32
+ url: >-
33
+ 8632023.jpeg
34
+
35
+ ---
36
+
37
+ # Briana banks
38
+
39
+ <Gallery />
40
+
41
+
42
+
43
+
44
+
45
+ ## Model description
46
+
47
+ <p>Based off of the model and actress Briana banks. Good for re-creating images with a vintage or retro style</p>
48
+
49
+
50
+
51
+ ## Download model
52
+
53
+ Weights for this model are available in Safetensors format.
54
+
55
+ [Download](/brushpenbob/briana-banks/tree/main) them in the Files & versions tab.
56
+
57
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
58
+
59
+ ```py
60
+ from diffusers import AutoPipelineForText2Image
61
+ import torch
62
+
63
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
64
+ pipeline.load_lora_weights('brushpenbob/briana-banks', weight_name='Briana_banks.safetensors')
65
+ image = pipeline('Your custom prompt').images[0]
66
+ ```
67
+
68
+ 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)
69
+