ntc-ai commited on
Commit
15563cf
1 Parent(s): 54921f2

Update README, safetensors and PNGs

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: "images/evaluate/unreal engine.../unreal engine_17_3.0.png"
6
+ widget:
7
+ - text: unreal engine
8
+ output:
9
+ url: images/unreal engine_17_3.0.png
10
+ - text: unreal engine
11
+ output:
12
+ url: images/unreal engine_19_3.0.png
13
+ - text: unreal engine
14
+ output:
15
+ url: images/unreal engine_20_3.0.png
16
+ - text: unreal engine
17
+ output:
18
+ url: images/unreal engine_21_3.0.png
19
+ - text: unreal engine
20
+ output:
21
+ url: images/unreal engine_22_3.0.png
22
+ tags:
23
+ - text-to-image
24
+ - stable-diffusion-xl
25
+ - lora
26
+ - template:sd-lora
27
+ - template:sdxl-lora
28
+ - sdxl-sliders
29
+ - ntcai.xyz-sliders
30
+ - concept
31
+ - diffusers
32
+ license: "mit"
33
+ inference: false
34
+ instance_prompt: "unreal engine"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - unreal engine (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/unreal engine_17_-3.0.png" width=256 height=256 /> | <img src="images/unreal engine_17_0.0.png" width=256 height=256 /> | <img src="images/unreal engine_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/unreal engine_19_-3.0.png" width=256 height=256 /> | <img src="images/unreal engine_19_0.0.png" width=256 height=256 /> | <img src="images/unreal engine_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/unreal engine_20_-3.0.png" width=256 height=256 /> | <img src="images/unreal engine_20_0.0.png" width=256 height=256 /> | <img src="images/unreal engine_20_3.0.png" width=256 height=256 /> |
44
+
45
+
46
+ ## Download
47
+
48
+ Weights for this model are available in Safetensors format.
49
+
50
+ ## Trigger words
51
+
52
+ You can apply this LoRA with trigger words for additional effect:
53
+
54
+ ```
55
+ unreal engine
56
+ ```
57
+
58
+ ## Use in diffusers
59
+
60
+ ```python
61
+ from diffusers import StableDiffusionXLPipeline
62
+ from diffusers import EulerAncestralDiscreteScheduler
63
+ import torch
64
+
65
+ pipe = StableDiffusionXLPipeline.from_single_file("https://huggingface.co/martyn/sdxl-turbo-mario-merge-top-rated/blob/main/topRatedTurboxlLCM_v10.safetensors")
66
+ pipe.to("cuda")
67
+ pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
68
+
69
+ # Load the LoRA
70
+ pipe.load_lora_weights('ntc-ai/SDXL-LoRA-slider.unreal-engine', weight_name='unreal engine.safetensors', adapter_name="unreal engine")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["unreal engine"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, unreal engine"
76
+ negative_prompt = "nsfw"
77
+ width = 512
78
+ height = 512
79
+ num_inference_steps = 10
80
+ guidance_scale = 2
81
+ image = pipe(prompt, negative_prompt=negative_prompt, width=width, height=height, guidance_scale=guidance_scale, num_inference_steps=num_inference_steps).images[0]
82
+ image.save('result.png')
83
+ ```
84
+
85
+ ## Support the Patreon
86
+
87
+ If you like this model please consider [joining our Patreon](https://www.patreon.com/NTCAI).
88
+
89
+ By joining our Patreon, you'll gain access to an ever-growing library of over 810+ unique and diverse LoRAs, covering a wide range of styles and genres. You'll also receive early access to new models and updates, exclusive behind-the-scenes content, and the powerful LoRA slider creator, allowing you to craft your own custom LoRAs and experiment with endless possibilities.
90
+
91
+ Your support on Patreon will allow us to continue developing and refining new models.
92
+
93
+ ## Other resources
94
+
95
+ - [CivitAI](https://civitai.com/user/ntc) - Follow ntc on Civit for even more LoRAs
96
+ - [ntcai.xyz](https://ntcai.xyz) - See ntcai.xyz to find more articles and LoRAs
images/unreal engine_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 5796573f1776d22eff49efbaf0bc3d01b36e2fcd11f776fcd6a12d8a65423b09
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/unreal engine_17_-3.0.png ADDED

Git LFS Details

  • SHA256: a0acf3b89ba18bdc2e28c162c1378a77ac5a0379bc5b188097451d188d39efbe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/unreal engine_17_0.0.png ADDED

Git LFS Details

  • SHA256: da68c99cdd22ad94f4bf076b4961bc7118ac386442f2c0a9bc0b7b8526787c3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/unreal engine_17_1.5.png ADDED

Git LFS Details

  • SHA256: 853a1c4c973a299befceedf70f5dd85874c4e5c81423016ec192df58a882fef2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/unreal engine_17_3.0.png ADDED

Git LFS Details

  • SHA256: 32f45be087b9bf03e494d2f892f8511ed140ebd8e939445277bda8fc8cba4fa2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
images/unreal engine_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 1c5f736fcb55ff90cd95d8731ef578a00c8eaa58f257c44e9ec9181c504597c5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/unreal engine_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 9d563073c622f0181de94dcc39071b07410e8791a3cdb21f84322681fe69820f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/unreal engine_19_0.0.png ADDED

Git LFS Details

  • SHA256: 210a0fb850390be6972721b053e538fe3788e2e30d1b4544c0891fcf63843074
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/unreal engine_19_1.5.png ADDED

Git LFS Details

  • SHA256: 47ac8471b8b16a74212ee8735794122a8365033ae109ba56bb0ce8b7317fc4e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/unreal engine_19_3.0.png ADDED

Git LFS Details

  • SHA256: b92c1ec871962e32aedfe61dc89a0c68fb49e005eef4e21046a0e053fc18d40c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/unreal engine_20_-1.5.png ADDED

Git LFS Details

  • SHA256: be63e69de0a072aed6c5550cb230436f717fa401d35e24b90563bb103a3beee1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/unreal engine_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 0253c440f05e057cba733fe1a0840eca20a0ca4c144d2116ef89e3a32df8cf10
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/unreal engine_20_0.0.png ADDED

Git LFS Details

  • SHA256: 8c4b7fcde4ca115f5663a66efcfa2f49ac0da1bf1366fa8157f4688efdfdbfd4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
images/unreal engine_20_1.5.png ADDED

Git LFS Details

  • SHA256: f1084b5c38c569483765fa74f17ab2ba9498d31a24b243233a709ec3c69f5feb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/unreal engine_20_3.0.png ADDED

Git LFS Details

  • SHA256: aa5734f81ec940fbbb29a00fb7014f640ab93b90776a963917ba62f22bd401be
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
images/unreal engine_21_-1.5.png ADDED

Git LFS Details

  • SHA256: bc91e3a84920dfa1f840f41cf5a0686e77bfbec4ef0c2c543cc872304a2829eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/unreal engine_21_-3.0.png ADDED

Git LFS Details

  • SHA256: bc38dff8cd7c5e1630e57d83fa4db3b6e921041e76ba965a1dec2f1f934f8959
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/unreal engine_21_0.0.png ADDED

Git LFS Details

  • SHA256: 7f72fed35e7ffeb10bac390b55c48139fb005f42a1c3a0d040963f662d25fbc4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/unreal engine_21_1.5.png ADDED

Git LFS Details

  • SHA256: ace6ce901d763d26d5a0a1a3c9f9f87215c32f1bee6d8ad67feb921e29254f27
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/unreal engine_21_3.0.png ADDED

Git LFS Details

  • SHA256: 1ae6853fc8372fb7f9e39b48d3977a82c53ed7aa40913a710b10e1dcd061e3bc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/unreal engine_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 4c3dba241693adf5f7f40c8c69a12ced1813859124b5a47b0c7fe61aae9d650c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/unreal engine_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 23446b67603ef822b9dec37e2295fad3216c8e06a8b11cbaf89416fa1975efe9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/unreal engine_22_0.0.png ADDED

Git LFS Details

  • SHA256: 830e4366b4cba0f18f5ee74794ddecb0584ae37b0da5e3fb36ffb14f9d6bb1ff
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
images/unreal engine_22_1.5.png ADDED

Git LFS Details

  • SHA256: 65a24b06f8b9f34fe9abe65caf339467b7c362b0299b7cd48551f09073c7fb3b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/unreal engine_22_3.0.png ADDED

Git LFS Details

  • SHA256: 77fddfa6335d4f9653852f6721cbad3a8c3e78389ce974dbae3f8f3f0b339712
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
unreal engine.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adf5d680095592c1fbbf84ece4677f79c948674e4658355dee2e3dc7e78cf1aa
3
+ size 8789076