multimodalart HF staff commited on
Commit
cda5691
1 Parent(s): 6407e8e

Upload folder using huggingface_hub

Browse files
2173654.jpeg ADDED
2173655.jpeg ADDED
2173704.jpeg ADDED
2173745.jpeg ADDED
2174522.jpeg ADDED
2174557.jpeg ADDED
2174678.jpeg ADDED
2174774.jpeg ADDED
2174804.jpeg ADDED
DD-N64-artstyle-XL-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba4f558c46d12b11de5331558dbc1b190ba3bb762b2f6a3c55f4e201760aec51
3
+ size 228459108
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=Rent&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - 3d
12
+ - retro
13
+ - nintendo
14
+ - gaming
15
+ - style
16
+ - 1990s
17
+ - artstyle
18
+ - videogames
19
+ - videogame
20
+ - styles
21
+ - n64
22
+ - nintendo 64
23
+
24
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
25
+ instance_prompt: N64 artstyle
26
+ widget:
27
+ - text: ' '
28
+ output:
29
+ url: >-
30
+ 2174774.jpeg
31
+ - text: ' '
32
+ output:
33
+ url: >-
34
+ 2174804.jpeg
35
+ - text: ' '
36
+ output:
37
+ url: >-
38
+ 2173745.jpeg
39
+ - text: ' '
40
+ output:
41
+ url: >-
42
+ 2173654.jpeg
43
+ - text: ' '
44
+ output:
45
+ url: >-
46
+ 2174678.jpeg
47
+ - text: ' '
48
+ output:
49
+ url: >-
50
+ 2173704.jpeg
51
+ - text: ' '
52
+ output:
53
+ url: >-
54
+ 2173655.jpeg
55
+ - text: ' '
56
+ output:
57
+ url: >-
58
+ 2174557.jpeg
59
+ - text: ' '
60
+ output:
61
+ url: >-
62
+ 2174522.jpeg
63
+
64
+ ---
65
+
66
+ # Doctor Diffusion's N64 XL LoRA - 218MB & 7MB Versions
67
+
68
+ <Gallery />
69
+
70
+
71
+
72
+
73
+
74
+ ## Model description
75
+
76
+ <p>Use <strong>N64 artstyle </strong>in prompt. <br /><br />The 100 epochs 218MB XL version I followed <a target="_blank" rel="ugc" href="https://civitai.com/articles/1771/how-to-create-near-perfect-character-and-style-loras-for-sdxl-10-important-update-19082023"><strong><span style="color:rgb(193, 194, 197)">AI_Characters's</span></strong></a> <a target="_blank" rel="ugc" href="https://civitai.com/articles/1771/how-to-create-near-perfect-character-and-style-loras-for-sdxl-10-important-update-19082023">guide on LoRA settings</a> but used a total of 106 images as well as my own artstyle regulation images. <br /><br />The smaller 20 epochs 7MB version was done with experimental settings. Its small size it why it call it a SDSX LoRA.<br /><br />Inspired partially by both <a target="_blank" rel="ugc" href="https://civitai.com/user/veryVANYA/models"><strong><span style="color:rgb(193, 194, 197)">veryVANYA's </span></strong></a><span style="color:rgb(193, 194, 197)">outstanding </span><a target="_blank" rel="ugc" href="https://civitai.com/models/129556/ps1-graphics-sdxl"><span style="color:rgb(193, 194, 197)">PS1 LoRA</span></a><span style="color:rgb(193, 194, 197)"> (you should download and try) and my 90's childhood.</span></p>
77
+
78
+ ## Trigger words
79
+ You should use `N64 artstyle` to trigger the image generation.
80
+
81
+
82
+ ## Download model
83
+
84
+ Weights for this model are available in Safetensors format.
85
+
86
+ [Download](/DoctorDiffusion/doctor-diffusion-s-n64-xl-lora-218mb-7mb-versions/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('DoctorDiffusion/doctor-diffusion-s-n64-xl-lora-218mb-7mb-versions', weight_name='DD-N64-artstyle-XL-v1.safetensors')
96
+ image = pipeline('`N64 artstyle`').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
+