ntc-ai commited on
Commit
074fa41
1 Parent(s): d840f01

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/hobbit.../hobbit_17_3.0.png"
6
+ widget:
7
+ - text: hobbit
8
+ output:
9
+ url: images/hobbit_17_3.0.png
10
+ - text: hobbit
11
+ output:
12
+ url: images/hobbit_19_3.0.png
13
+ - text: hobbit
14
+ output:
15
+ url: images/hobbit_20_3.0.png
16
+ - text: hobbit
17
+ output:
18
+ url: images/hobbit_21_3.0.png
19
+ - text: hobbit
20
+ output:
21
+ url: images/hobbit_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: "hobbit"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - hobbit (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/hobbit_17_-3.0.png" width=256 height=256 /> | <img src="images/hobbit_17_0.0.png" width=256 height=256 /> | <img src="images/hobbit_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/hobbit_19_-3.0.png" width=256 height=256 /> | <img src="images/hobbit_19_0.0.png" width=256 height=256 /> | <img src="images/hobbit_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/hobbit_20_-3.0.png" width=256 height=256 /> | <img src="images/hobbit_20_0.0.png" width=256 height=256 /> | <img src="images/hobbit_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
+ hobbit
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.hobbit', weight_name='hobbit.safetensors', adapter_name="hobbit")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["hobbit"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, hobbit"
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
hobbit.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf536507c3bbce80a99c0814dcef8333f5ce864a6a8da80e3ad33dc12e30cac
3
+ size 8789076
images/hobbit_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 1ed54b8007d4a64eeac3e685a348839b496ae843e8ac520e4ad13d29bd12436e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
images/hobbit_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 4e357eac87b02eae9c5ad8621192970ad7ae146ce95bd2033c408d208804187e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/hobbit_17_0.0.png ADDED

Git LFS Details

  • SHA256: 5b8892e47ee23854e9ee077070df59d7786a715b6967d07a7870d2bc05d58060
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
images/hobbit_17_1.5.png ADDED

Git LFS Details

  • SHA256: 92b72766387a9347ab1405af6a94bb8454a7b18bfcc8c09595a23dc6169741d9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/hobbit_17_3.0.png ADDED

Git LFS Details

  • SHA256: 21e1b1f99e11c28a76fdc2ad9af3a8761fa78c570a06a3722e5f1ebaaf3c876a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images/hobbit_19_-1.5.png ADDED

Git LFS Details

  • SHA256: ec73b7982f1cffb18785775b11a0c7197481f1ab049c6b1f0e59b8de70dec383
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/hobbit_19_-3.0.png ADDED

Git LFS Details

  • SHA256: c514a19048d95f05d1f465918c8cee9e03332754886ef56cd9aa5b68da37986e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
images/hobbit_19_0.0.png ADDED

Git LFS Details

  • SHA256: 91a1700ed7468132ea201c9d0c664beec5cff272c532dffbac14ee53b9c44fa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/hobbit_19_1.5.png ADDED

Git LFS Details

  • SHA256: c4df8c93c46e0ed356cde8385c54c2de9975439f709390c1a797c425f66ed5e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images/hobbit_19_3.0.png ADDED

Git LFS Details

  • SHA256: a06b2bc49af99ab8e0f017a57b524ad2aef525d293de1fa07a841be66c696102
  • Pointer size: 132 Bytes
  • Size of remote file: 1.86 MB
images/hobbit_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 01d67f37f1746a97c362ced3b9b0b8b89c45d33a36072d835583954440a8c3f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.51 MB
images/hobbit_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 81671cc58605901a356ef603dda9363070e9dfd39fd45209c491b73b37c30b8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/hobbit_20_0.0.png ADDED

Git LFS Details

  • SHA256: 2039bc6de4fef387c9998f122fe3b3bbde5946793608c4ed99dd31910128ffce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.52 MB
images/hobbit_20_1.5.png ADDED

Git LFS Details

  • SHA256: 2bd6b06090fc7a2c1d5cb5571560f4feab7f13f02ed1573a39b4a2be7aefaa8a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
images/hobbit_20_3.0.png ADDED

Git LFS Details

  • SHA256: fde20c4206227cab69ffc5c88bab8b5cf53184c7708cd3a7418a70b19a137aa4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/hobbit_21_-1.5.png ADDED

Git LFS Details

  • SHA256: fa191781b35798fd5cce15f73a40530021d95fe4b4e0228f2941c2220e73d1e2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
images/hobbit_21_-3.0.png ADDED

Git LFS Details

  • SHA256: dde3acfff6e5c59138104b0b80958eb1f27166b50abd722617a78e6ef9c50020
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
images/hobbit_21_0.0.png ADDED

Git LFS Details

  • SHA256: 929ec5bac470ce69d78e52b041a2e283e9507d4fba04628395992ce0961131a0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
images/hobbit_21_1.5.png ADDED

Git LFS Details

  • SHA256: c09a2d342ef6b828e5b2dc0138a36bdeec3f9f3a47eee67c89d96b311142c3c3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/hobbit_21_3.0.png ADDED

Git LFS Details

  • SHA256: c8cd70914030279944e3c98017683e67f66ebdfe3c07171a23de61e63b793b74
  • Pointer size: 132 Bytes
  • Size of remote file: 1.94 MB
images/hobbit_22_-1.5.png ADDED

Git LFS Details

  • SHA256: b02c8bd071ec1984278198eb23b2ebde44d6b49bfd449d344bd2052060db10b8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/hobbit_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 5525bb579b711194464233fe8e15a37fbd25f06d957a3d1c1084418a5a511dc8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/hobbit_22_0.0.png ADDED

Git LFS Details

  • SHA256: d4821b0e028ede3f0d33d4b3499ef2c931164e8d55589e6adc29caf3753b95e4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/hobbit_22_1.5.png ADDED

Git LFS Details

  • SHA256: 5303324fb5a93ff5ca6df063880f793e43ef9f8668057094767e6026153552e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/hobbit_22_3.0.png ADDED

Git LFS Details

  • SHA256: 7a156ff9df58356060adcfdbcaba7621f7b9fe8faa3617f1456435959028b915
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB