Keltezaa commited on
Commit
34e12ba
·
verified ·
1 Parent(s): 668de2b

Upload folder using huggingface_hub

Browse files
31816899.jpeg ADDED
31817046.jpeg ADDED
31817079.jpeg ADDED
31817195.jpeg ADDED
31817303.jpeg ADDED
Gaia__Jaime_Murray_-_Spartacus_Gods_of_the_Arena_Tv_Series-000019.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff9282eb6692937b2da7e6256846a9d6735543f7bb4c813b5cf6a31e7a3c9bfb
3
+ size 19285952
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=1&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - woman
13
+ - celebrity
14
+ - spartacus
15
+ - tv character
16
+ - jaime murray
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: gaiasparta, red hair,
20
+ widget:
21
+ - text: 'aiasparta, red hair, , upper body photograph of a woman, red luxurious hair wearing a high necked red coservative roman dress, pearl earings, seductive sly smile, arrogant, looking at viewer, there is a lavish banquete in the background, '
22
+
23
+ output:
24
+ url: >-
25
+ 31816899.jpeg
26
+ - text: 'aiasparta, red hair, , upper body photograph of a woman, red luxurious hair wearing a high necked red coservative roman dress, pearl earings, seductive sly smile, arrogant, looking at viewer, there is a lavish banquete in the background, '
27
+
28
+ output:
29
+ url: >-
30
+ 31817046.jpeg
31
+ - text: 'aiasparta, black hair, , upper body photograph of a woman, black luxurious hair wearing a high necked red coservative roman dress, pearl earings, seductive sly smile, arrogant, looking at viewer, there is a lavish banquete in the background, '
32
+
33
+ output:
34
+ url: >-
35
+ 31817079.jpeg
36
+ - text: 'aiasparta, black hair, , upper body photograph of a woman, black luxurious hair wearing a high necked red coservative roman dress, pearl earings, seductive sly smile, arrogant, looking at viewer, there is a lavish banquete in the background, '
37
+
38
+ output:
39
+ url: >-
40
+ 31817195.jpeg
41
+ - text: 'aiasparta, red hair, , upper body photograph of a woman, red luxurious hair wearing a high necked red coservative roman dress, pearl earings, seductive sly smile, arrogant, looking at viewer, there is a lavish banquete in the background, '
42
+
43
+ output:
44
+ url: >-
45
+ 31817303.jpeg
46
+
47
+ ---
48
+
49
+ # Gaia / Jaime Murray - Spartacus Gods of the Arena Tv Series
50
+
51
+ <Gallery />
52
+
53
+
54
+
55
+
56
+
57
+ ## Model description
58
+
59
+ <p>Gaia / Jaime Murray - Spartacus Gods of the Arena Tv Series</p><p>Triggerwords: gaiasparta, red hair, (black hair, optional)</p>
60
+
61
+ ## Trigger words
62
+ You should use `gaiasparta, red hair, `, `gaiasparta, black hair,` to trigger the image generation.
63
+
64
+
65
+ ## Download model
66
+
67
+ Weights for this model are available in Safetensors format.
68
+
69
+ [Download](/Keltezaa/gaia-jaime-murray-spartacus-gods-of-the-arena-tv-series/tree/main) them in the Files & versions tab.
70
+
71
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
72
+
73
+ ```py
74
+ from diffusers import AutoPipelineForText2Image
75
+ import torch
76
+
77
+ device = "cuda" if torch.cuda.is_available() else "cpu"
78
+
79
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
80
+ pipeline.load_lora_weights('Keltezaa/gaia-jaime-murray-spartacus-gods-of-the-arena-tv-series', weight_name='Gaia__Jaime_Murray_-_Spartacus_Gods_of_the_Arena_Tv_Series-000019.safetensors')
81
+ image = pipeline('aiasparta, red hair, , upper body photograph of a woman, red luxurious hair wearing a high necked red coservative roman dress, pearl earings, seductive sly smile, arrogant, looking at viewer, there is a lavish banquete in the background, ').images[0]
82
+ ```
83
+
84
+ 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)
85
+