multimodalart HF staff commited on
Commit
45f7a6b
·
1 Parent(s): f7ef991

Upload folder using huggingface_hub

Browse files
Files changed (12) hide show
  1. 3011283.jpeg +0 -0
  2. 3011288.jpeg +0 -0
  3. 3011320.jpeg +0 -0
  4. 3011323.jpeg +0 -0
  5. 3011327.jpeg +0 -0
  6. 3011395.jpeg +0 -0
  7. 3012492.jpeg +0 -0
  8. 3012637.jpeg +0 -0
  9. 3012686.jpeg +0 -0
  10. 3012689.jpeg +0 -0
  11. DD-sli-v1.safetensors +3 -0
  12. README.md +100 -0
3011283.jpeg ADDED
3011288.jpeg ADDED
3011320.jpeg ADDED
3011323.jpeg ADDED
3011327.jpeg ADDED
3011395.jpeg ADDED
3012492.jpeg ADDED
3012637.jpeg ADDED
3012686.jpeg ADDED
3012689.jpeg ADDED
DD-sli-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f11ab822c157fd25338c498fc527cac49210965732a27d91f35250a5c247d91
3
+ size 228453988
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - dark
12
+ - concept
13
+ - water
14
+ - shadow
15
+ - silhouette
16
+ - backlighting
17
+ - photogrphy
18
+ - foreground
19
+
20
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
21
+ instance_prompt: sli artstyle
22
+ widget:
23
+ - text: ' sil, artstyle, photo skull spaceman in water infront of fire'
24
+ output:
25
+ url: >-
26
+ 3011283.jpeg
27
+ - text: ' sil, artstyle, photo skull spaceman in water infront of fire'
28
+ output:
29
+ url: >-
30
+ 3011288.jpeg
31
+ - text: ' '
32
+ output:
33
+ url: >-
34
+ 3011320.jpeg
35
+ - text: ' '
36
+ output:
37
+ url: >-
38
+ 3011323.jpeg
39
+ - text: ' '
40
+ output:
41
+ url: >-
42
+ 3011327.jpeg
43
+ - text: ' sil, artstyle, skeleton photo bear infront of moon'
44
+ output:
45
+ url: >-
46
+ 3011395.jpeg
47
+ - text: ' '
48
+ output:
49
+ url: >-
50
+ 3012637.jpeg
51
+ - text: ' '
52
+ output:
53
+ url: >-
54
+ 3012492.jpeg
55
+ - text: ' '
56
+ output:
57
+ url: >-
58
+ 3012686.jpeg
59
+ - text: ' '
60
+ output:
61
+ url: >-
62
+ 3012689.jpeg
63
+
64
+ ---
65
+
66
+ # Doctor Diffusion's Stylized Silhouette Photography XL LoRA
67
+
68
+ <Gallery />
69
+
70
+
71
+
72
+
73
+
74
+ ## Model description
75
+
76
+ <p>Trained on a collection of my personal and CC0 stylized silhouette photography.<br /><br />Use "sli artyle" in prompt.<br /><br />Other powerful control Tokens:<br />"in water"<br />"vintage"<br />"infront of" "city" "fire" "space"<br />"backlight"<br /><br /><span style="color:rgb(17, 17, 17)">☕ </span>Like what I do? <span style="color:rgb(17, 17, 17)">☕</span><br /><span style="color:rgb(17, 17, 17)">☕ </span><a target="_blank" rel="ugc" href="https://www.buymeacoffee.com/doctordiffusion">Buy me a coffee or two</a>! <span style="color:rgb(17, 17, 17)">☕</span></p>
77
+
78
+ ## Trigger words
79
+ You should use `sli artstyle`, `infront of`, `in water` to trigger the image generation.
80
+
81
+
82
+ ## Download model
83
+
84
+ Weights for this model are available in Safetensors format.
85
+
86
+ [Download](/DoctorDiffusion/doctor-diffusion-s-stylized-silhouette-photography-xl-lora/tree/main) them in the Files & versions tab.
87
+
88
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
89
+
90
+ ```py
91
+ from diffusers import AutoPipelineForText2Image
92
+ import torch
93
+
94
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
95
+ pipeline.load_lora_weights('DoctorDiffusion/doctor-diffusion-s-stylized-silhouette-photography-xl-lora', weight_name='DD-sli-v1.safetensors')
96
+ image = pipeline('`sli artstyle`, `infront of`, `in water`').images[0]
97
+ ```
98
+
99
+ 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)
100
+