multimodalart HF staff commited on
Commit
0fbabf0
1 Parent(s): 5b56815

Upload folder using huggingface_hub

Browse files
1736874.jpeg ADDED
1736875.jpeg ADDED
1736878.jpeg ADDED
1736879.jpeg ADDED
1736884.jpeg ADDED
1736886.jpeg ADDED
1736889.jpeg ADDED
1739450.jpeg ADDED
1739456.jpeg ADDED
1739484.jpeg ADDED
DD-CosmicDisco.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa7c6e0cb9b98cbd54e8cc84a042703c1d85a41a98c50b998d506399e7ecd485
3
+ size 475669880
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=False&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - space
12
+ - horror
13
+ - abstract
14
+ - discodiffusion
15
+ - cosmic
16
+ - style
17
+ - disco
18
+ - styles
19
+
20
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
21
+ instance_prompt: Cmchrr
22
+ widget:
23
+ - text: ' '
24
+ output:
25
+ url: >-
26
+ 1739484.jpeg
27
+ - text: ' '
28
+ output:
29
+ url: >-
30
+ 1739450.jpeg
31
+ - text: 'cosmic horror'
32
+ output:
33
+ url: >-
34
+ 1736886.jpeg
35
+ - text: 'cosmic horror'
36
+ output:
37
+ url: >-
38
+ 1736889.jpeg
39
+ - text: ' '
40
+ output:
41
+ url: >-
42
+ 1739456.jpeg
43
+ - text: 'cosmic horror'
44
+ output:
45
+ url: >-
46
+ 1736878.jpeg
47
+ - text: 'cosmic horror'
48
+ output:
49
+ url: >-
50
+ 1736875.jpeg
51
+ - text: 'cosmic horror'
52
+ output:
53
+ url: >-
54
+ 1736879.jpeg
55
+ - text: 'cosmic horror'
56
+ output:
57
+ url: >-
58
+ 1736874.jpeg
59
+ - text: 'cosmic horror'
60
+ output:
61
+ url: >-
62
+ 1736884.jpeg
63
+
64
+ ---
65
+
66
+ # Doctor Diffusion's CosmicDisco LoRA
67
+
68
+ <Gallery />
69
+
70
+
71
+
72
+
73
+
74
+ ## Model description
75
+
76
+ <p><span style="color:rgb(193, 194, 197)">Works with XL 0.9 Base, XL 1.0 Base, &amp; XL 1.0 Refiner Models.</span></p><p></p><p>Trained on a small selection of Cosmic Horror Disco Diffusion renders.</p>
77
+
78
+ ## Trigger words
79
+ You should use `Cmchrr` 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-cosmicdisco-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-cosmicdisco-lora', weight_name='DD-CosmicDisco.safetensors')
96
+ image = pipeline('cosmic horror').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
+