analogspiderweb commited on
Commit
73a5d93
·
verified ·
1 Parent(s): 178deea

Upload LoRA: Cursed Images SDXL LoRA from Civitai model ID 259970

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
+ 5341297.jpeg filter=lfs diff=lfs merge=lfs -text
5341274.jpeg ADDED
5341275.jpeg ADDED
5341283.jpeg ADDED
5341297.jpeg ADDED

Git LFS Details

  • SHA256: debb501f917384640f0893f9ec0dd264e7c7fabedc4aa20ff06a064313e9ae1f
  • Pointer size: 131 Bytes
  • Size of remote file: 107 kB
5341298.jpeg ADDED
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: "bespoke-lora-trained-license"
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - concept
7
+ - cursed
8
+ - diffusers
9
+ - lora
10
+ - meme
11
+ - memes
12
+ - migrated
13
+ - shitposting
14
+ - stable-diffusion
15
+ - template:sd-lora
16
+ - text-to-image
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: cursed image
20
+ widget:
21
+ - text: 'cursed image '
22
+
23
+ output:
24
+ url: >-
25
+ 5341274.jpeg
26
+ - text: 'cursed image '
27
+
28
+ output:
29
+ url: >-
30
+ 5341275.jpeg
31
+ - text: 'cursed image '
32
+
33
+ output:
34
+ url: >-
35
+ 5341283.jpeg
36
+ - text: 'cursed image '
37
+
38
+ output:
39
+ url: >-
40
+ 5341297.jpeg
41
+ - text: 'cursed image '
42
+
43
+ output:
44
+ url: >-
45
+ 5341298.jpeg
46
+ ---
47
+
48
+ # Cursed Images SDXL LoRA
49
+
50
+ <Gallery />
51
+
52
+ This model was originally uploaded on [CivitAI](https://civitai.com/models/259970), by [analogspiderweb](https://civitai.com/user/analogspiderweb/models). The information below was provided by the author on CivitAI:
53
+ ([CivitAI](https://civitai.com/models/259970))
54
+
55
+ ## Model description
56
+ <p>Trained on top posts from <a target="_blank" rel="ugc" href="http://reddit.com/r/cursedimages">reddit.com/r/cursedimages</a></p><p>Some (but not all) preview images were made with TensorRT: <a target="_blank" rel="ugc" href="https://github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT">https://github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT</a></p>
57
+
58
+ ## Trigger words
59
+ You should use `cursed image` to trigger the generation.
60
+
61
+ ## Download model
62
+ Weights for this model are available in Safetensors format.
63
+ [Download](/analogspiderweb/cursed-images-sdxl-lora/tree/main) them in the Files & versions tab.
64
+
65
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
66
+
67
+ ```py
68
+ from diffusers import AutoPipelineForText2Image
69
+ import torch
70
+
71
+ device = "cuda" if torch.cuda.is_available() else "cpu"
72
+
73
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to(device)
74
+ pipe.load_lora_weights('analogspiderweb/cursed-images-sdxl-lora', weight_name='cursedimagessdxl.safetensors')
75
+ image = pipeline('cursed image ').images[0]
76
+ ```
77
+
78
+ 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)
79
+
cursedimagessdxl.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f7818e620cfe63dff7cf5be7fb06b7360c87668b08e4febffbfe0b6fa68ec2
3
+ size 228456044