multimodalart HF staff commited on
Commit
f4d1816
1 Parent(s): 439d463

Upload folder using huggingface_hub

Browse files
Files changed (12) hide show
  1. 3429978.jpeg +0 -0
  2. 3429979.jpeg +0 -0
  3. 3429980.jpeg +0 -0
  4. 3429981.jpeg +0 -0
  5. 3429982.jpeg +0 -0
  6. 3429983.jpeg +0 -0
  7. 3429984.jpeg +0 -0
  8. 3429990.jpeg +0 -0
  9. 3429991.jpeg +0 -0
  10. 3429992.jpeg +0 -0
  11. README.md +100 -0
  12. bastet-sdxl.safetensors +3 -0
3429978.jpeg ADDED
3429979.jpeg ADDED
3429980.jpeg ADDED
3429981.jpeg ADDED
3429982.jpeg ADDED
3429983.jpeg ADDED
3429984.jpeg ADDED
3429990.jpeg ADDED
3429991.jpeg ADDED
3429992.jpeg ADDED
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=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
+ - animals
12
+ - style
13
+ - cat
14
+ - furry
15
+ - mythology
16
+ - egypt
17
+ - mummy
18
+ - bastet
19
+
20
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
21
+ instance_prompt: bastet
22
+ widget:
23
+ - text: 'bastet, a man in a costume with a knife in his left hand, mummy style, claws, kneeling on the floor, attack pose, mummy style, wrapped in bandages '
24
+ output:
25
+ url: >-
26
+ 3429992.jpeg
27
+ - text: 'bastet, cat, a female bastet with heavy shoulder armor plates, green eyes, magical staff in right hand, belt with animal head, gem stone on the chest, magic staff, mummy style '
28
+ output:
29
+ url: >-
30
+ 3429979.jpeg
31
+ - text: 'bastet, cat, a male warrior bastet, heavy black and bronze armor, armor plates, shoulder plates, skull belt, holding weapon in his right hand, glowing white eyes '
32
+ output:
33
+ url: >-
34
+ 3429983.jpeg
35
+ - text: 'bastet, cat, a male bastet, man, dressed as a mummy, casting a glowing magic spell in his hand, wearing retropunk machinery on his body, '
36
+ output:
37
+ url: >-
38
+ 3429980.jpeg
39
+ - text: 'bastet, cat, a male bastete in a bandages, mummy, holding a magic statt with symbols in it, spiked shoulder plates, glowing white eyes, leather belt on chest, staff on the back '
40
+ output:
41
+ url: >-
42
+ 3429978.jpeg
43
+ - text: 'bastet, a cat, a female warrior, wearing plate armor, armor shoulder plates, black and bronze runes on the armor, wearing a hood, yellow eyes, sword on her back, shild in left hand, bandages, mummy style '
44
+ output:
45
+ url: >-
46
+ 3429991.jpeg
47
+ - text: 'bastet, cat, a male bastete in a bandages, mummy, holding a magic statt with symbols in it, spiked shoulder plates, glowing white eyes, leather belt on chest, staff on the back '
48
+ output:
49
+ url: >-
50
+ 3429982.jpeg
51
+ - text: 'bastet, a cat dressed in armor, writst armor, shoulder plates, shoulder armor, chest armor, black and bronze armor with runes, wrapped in bondages, mummy style, glowing eyes, fighting pose '
52
+ output:
53
+ url: >-
54
+ 3429990.jpeg
55
+ - text: 'bastet, cat, a male warrior bastet, heavy black and bronze armor, armor plates, shoulder plates, skull belt, holding weapon in his right hand, glowing white eyes '
56
+ output:
57
+ url: >-
58
+ 3429981.jpeg
59
+ - text: 'a bastet female cat, shaman, wizzard, sorcerer, with staff, holding staff, green eyes, '
60
+ output:
61
+ url: >-
62
+ 3429984.jpeg
63
+
64
+ ---
65
+
66
+ # Bastet Egypt Cat Style [SDXL LoRA]
67
+
68
+ <Gallery />
69
+
70
+
71
+
72
+ ([CivitAI](https://civitai.com/models/191203))
73
+
74
+ ## Model description
75
+
76
+ <p><u>SDXL:<br /></u><span style="color:rgb(193, 194, 197)">Trigger word: </span><strong><span style="color:rgb(193, 194, 197)">bastet</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>
77
+
78
+ ## Trigger words
79
+ You should use `bastet` to trigger the image generation.
80
+
81
+
82
+ ## Download model
83
+
84
+ Weights for this model are available in Safetensors format.
85
+
86
+ [Download](/RalFinger/bastet-egypt-cat-style-sdxl-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('RalFinger/bastet-egypt-cat-style-sdxl-lora', weight_name='bastet-sdxl.safetensors')
96
+ image = pipeline('a bastet female cat, shaman, wizzard, sorcerer, with staff, holding staff, green eyes, ').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
+
bastet-sdxl.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9377094991501349a027ef74226248d01254e3801451ae380253d4bf0655d8a4
3
+ size 228452868