brushpenbob commited on
Commit
e24c4ba
·
verified ·
1 Parent(s): f290a2a

Upload folder using huggingface_hub

Browse files
Files changed (7) hide show
  1. 20235327.jpeg +0 -0
  2. 20235332.jpeg +0 -0
  3. 20235333.jpeg +0 -0
  4. 20235533.jpeg +0 -0
  5. 20235535.jpeg +0 -0
  6. Mummy_XL.safetensors +3 -0
  7. README.md +81 -0
20235327.jpeg ADDED
20235332.jpeg ADDED
20235333.jpeg ADDED
20235533.jpeg ADDED
20235535.jpeg ADDED
Mummy_XL.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91ceccd128b53b048265e9313ded66187253422a5cb7f8c2286046c2f1537871
3
+ size 228466444
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - style
13
+ - characters
14
+ - mummy
15
+
16
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
17
+ instance_prompt: Evang
18
+ widget:
19
+ - text: ' '
20
+
21
+ output:
22
+ url: >-
23
+ 20235533.jpeg
24
+ - text: ' '
25
+
26
+ output:
27
+ url: >-
28
+ 20235333.jpeg
29
+ - text: ' '
30
+
31
+ output:
32
+ url: >-
33
+ 20235535.jpeg
34
+ - text: ' '
35
+
36
+ output:
37
+ url: >-
38
+ 20235327.jpeg
39
+ - text: ' '
40
+
41
+ output:
42
+ url: >-
43
+ 20235332.jpeg
44
+
45
+ ---
46
+
47
+ # Mummy XL
48
+
49
+ <Gallery />
50
+
51
+
52
+
53
+
54
+
55
+ ## Model description
56
+
57
+ <p>Remake of my original, <a rel="ugc" href="https://civitai.com/models/25952/mummy?modelVersionId=276900">mummy mode</a>l as a LoRa</p>
58
+
59
+ ## Trigger words
60
+ You should use `Evang`, `Mummy ` to trigger the image generation.
61
+
62
+
63
+ ## Download model
64
+
65
+ Weights for this model are available in Safetensors format.
66
+
67
+ [Download](/brushpenbob/mummy-xl/tree/main) them in the Files & versions tab.
68
+
69
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
70
+
71
+ ```py
72
+ from diffusers import AutoPipelineForText2Image
73
+ import torch
74
+
75
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
76
+ pipeline.load_lora_weights('brushpenbob/mummy-xl', weight_name='Mummy_XL.safetensors')
77
+ image = pipeline('`Evang`, `Mummy `').images[0]
78
+ ```
79
+
80
+ 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)
81
+