multimodalart HF staff commited on
Commit
040dca5
•
1 Parent(s): f39db8b

Upload folder using huggingface_hub

Browse files
2460254.jpeg ADDED
2460256.jpeg ADDED
2460488.jpeg ADDED
2460489.jpeg ADDED
2460637.jpeg ADDED
2460662.jpeg ADDED
2460765.jpeg ADDED
2460766.jpeg ADDED
2462614.jpeg ADDED
2462615.jpeg ADDED
DD-gltch-artstyle-XL-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d62e7721bf094315a52aee746bc7d0553df602e8a3b221dce9315b77d5a34bb
3
+ size 228453276
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
+ - glitch
12
+ - style
13
+ - artstyle
14
+ - corrupted
15
+
16
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
17
+ instance_prompt: gltch artstyle
18
+ widget:
19
+ - text: ' '
20
+ output:
21
+ url: >-
22
+ 2462614.jpeg
23
+ - text: 'Tokyo city skyline sunset vaporwave (gltch artstyle)'
24
+ output:
25
+ url: >-
26
+ 2460637.jpeg
27
+ - text: 'dinosaur eating broccoli (gltch artstyle)'
28
+ output:
29
+ url: >-
30
+ 2460765.jpeg
31
+ - text: ' '
32
+ output:
33
+ url: >-
34
+ 2460488.jpeg
35
+ - text: ' '
36
+ output:
37
+ url: >-
38
+ 2460489.jpeg
39
+ - text: 'dinosaur eating broccoli (gltch artstyle)'
40
+ output:
41
+ url: >-
42
+ 2460766.jpeg
43
+ - text: ' '
44
+ output:
45
+ url: >-
46
+ 2460662.jpeg
47
+ - text: ' '
48
+ output:
49
+ url: >-
50
+ 2462615.jpeg
51
+ - text: ' '
52
+ output:
53
+ url: >-
54
+ 2460254.jpeg
55
+ - text: ' '
56
+ output:
57
+ url: >-
58
+ 2460256.jpeg
59
+
60
+ ---
61
+
62
+ # GLTCH artstyle "corrupt CR2 Canon RAW files" 218MB LoRA
63
+
64
+ <Gallery />
65
+
66
+
67
+
68
+
69
+
70
+ ## Model description
71
+
72
+ <p>Trained on corrupted CR2 RAW files taken from a Canon 6D with <a target="_blank" rel="ugc" href="https://magiclantern.fm/"><em>Magic Lantern</em></a><em> </em>installed<em>.</em><br />I thought the strange colorful banding from these photographs made for an useful LoRA.<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>
73
+
74
+ ## Trigger words
75
+ You should use `gltch artstyle` to trigger the image generation.
76
+
77
+
78
+ ## Download model
79
+
80
+ Weights for this model are available in Safetensors format.
81
+
82
+ [Download](/DoctorDiffusion/gltch-artstyle-corrupt-cr2-canon-raw-files-218mb-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/gltch-artstyle-corrupt-cr2-canon-raw-files-218mb-lora', weight_name='DD-gltch-artstyle-XL-v1.safetensors')
92
+ image = pipeline('`gltch artstyle`').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
+