ntc-ai commited on
Commit
e6e3db2
1 Parent(s): 140017f

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/instagram profile pic.../instagram profile pic_17_3.0.png"
6
+ widget:
7
+ - text: instagram profile pic
8
+ output:
9
+ url: images/instagram profile pic_17_3.0.png
10
+ - text: instagram profile pic
11
+ output:
12
+ url: images/instagram profile pic_19_3.0.png
13
+ - text: instagram profile pic
14
+ output:
15
+ url: images/instagram profile pic_20_3.0.png
16
+ - text: instagram profile pic
17
+ output:
18
+ url: images/instagram profile pic_21_3.0.png
19
+ - text: instagram profile pic
20
+ output:
21
+ url: images/instagram profile pic_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: "instagram profile pic"
35
+ base_model: "stabilityai/stable-diffusion-xl-base-1.0"
36
+ ---
37
+ # ntcai.xyz slider - instagram profile pic (SDXL LoRA)
38
+
39
+ | Strength: -3 | Strength: 0 | Strength: 3 |
40
+ | --- | --- | --- |
41
+ | <img src="images/instagram profile pic_17_-3.0.png" width=256 height=256 /> | <img src="images/instagram profile pic_17_0.0.png" width=256 height=256 /> | <img src="images/instagram profile pic_17_3.0.png" width=256 height=256 /> |
42
+ | <img src="images/instagram profile pic_19_-3.0.png" width=256 height=256 /> | <img src="images/instagram profile pic_19_0.0.png" width=256 height=256 /> | <img src="images/instagram profile pic_19_3.0.png" width=256 height=256 /> |
43
+ | <img src="images/instagram profile pic_20_-3.0.png" width=256 height=256 /> | <img src="images/instagram profile pic_20_0.0.png" width=256 height=256 /> | <img src="images/instagram profile pic_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
+ instagram profile pic
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.instagram-profile-pic', weight_name='instagram profile pic.safetensors', adapter_name="instagram profile pic")
71
+
72
+ # Activate the LoRA
73
+ pipe.set_adapters(["instagram profile pic"], adapter_weights=[2.0])
74
+
75
+ prompt = "medieval rich kingpin sitting in a tavern, instagram profile pic"
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 930+ 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/instagram profile pic_17_-1.5.png ADDED

Git LFS Details

  • SHA256: 48e47e51e724a84cb5d8e8197ab4b9e5a16c9d06b56abdee77d19d6dcb9b14bb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/instagram profile pic_17_-3.0.png ADDED

Git LFS Details

  • SHA256: 9ce1610434f3629f981307d4b87fb541e6096f4391c882f87e57b0f18e54ae15
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
images/instagram profile pic_17_0.0.png ADDED

Git LFS Details

  • SHA256: 9961373d9eaf68646022c894f2549d00f4b7b75e35fdb0e6f0cf8d6d3731618b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/instagram profile pic_17_1.5.png ADDED

Git LFS Details

  • SHA256: 3f2151f3682fbfee8c815de4b3d80be83cbc6fbfbc080fbcd6dcad4ca97be05c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/instagram profile pic_17_3.0.png ADDED

Git LFS Details

  • SHA256: 4fd26ea409c501f09e715158958448b994d6b9af0f4c3b703050efcd405d385f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/instagram profile pic_19_-1.5.png ADDED

Git LFS Details

  • SHA256: c530611ace1407c2bceac8fc2731838ad77a7504f10a90f08036fd653b242aee
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
images/instagram profile pic_19_-3.0.png ADDED

Git LFS Details

  • SHA256: 6c338c13f557fd79dd86f1726d9da88455fb185329b92658c21adad34b4870e6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
images/instagram profile pic_19_0.0.png ADDED

Git LFS Details

  • SHA256: 13f15df16bfc6195d10bb6f4fee93a204841809ac71f4479dec07ae12dcd2f85
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/instagram profile pic_19_1.5.png ADDED

Git LFS Details

  • SHA256: 5c3b885198ed3c528a1bbf6fef2dd6b08091f099cf1f579ad1b8fc7edcb73906
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/instagram profile pic_19_3.0.png ADDED

Git LFS Details

  • SHA256: c6d239bf6a1f4fa94162d0093e6bbdce0a3380e6fda70c01a613d0ed0c6e6629
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
images/instagram profile pic_20_-1.5.png ADDED

Git LFS Details

  • SHA256: 69966315ebea0132c1e11d9a75420243aeb89f5793a00c3806c4294c913d3892
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/instagram profile pic_20_-3.0.png ADDED

Git LFS Details

  • SHA256: 77805f816707b7fe5e7b6d343126d9cbac3a783c6fd2ce197ab50da2bc061349
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/instagram profile pic_20_0.0.png ADDED

Git LFS Details

  • SHA256: 1f6856cc34458e5ca201cfad3fe3313e92850c940555a072ab55a0cc2d5b449a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.36 MB
images/instagram profile pic_20_1.5.png ADDED

Git LFS Details

  • SHA256: 1992ebfb48ebcc5a7c1e0fd38d77f8f6fb5e62a49194fd61e80fc6441268d056
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
images/instagram profile pic_20_3.0.png ADDED

Git LFS Details

  • SHA256: 5af7ab480a789953af21488dd2aa9e9209ebfcfa16ec843276926521fff892e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
images/instagram profile pic_21_-1.5.png ADDED

Git LFS Details

  • SHA256: 0e41272181fcdcc853227065b1f3f5ccb7411a02f854926fef111ac9bb90d4c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.42 MB
images/instagram profile pic_21_-3.0.png ADDED

Git LFS Details

  • SHA256: 32e16e930686d83d8ef6b595e336c51d57c8951e3f43791294034c0099528b1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
images/instagram profile pic_21_0.0.png ADDED

Git LFS Details

  • SHA256: dc426140435063985c6510e634d4b4cacce0053aab48589f8be56290177efdce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
images/instagram profile pic_21_1.5.png ADDED

Git LFS Details

  • SHA256: 45e0fd9664b4706e7272d1f05ed3cff6cf362568265d8d3f770c587b5712de25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/instagram profile pic_21_3.0.png ADDED

Git LFS Details

  • SHA256: b6f5621e0b853286a6486521f7141ccde697c011709c3c0311ac6511da2ed802
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
images/instagram profile pic_22_-1.5.png ADDED

Git LFS Details

  • SHA256: 86631345b73609016240af169b2cd920de4d9d125f2ce9d242776abf530c611e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
images/instagram profile pic_22_-3.0.png ADDED

Git LFS Details

  • SHA256: 98e23d518892c14ef7968a19394f32662d037e655746c7bc2dd9067682d31cae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
images/instagram profile pic_22_0.0.png ADDED

Git LFS Details

  • SHA256: 08b7a88b854d766a119ee8ebbf5ac72b73416732098a1e14d40a5ec84689a38d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
images/instagram profile pic_22_1.5.png ADDED

Git LFS Details

  • SHA256: 24e66622e8363bbd77984ecea2ffcdb046d7a1f977395f15fb63035669b99d42
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
images/instagram profile pic_22_3.0.png ADDED

Git LFS Details

  • SHA256: c79f00618f27b79ca9ad77cd8fabde1d24051d68912c9722c2f7e5b3ac979993
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
instagram profile pic.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5dc640260302b3fca7a55d680040d068748d8eb00e2de393705e1150a7c47d0
3
+ size 8789076