brushpenbob commited on
Commit
2627c3e
·
verified ·
1 Parent(s): b27e19d

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. 16137839.jpeg +0 -0
  2. 16137857.jpeg +0 -0
  3. Angelica_Sin-000004.safetensors +3 -0
  4. README.md +62 -0
16137839.jpeg ADDED
16137857.jpeg ADDED
Angelica_Sin-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85eaf0f42538be07a3cb34aca6726451a5378dfbc07f0bad4e75a2a53517fcfb
3
+ size 37871232
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - character
13
+
14
+ base_model: runwayml/stable-diffusion-v1-5
15
+ instance_prompt:
16
+ widget:
17
+ - text: ' '
18
+
19
+ output:
20
+ url: >-
21
+ 16137857.jpeg
22
+ - text: ' '
23
+
24
+ output:
25
+ url: >-
26
+ 16137839.jpeg
27
+
28
+ ---
29
+
30
+ # Angelica Sin
31
+
32
+ <Gallery />
33
+
34
+
35
+
36
+
37
+
38
+ ## Model description
39
+
40
+ <p>Model and Actress Angelica Sin. Be sure to use negative prompting to avoid NSFW</p>
41
+
42
+
43
+
44
+ ## Download model
45
+
46
+ Weights for this model are available in Safetensors format.
47
+
48
+ [Download](/brushpenbob/angelica-sin/tree/main) them in the Files & versions tab.
49
+
50
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
51
+
52
+ ```py
53
+ from diffusers import AutoPipelineForText2Image
54
+ import torch
55
+
56
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
57
+ pipeline.load_lora_weights('brushpenbob/angelica-sin', weight_name='Angelica_Sin-000004.safetensors')
58
+ image = pipeline('Your custom prompt').images[0]
59
+ ```
60
+
61
+ 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)
62
+