multimodalart HF staff commited on
Commit
c8f6cb4
·
1 Parent(s): 7165785

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ 3339543.jpeg filter=lfs diff=lfs merge=lfs -text
3339543.jpeg ADDED

Git LFS Details

  • SHA256: 77d0d9f1a2a6c5fa8e6546628b4825fd90f01ae98fe17b47b06afca1631b7777
  • Pointer size: 132 Bytes
  • Size of remote file: 6.45 MB
3339545.jpeg ADDED
3339563.jpeg ADDED
3339564.jpeg ADDED
3339565.jpeg ADDED
3339566.jpeg ADDED
3339567.jpeg ADDED
3339568.jpeg ADDED
3339569.jpeg ADDED
3339570.jpeg ADDED
DD-pnte-neg-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090ff0a2f7e6c43e2fd2d89cf43b24ad2a8c977315a20ad5192dae73a36ced27
3
+ size 228455140
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - negative
12
+ - detail
13
+ - tool
14
+ - negative lora
15
+ - quality up
16
+ - improvement
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt:
20
+ widget:
21
+ - text: 'painting of flowers on a table in the sun'
22
+ output:
23
+ url: >-
24
+ 3339543.jpeg
25
+ - text: ' '
26
+ output:
27
+ url: >-
28
+ 3339545.jpeg
29
+ - text: ' '
30
+ output:
31
+ url: >-
32
+ 3339570.jpeg
33
+ - text: ' '
34
+ output:
35
+ url: >-
36
+ 3339566.jpeg
37
+ - text: ' '
38
+ output:
39
+ url: >-
40
+ 3339563.jpeg
41
+ - text: ' '
42
+ output:
43
+ url: >-
44
+ 3339565.jpeg
45
+ - text: ' '
46
+ output:
47
+ url: >-
48
+ 3339564.jpeg
49
+ - text: ' '
50
+ output:
51
+ url: >-
52
+ 3339569.jpeg
53
+ - text: ' '
54
+ output:
55
+ url: >-
56
+ 3339568.jpeg
57
+ - text: ' '
58
+ output:
59
+ url: >-
60
+ 3339567.jpeg
61
+
62
+ ---
63
+
64
+ # Doctor Diffusion's Negative XL LoRA
65
+
66
+ <Gallery />
67
+
68
+
69
+
70
+
71
+
72
+ ## Model description
73
+
74
+ <p>Increate the quality and amount of details with this negative XL LoRA.</p><p></p><p><strong>THIS IS MEANT TO BE USED WITH NEGATIVE STRENGHT VALUES.</strong><br /><br />An updated version my "point-e" negative embedding for use with XL.<br /><br />Keep CLIP strength at 1.0 and adjust the strength of the LoRA to preference. <br /><br />LoRA Strength can range from -0.01 to -2.00.<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>
75
+
76
+
77
+
78
+ ## Download model
79
+
80
+ Weights for this model are available in Safetensors format.
81
+
82
+ [Download](/DoctorDiffusion/doctor-diffusion-s-negative-xl-lora/tree/main) them in the Files & versions tab.
83
+
84
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
85
+
86
+ ```py
87
+ from diffusers import AutoPipelineForText2Image
88
+ import torch
89
+
90
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
91
+ pipeline.load_lora_weights('DoctorDiffusion/doctor-diffusion-s-negative-xl-lora', weight_name='DD-pnte-neg-v1.safetensors')
92
+ image = pipeline('Your custom prompt').images[0]
93
+ ```
94
+
95
+ 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)
96
+