multimodalart HF staff commited on
Commit
130c2c5
•
1 Parent(s): 80b1ce0

Upload folder using huggingface_hub

Browse files
3304577.jpeg ADDED
3304737.jpeg ADDED
3304783.jpeg ADDED
3304788.jpeg ADDED
3304843.jpeg ADDED
3304844.jpeg ADDED
3304884.jpeg ADDED
3304885.jpeg ADDED
3328278.jpeg ADDED
DD-made-of-clay-XL-v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdc4c3e276b857b21b9c6308f426baa446027bb734b5bbdeecaa2a06d9a4f41a
3
+ size 228452484
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - claymation
12
+ - clay
13
+ - colorful
14
+ - style
15
+ - artstyle
16
+ - styles
17
+ - stopmotion
18
+ - modeling clay
19
+ - made of clay
20
+
21
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
22
+ instance_prompt: made-of-clay
23
+ widget:
24
+ - text: ' '
25
+ output:
26
+ url: >-
27
+ 3328278.jpeg
28
+ - text: ' '
29
+ output:
30
+ url: >-
31
+ 3304737.jpeg
32
+ - text: ' '
33
+ output:
34
+ url: >-
35
+ 3304577.jpeg
36
+ - text: ' '
37
+ output:
38
+ url: >-
39
+ 3304844.jpeg
40
+ - text: ' '
41
+ output:
42
+ url: >-
43
+ 3304788.jpeg
44
+ - text: ' '
45
+ output:
46
+ url: >-
47
+ 3304843.jpeg
48
+ - text: ' '
49
+ output:
50
+ url: >-
51
+ 3304783.jpeg
52
+ - text: ' '
53
+ output:
54
+ url: >-
55
+ 3304884.jpeg
56
+ - text: ' '
57
+ output:
58
+ url: >-
59
+ 3304885.jpeg
60
+
61
+ ---
62
+
63
+ # Doctor Diffusion's Claymation Style LoRA
64
+
65
+ <Gallery />
66
+
67
+
68
+
69
+
70
+
71
+ ## Model description
72
+
73
+ <p>Use "<strong>made-of-clay</strong>" in prompt to create captivating clay concepts.<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 rel="ugc" href="https://www.buymeacoffee.com/doctordiffusion">Buy me a coffee or two</a>! <span style="color:rgb(17, 17, 17)">☕</span></p>
74
+
75
+ ## Trigger words
76
+ You should use `made-of-clay` to trigger the image generation.
77
+
78
+
79
+ ## Download model
80
+
81
+ Weights for this model are available in Safetensors format.
82
+
83
+ [Download](/DoctorDiffusion/doctor-diffusion-s-claymation-style-lora/tree/main) them in the Files & versions tab.
84
+
85
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
86
+
87
+ ```py
88
+ from diffusers import AutoPipelineForText2Image
89
+ import torch
90
+
91
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
92
+ pipeline.load_lora_weights('DoctorDiffusion/doctor-diffusion-s-claymation-style-lora', weight_name='DD-made-of-clay-XL-v2.safetensors')
93
+ image = pipeline('`made-of-clay`').images[0]
94
+ ```
95
+
96
+ 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)
97
+