multimodalart HF staff commited on
Commit
cfabe42
1 Parent(s): 6bf20dd

Upload folder using huggingface_hub

Browse files
7859328.jpeg ADDED
7859329.jpeg ADDED
7859330.jpeg ADDED
7859331.jpeg ADDED
7859332.jpeg ADDED
7859333.jpeg ADDED
7859334.jpeg ADDED
7859335.jpeg ADDED
7859340.jpeg ADDED
AmiguramiRedmond-Crochet-Amigurumi.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd9df0c5646df2a5f89e01adcfe1001d5eadf92c8c8e8ea3749b9866d0a8365
3
+ size 228450884
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - person
12
+ - photorealistic
13
+ - female
14
+ - style
15
+ - woman
16
+ - cute
17
+ - game character
18
+ - girls
19
+ - male
20
+ - man
21
+ - realistic
22
+ - crocheted
23
+ - amigurami
24
+
25
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
26
+ instance_prompt: Amigurami
27
+ widget:
28
+ - text: ' '
29
+ output:
30
+ url: >-
31
+ 7859340.jpeg
32
+ - text: ' '
33
+ output:
34
+ url: >-
35
+ 7859331.jpeg
36
+ - text: ' '
37
+ output:
38
+ url: >-
39
+ 7859330.jpeg
40
+ - text: ' '
41
+ output:
42
+ url: >-
43
+ 7859329.jpeg
44
+ - text: ' '
45
+ output:
46
+ url: >-
47
+ 7859328.jpeg
48
+ - text: ' '
49
+ output:
50
+ url: >-
51
+ 7859333.jpeg
52
+ - text: ' '
53
+ output:
54
+ url: >-
55
+ 7859332.jpeg
56
+ - text: ' '
57
+ output:
58
+ url: >-
59
+ 7859335.jpeg
60
+ - text: ' '
61
+ output:
62
+ url: >-
63
+ 7859334.jpeg
64
+
65
+ ---
66
+
67
+ # Amigurami.Redmond - Amigurami Crochet SD XL Lora.
68
+
69
+ <Gallery />
70
+
71
+
72
+
73
+
74
+
75
+ ## Model description
76
+
77
+ <h1 id="heading-28">Amigurami.Redmond is here!</h1><p>I'm grateful for the GPU time from <strong>Redmond.AI</strong> that allowed me to finish this LORA!</p><p>Want to test and have acess to all my AI Stuff? Check my <a target="_blank" rel="ugc" href="https://artificialguy.com/">website</a>!</p><p>This is a Amigurami LORA fine-tuned on <strong>SD XL 1.0.</strong></p><p>Test all my Loras <a target="_blank" rel="ugc" href="https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora">here</a> for free and unlimited. Thanks, HF, for Inference API!</p><p>The LORA has a high capacity to generate Amigurami Crochet in a wide variety of themes.<strong> It's a versatile LORA.</strong></p><p><strong><u>The tag for the model: Amigurami, Crochet </u></strong></p><p>I really hope you like the LORA and use it.</p><p>If you like the model and think it's worth it, you can make a donation to my <a target="_blank" rel="ugc" href="https://www.patreon.com/user?u=81570187">Patreon</a> or <a target="_blank" rel="ugc" href="https://ko-fi.com/jvkape">Ko-fi</a>.</p><p>Follow me in my twitter to know before all about new models:</p><p><a target="_blank" rel="ugc" href="https://twitter.com/artificialguybr/"><u>https://twitter.com/artificialguybr/</u></a></p>
78
+
79
+ ## Trigger words
80
+ You should use `Amigurami`, `Crochet` to trigger the image generation.
81
+
82
+
83
+ ## Download model
84
+
85
+ Weights for this model are available in Safetensors format.
86
+
87
+ [Download](/artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora/tree/main) them in the Files & versions tab.
88
+
89
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
90
+
91
+ ```py
92
+ from diffusers import AutoPipelineForText2Image
93
+ import torch
94
+
95
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
96
+ pipeline.load_lora_weights('artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora', weight_name='AmiguramiRedmond-Crochet-Amigurumi.safetensors')
97
+ image = pipeline('`Amigurami`, `Crochet`').images[0]
98
+ ```
99
+
100
+ 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)
101
+