Norod78 commited on
Commit
60da5fc
1 Parent(s): 0f750f1

Upload folder using huggingface_hub

Browse files
7188271.jpeg ADDED
7188272.jpeg ADDED
7188273.jpeg ADDED
7188274.jpeg ADDED
7188275.jpeg ADDED
7188276.jpeg ADDED
7188277.jpeg ADDED
7188278.jpeg ADDED
7188279.jpeg ADDED
7188281.jpeg ADDED
7188283.jpeg ADDED
7188284.jpeg ADDED
7188285.jpeg ADDED
README.md ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - migrated
12
+ - cctv
13
+ - style
14
+ - security camera
15
+ - surveillance
16
+ - surveillance cam
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: CCTV Style
20
+ widget:
21
+ - text: 'The girl with a pearl earring CCTV Style '
22
+
23
+ output:
24
+ url: >-
25
+ 7188281.jpeg
26
+ - text: 'Footage of a woman who blankly gazing upon an alien performing a psychic attack CCTV Style '
27
+
28
+ output:
29
+ url: >-
30
+ 7188277.jpeg
31
+ - text: 'Rick Sanchez CCTV Style '
32
+
33
+ output:
34
+ url: >-
35
+ 7188278.jpeg
36
+ - text: 'A CCTV Style photo of carebear with a big gun '
37
+ parameters:
38
+ negative_prompt: unrealistic, plastic, unfocused, grainy, blurry, monochrome
39
+
40
+ output:
41
+ url: >-
42
+ 7188274.jpeg
43
+ - text: 'A CCTV Style doorbell camera footage of the angel of death '
44
+
45
+ output:
46
+ url: >-
47
+ 7188273.jpeg
48
+ - text: 'A CCTV Style photo of Cthulhu walking a watery street '
49
+ parameters:
50
+ negative_prompt: unrealistic, plastic, unfocused, grainy, blurry, monochrome
51
+
52
+ output:
53
+ url: >-
54
+ 7188275.jpeg
55
+ - text: 'A creepy garden gnome CCTV Style '
56
+
57
+ output:
58
+ url: >-
59
+ 7188271.jpeg
60
+ - text: 'A crazy clown CCTV Style '
61
+
62
+ output:
63
+ url: >-
64
+ 7188276.jpeg
65
+ - text: 'Snoop Dogg CCTV Style '
66
+
67
+ output:
68
+ url: >-
69
+ 7188279.jpeg
70
+ - text: 'Rick Sanchez CCTV Style '
71
+
72
+ output:
73
+ url: >-
74
+ 7188283.jpeg
75
+ - text: 'Shrek and Olaf on a frozen field CCTV Style '
76
+ parameters:
77
+ negative_prompt: blurry, unfocused, grainy, unrealistic
78
+
79
+ output:
80
+ url: >-
81
+ 7188272.jpeg
82
+ - text: 'A crazy clown CCTV Style '
83
+
84
+ output:
85
+ url: >-
86
+ 7188284.jpeg
87
+ - text: 'A cute dog CCTV Style '
88
+ parameters:
89
+ negative_prompt: blurry, unfocused, grainy, unrealistic
90
+
91
+ output:
92
+ url: >-
93
+ 7188285.jpeg
94
+
95
+ ---
96
+
97
+ # CCTV Stlye [SDXL + SDv1.5]
98
+
99
+ <Gallery />
100
+
101
+
102
+
103
+ ([CivitAI](https://civitai.com/models/324811))
104
+
105
+ ## Model description
106
+
107
+ <p>Trying to mimic the crappy yet unique style of CCTV cameras, the bad quality is a feature not a bug :) Hence, do not use to much negative and avoid Refiner / Too much of Hi-Rez fixes. </p>
108
+
109
+ ## Trigger words
110
+ You should use `CCTV Style` to trigger the image generation.
111
+
112
+
113
+ ## Download model
114
+
115
+ Weights for this model are available in Safetensors format.
116
+
117
+ [Download](/Norod78/cctv-stlye-sdxl-sdv1-5/tree/main) them in the Files & versions tab.
118
+
119
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
120
+
121
+ ```py
122
+ from diffusers import AutoPipelineForText2Image
123
+ import torch
124
+
125
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
126
+ pipeline.load_lora_weights('Norod78/cctv-stlye-sdxl-sdv1-5', weight_name='SDXL-CCTV-Style-Lora.safetensors')
127
+ image = pipeline('A cute dog CCTV Style ').images[0]
128
+ ```
129
+
130
+ 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)
131
+
SDXL-CCTV-Style-Lora.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf17c29d4646a995dc8798ed470348ce30a0a5605db7ac257ab870c53ce254b0
3
+ size 85930476