brushpenbob commited on
Commit
a34735f
1 Parent(s): 9518941

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. 6569129.jpeg +0 -0
  2. 6569130.jpeg +0 -0
  3. Colleen_Brennan.safetensors +3 -0
  4. README.md +66 -0
6569129.jpeg ADDED
6569130.jpeg ADDED
Colleen_Brennan.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e42abc35175679024b42a8a2f0296d965222da1246657cf6d02592dbca1f8a1a
3
+ size 37880576
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
+ - character
13
+ - retro
14
+ - 1980s
15
+ - actress
16
+ - colleen brennan
17
+
18
+ base_model: runwayml/stable-diffusion-v1-5
19
+ instance_prompt:
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 6569130.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 6569129.jpeg
31
+
32
+ ---
33
+
34
+ # Colleen Brennan
35
+
36
+ <Gallery />
37
+
38
+
39
+
40
+
41
+
42
+ ## Model description
43
+
44
+ <p>It's helpful to use tags like "retro" "1980s" "1970s" to get a more accurate rendering</p>
45
+
46
+
47
+
48
+ ## Download model
49
+
50
+ Weights for this model are available in Safetensors format.
51
+
52
+ [Download](/brushpenbob/colleen-brennan/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/colleen-brennan', weight_name='Colleen_Brennan.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
+