multimodalart HF staff commited on
Commit
a8000ff
1 Parent(s): bc7adbf

Upload folder using huggingface_hub

Browse files
Files changed (12) hide show
  1. 3403718.jpeg +0 -0
  2. 3403719.jpeg +0 -0
  3. 3403720.jpeg +0 -0
  4. 3403721.jpeg +0 -0
  5. 3403722.jpeg +0 -0
  6. 3403723.jpeg +0 -0
  7. 3403724.jpeg +0 -0
  8. 3403725.jpeg +0 -0
  9. 3403726.jpeg +0 -0
  10. 3403727.jpeg +0 -0
  11. README.md +103 -0
  12. pastry-sdxl.safetensors +3 -0
3403718.jpeg ADDED
3403719.jpeg ADDED
3403720.jpeg ADDED
3403721.jpeg ADDED
3403722.jpeg ADDED
3403723.jpeg ADDED
3403724.jpeg ADDED
3403725.jpeg ADDED
3403726.jpeg ADDED
3403727.jpeg ADDED
README.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - style
12
+ - food
13
+ - cake
14
+ - bread
15
+ - sweets
16
+ - donut
17
+ - muffin
18
+ - gingerbread
19
+ - baking
20
+ - pastry
21
+ - gingerbread man
22
+
23
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
24
+ instance_prompt: pastry
25
+ widget:
26
+ - text: 'dog looking at, amazing pastrey dish on a gold plate, pastry '
27
+ output:
28
+ url: >-
29
+ 3403718.jpeg
30
+ - text: 'mouse and keyboard, made out of pastry, pink background '
31
+ output:
32
+ url: >-
33
+ 3403719.jpeg
34
+ - text: 'pineapple, made out of pastry '
35
+ output:
36
+ url: >-
37
+ 3403720.jpeg
38
+ - text: 'food photography, harry potter from harry potter, made out of pastry '
39
+ output:
40
+ url: >-
41
+ 3403721.jpeg
42
+ - text: '3d Splash art, a cat head, ((white background)), epic Instagram, artstation, splash style of colorful paint, contour, hyperdetailed intricately detailed, pastry '
43
+ output:
44
+ url: >-
45
+ 3403722.jpeg
46
+ - text: 'car made out of pastry, food magazine shot, pastry '
47
+ output:
48
+ url: >-
49
+ 3403723.jpeg
50
+ - text: 'closeup shot, food photography, gandalf from lord of the rings, standing on a cookie, oozing chocolate, made out of pastry, standing on basalt countertop '
51
+ output:
52
+ url: >-
53
+ 3403724.jpeg
54
+ - text: 'dwarf made out of pastry, holding candle, in dark dungeon, at night, shadows, dithered light, '
55
+ output:
56
+ url: >-
57
+ 3403725.jpeg
58
+ - text: 'dragon made out of pastry, standing on lava rock, breathing fire '
59
+ output:
60
+ url: >-
61
+ 3403726.jpeg
62
+ - text: 'huge mushroom made out of pastry, fruits, in mystical forrest '
63
+ output:
64
+ url: >-
65
+ 3403727.jpeg
66
+
67
+ ---
68
+
69
+ # Baking Bread [SDXL LoRA]
70
+
71
+ <Gallery />
72
+
73
+
74
+
75
+ ([CivitAI](https://civitai.com/models/189905))
76
+
77
+ ## Model description
78
+
79
+ <p><u>SDXL:<br /></u><span style="color:rgb(193, 194, 197)">Trigger word: </span><strong><span style="color:rgb(193, 194, 197)">pastry</span></strong><br /><span style="color:rgb(193, 194, 197)">Sampling Method: </span><strong><span style="color:rgb(219, 222, 225)">DPM++ 2M SDE Karras</span></strong><br /><br />☕ Buy me a coffee: <a target="_blank" rel="ugc" href="https://ko-fi.com/ralfingerai">https://ko-fi.com/ralfingerai</a></p>
80
+
81
+ ## Trigger words
82
+ You should use `pastry` to trigger the image generation.
83
+
84
+
85
+ ## Download model
86
+
87
+ Weights for this model are available in Safetensors format.
88
+
89
+ [Download](/RalFinger/baking-bread-sdxl-lora/tree/main) them in the Files & versions tab.
90
+
91
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
92
+
93
+ ```py
94
+ from diffusers import AutoPipelineForText2Image
95
+ import torch
96
+
97
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
98
+ pipeline.load_lora_weights('RalFinger/baking-bread-sdxl-lora', weight_name='pastry-sdxl.safetensors')
99
+ image = pipeline('huge mushroom made out of pastry, fruits, in mystical forrest ').images[0]
100
+ ```
101
+
102
+ 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)
103
+
pastry-sdxl.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed964c642e156b3ba04a94a29469d27a2a36242709198451d19d4f80393e249d
3
+ size 228452868