ntc-ai commited on
Commit
2aa7375
1 Parent(s): 3154317

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/octane render.../octane render_17_3.0.png"
6
+ widget:
7
+ - text: octane render
8
+ output:
9
+ url: images/octane render_17_3.0.png
10
+ - text: octane render
11
+ output:
12
+ url: images/octane render_19_3.0.png
13
+ - text: octane render
14
+ output:
15
+ url: images/octane render_20_3.0.png
16
+ - text: octane render
17
+ output:
18
+ url: images/octane render_21_3.0.png
19
+ - text: octane render
20
+ output:
21
+ url: images/octane render_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: "octane render"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - octane render (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/octane render_17_-3.0.png" width=256 height=256 /> | <img src="images/octane render_17_0.0.png" width=256 height=256 /> | <img src="images/octane render_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/octane render_19_-3.0.png" width=256 height=256 /> | <img src="images/octane render_19_0.0.png" width=256 height=256 /> | <img src="images/octane render_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/octane render_20_-3.0.png" width=256 height=256 /> | <img src="images/octane render_20_0.0.png" width=256 height=256 /> | <img src="images/octane render_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
+ octane render
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.octane-render', weight_name='octane render.safetensors', adapter_name="octane render")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["octane render"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, octane render"
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 540+ 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/octane render_17_-1.5.png ADDED

Git LFS Details

  • SHA256: efe582738806041d25aca948f6ee71e83d5b9a57789290d25f56bffb283c6954
  • Pointer size: 132 Bytes
  • Size of remote file: 1.87 MB
images/octane render_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 9f49d84766558ead28c1b796a236c774c406c045a78cd18315edc47b199397fc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.95 MB
images/octane render_17_0.0.png ADDED

Git LFS Details

  • SHA256: 08cf4fd17f8f5b281dce66106adf55a66c1df01612777bbd35e94db1b810fcb5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
images/octane render_17_1.5.png ADDED

Git LFS Details

  • SHA256: 2536c610479f4fbcc52aa5e7809b561db248a11b3a4e98709a4c7509b1ee1c08
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
images/octane render_17_3.0.png ADDED

Git LFS Details

  • SHA256: 44cb1e50fe041bcebc0f302f4a44d908f56641fb50035516afe37ca7b26c8fec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/octane render_19_-1.5.png ADDED

Git LFS Details

  • SHA256: 92e60923ad22bf2b556200067cfd3827454a68eb2b1568942b8deec3ee8a89e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/octane render_19_-3.0.png ADDED

Git LFS Details

  • SHA256: d86db9eab302bd5b6bf581450fd1898606b679f7a9b38548c43b04be840df625
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
images/octane render_19_0.0.png ADDED

Git LFS Details

  • SHA256: 9a0279e568f0592cc7e36eaa581c9db6c0b61c538b2ae716e67bd91a7f80832d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/octane render_19_1.5.png ADDED

Git LFS Details

  • SHA256: fe8e8758cc463223fdc79ed1216073ffecacb1e37eff0254e60c72cc179bf1f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/octane render_19_3.0.png ADDED

Git LFS Details

  • SHA256: fa113f581dd377e5db64824055293cc22e9fadc6b2b514bc9bcfdd14dd672b56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/octane render_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 24c866c9daaeaccc2a079897e27644ed178e63e3e67107e40d7d9cba1798b3f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
images/octane render_20_-3.0.png ADDED

Git LFS Details

  • SHA256: febd1741927e0f19545b2c15dcfa0b6c20a1de3cea491cafc190c2fa46ffd589
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/octane render_20_0.0.png ADDED

Git LFS Details

  • SHA256: 9d729bbbbabc1cf66cf069524b43d1933fc36a78f07653ca972ea458816be33b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/octane render_20_1.5.png ADDED

Git LFS Details

  • SHA256: a147ed0adde9c3232c1dfd7c96432adad2691db60ae13278658e76696aeb2d5a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
images/octane render_20_3.0.png ADDED

Git LFS Details

  • SHA256: 7f69e815fe253477afde7626bdc9b2dc89d049b13fb824235520de023dfaf42b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.3 MB
images/octane render_21_-1.5.png ADDED

Git LFS Details

  • SHA256: e972a8359ebe8beef679eaf100e135bf827604c748b13a5fcb1965f9afc2b693
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/octane render_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 445bba02649dad26a0030f2fd36aa0a27103816b3e659374ae043fb6f8ba1f67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
images/octane render_21_0.0.png ADDED

Git LFS Details

  • SHA256: 969039635c6033b4267f1fe56f91cc3be405c315f80c2b0aee5f8f61f5608700
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/octane render_21_1.5.png ADDED

Git LFS Details

  • SHA256: 6bd88737826113ceace2b5c83fe3739d2601c37e021f1ee24317428173a649cb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
images/octane render_21_3.0.png ADDED

Git LFS Details

  • SHA256: 9c5d56e9cfe031d1cc03d24dc435ca87a4ec8d315c0fb89226ef42ed90870a9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
images/octane render_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 047ed52c3be046c1cbfd24f4605feb32d340c43e62d4d13d20812fd2ad69585a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/octane render_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 92abb2c8bf0bc936050b62fe4da6e904160829f77f3229a625c96ba361529098
  • Pointer size: 132 Bytes
  • Size of remote file: 1.48 MB
images/octane render_22_0.0.png ADDED

Git LFS Details

  • SHA256: 0e11a3bec8230404dea37b96be484cc78dc21f1f0b185c17370cc174426093c4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/octane render_22_1.5.png ADDED

Git LFS Details

  • SHA256: f84b7903987088a2bc274c93613cd71637e06d9fc619ff6ff932b695fe24467e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/octane render_22_3.0.png ADDED

Git LFS Details

  • SHA256: 5dcf270b4992f8e6438a32469533012a209ca57cf82d54feeb6f8fe8e721ebac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
octane render.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe95dabc8f926d33c84d89e2d1c795f2864f0578ae3c40809511db07b25a314
3
+ size 8789076