multimodalart HF staff commited on
Commit
b3864db
1 Parent(s): e362018

Upload folder using huggingface_hub

Browse files
5594405.jpeg ADDED
5594406.jpeg ADDED
5594407.jpeg ADDED
5594408.jpeg ADDED
5594409.jpeg ADDED
5594410.jpeg ADDED
5594412.jpeg ADDED
5594413.jpeg ADDED
5594414.jpeg ADDED
LaundryArt_LoRA_r16-000006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f699943e5a5c0044c2a9ba4ab673822a7cb2474054f1ca29f5627df45e71259a
3
+ size 114436436
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - style
12
+ - laundry
13
+ - cloth
14
+ - laundry art
15
+
16
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
17
+ instance_prompt: LaundryArt
18
+ widget:
19
+ - text: 'Wonderwoman LaundryArt '
20
+ output:
21
+ url: >-
22
+ 5594409.jpeg
23
+ - text: 'Rick Sanchez LaundryArt '
24
+ output:
25
+ url: >-
26
+ 5594414.jpeg
27
+ - text: 'A crazy clown LaundryArt '
28
+ output:
29
+ url: >-
30
+ 5594407.jpeg
31
+ - text: 'Pikachu LaundryArt '
32
+ output:
33
+ url: >-
34
+ 5594410.jpeg
35
+ - text: 'A cute dog LaundryArt '
36
+ output:
37
+ url: >-
38
+ 5594408.jpeg
39
+ - text: 'Shrek and Olaf on a frozen field LaundryArt '
40
+ output:
41
+ url: >-
42
+ 5594413.jpeg
43
+ - text: 'Snoop Dogg LaundryArt '
44
+ output:
45
+ url: >-
46
+ 5594405.jpeg
47
+ - text: 'A socially awkward potato LaundryArt '
48
+ output:
49
+ url: >-
50
+ 5594412.jpeg
51
+ - text: 'American gothic LaundryArt '
52
+ output:
53
+ url: >-
54
+ 5594406.jpeg
55
+
56
+ ---
57
+
58
+ # LaundryArt LoRA
59
+
60
+ <Gallery />
61
+
62
+
63
+
64
+ ([CivitAI](https://civitai.com/models/268126))
65
+
66
+ ## Model description
67
+
68
+ <p>LaundryArt is, well, a sort of art people make by arranging their Laundry in a certain way and adding some objects into the mix</p>
69
+
70
+ ## Trigger words
71
+ You should use `LaundryArt` to trigger the image generation.
72
+
73
+
74
+ ## Download model
75
+
76
+ Weights for this model are available in Safetensors format.
77
+
78
+ [Download](/Norod78/laundryart-lora/tree/main) them in the Files & versions tab.
79
+
80
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
81
+
82
+ ```py
83
+ from diffusers import AutoPipelineForText2Image
84
+ import torch
85
+
86
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
87
+ pipeline.load_lora_weights('Norod78/laundryart-lora', weight_name='LaundryArt_LoRA_r16-000006.safetensors')
88
+ image = pipeline('American gothic LaundryArt ').images[0]
89
+ ```
90
+
91
+ 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)
92
+