Taka1265 commited on
Commit
227d2dc
·
verified ·
1 Parent(s): 5c921a5

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. .gitattributes +3 -0
  2. 548159.jpeg +3 -0
  3. 548161.jpeg +3 -0
  4. 548300.jpeg +3 -0
  5. Morgan.safetensors +3 -0
  6. README.md +77 -0
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ 548159.jpeg filter=lfs diff=lfs merge=lfs -text
37
+ 548161.jpeg filter=lfs diff=lfs merge=lfs -text
38
+ 548300.jpeg filter=lfs diff=lfs merge=lfs -text
548159.jpeg ADDED

Git LFS Details

  • SHA256: bf1a201129c442e924c205e569f7435cfc516700a10058c74653e8ca3c0d4627
  • Pointer size: 131 Bytes
  • Size of remote file: 447 kB
548161.jpeg ADDED

Git LFS Details

  • SHA256: eec31f7e6a18080df9394ac034d8d6c3f57b4d5a1ee911b5bdb3f5534a648e70
  • Pointer size: 131 Bytes
  • Size of remote file: 470 kB
548300.jpeg ADDED

Git LFS Details

  • SHA256: 26793ace71b0a4a426c0c6d7f1d8ace25405972ae5224fb337f413a6532de667
  • Pointer size: 131 Bytes
  • Size of remote file: 694 kB
Morgan.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc83f174d323f705de8aba798da3bc4103e15f3bfc8ba2843542569de09329b
3
+ size 37863565
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - character
13
+ - western art
14
+ - games
15
+ - western people
16
+ - rock star
17
+
18
+ base_model: runwayml/stable-diffusion-v1-5
19
+ instance_prompt: Arthur Morgan
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 548161.jpeg
26
+ - text: 'Arthur Morgan '
27
+ parameters:
28
+ negative_prompt: (worst quality, low quality:1.4)
29
+
30
+ output:
31
+ url: >-
32
+ 548300.jpeg
33
+ - text: ' '
34
+
35
+ output:
36
+ url: >-
37
+ 548159.jpeg
38
+
39
+ ---
40
+
41
+ # Arthur Morgan
42
+
43
+ <Gallery />
44
+
45
+
46
+
47
+
48
+
49
+ ## Model description
50
+
51
+ <p>Arthur Morgan was born circa 1863 to <a target="_blank" rel="ugc" href="https://reddead.fandom.com/wiki/Beatrice_Morgan">Beatrice</a> and <a target="_blank" rel="ugc" href="https://reddead.fandom.com/wiki/Lyle_Morgan">Lyle Morgan</a> in the <a target="_blank" rel="ugc" href="http://en.wikipedia.org/wiki/Northern_United_States">northern US</a>. As a child, his mother died of unknown causes, while his father was a petty criminal and outlaw. In 1874, when Arthur was 11 years old, his father was arrested for larceny. Morgan later witnessed his death and, despite a strained relationship with him, still donned his hat and kept a picture of him.</p><p>Around 1877, Arthur was found as a 'wild delinquent' and picked up off the streets by <a target="_blank" rel="ugc" href="https://reddead.fandom.com/wiki/Dutch_van_der_Linde">Dutch van der Linde</a> and <a target="_blank" rel="ugc" href="https://reddead.fandom.com/wiki/Hosea_Matthews">Hosea Matthews</a>.<a target="_blank" rel="ugc" href="https://reddead.fandom.com/wiki/Arthur_Morgan#cite_note-4">[4]</a> Viewing the pair as surrogate father figures, Arthur came to share Dutch's vision of a life lived free from the constraints of civilization and the rule of law. The pair taught him how to read, write, hunt, fight, shoot, and ride, becoming their first protégé as well as one of the founding members of the <a target="_blank" rel="ugc" href="https://reddead.fandom.com/wiki/Van_der_Linde_gang">Van der Linde gang</a>.</p>
52
+
53
+ ## Trigger words
54
+ You should use `Arthur Morgan` to trigger the image generation.
55
+
56
+
57
+ ## Download model
58
+
59
+ Weights for this model are available in Safetensors format.
60
+
61
+ [Download](/Taka1265/arthur-morgan/tree/main) them in the Files & versions tab.
62
+
63
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
64
+
65
+ ```py
66
+ from diffusers import AutoPipelineForText2Image
67
+ import torch
68
+
69
+ device = "cuda" if torch.cuda.is_available() else "cpu"
70
+
71
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to(device)
72
+ pipeline.load_lora_weights('Taka1265/arthur-morgan', weight_name='Morgan.safetensors')
73
+ image = pipeline('`Arthur Morgan`').images[0]
74
+ ```
75
+
76
+ 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)
77
+