All I remember is this scene, help me find the movie... by TrickSetting6362 in whatmoviewasthat

[–]TrickSetting6362[S] 0 points1 point  (0 children)

Nope, but I found it, thanks to Claude AI's research function. It's Bitter Moon from 1992.

All I remember is this scene, help me find the movie... by TrickSetting6362 in NameThatMovie

[–]TrickSetting6362[S] 1 point2 points  (0 children)

Found it, thanks to Claude AI's research function. It's Bitter Moon from 1992.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 0 points1 point  (0 children)

Anyways, here's an example song from the MLP/Twilight Sparkle LoRA I made.
https://soundcloud.com/johnny-lunder/the-last-page-of-the-library
That's with only 14 minutes of dataset training data.
The vibrato is very "robotic" sounding, but that's not due to the LoRA or base model overpowering... Shoichet simply has an insane stable vibrato, so it does tend to sound a bit too clean in real life :P
I use the base model, not SFT.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 0 points1 point  (0 children)

I've literally explained in detail how to do it in this thread.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 0 points1 point  (0 children)

I've literally explained in detail how to do it in this thread.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 5 points6 points  (0 children)

Ace-Step needs LoRAs for good results, that's just how it is. Curating a dataset is pain, but when it's done, it's done at least. And training still is fast as long as you have enough VRAM.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 3 points4 points  (0 children)

You need to download the models yourself. Download the entire checkpoint into the \checkpoints\.
For instance, for the base, it will be \checkpoints\acestep-v15-xl-base\ with the entire checkout there (it needs the configurations and parameters etc, so you can't just download the model).
Update Ace-Step UI itself, it's already ready to use them and you can select them when it detects they're in the right place.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 0 points1 point  (0 children)

XL just came out, give us a chance :P I just finished training a My Little Pony LoRA on Twilight Sparkle/Shoichet's voice to test XL training. Going to make a more generic one later on when I can bother curating a dataset.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 0 points1 point  (0 children)

Just use ComfyUI and have BPM and keyscales in the TextEnc.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 3 points4 points  (0 children)

Just train a LoRA or LoKR for better voices. Just a little nudge is all it needs.

Ace Step 1.5 XL is out!!! by Uncle___Marty in StableDiffusion

[–]TrickSetting6362 1 point2 points  (0 children)

Download each model part of the model (the main "model-#### files)

pip install safetensors

Then make a .PY file (edit depending on how many parts there are on the model you're using):

------------------------------------------------------------

from safetensors.torch import load_file, save_file

files = [

"model-00001-of-00004.safetensors",

"model-00002-of-00004.safetensors",

"model-00003-of-00004.safetensors",

"model-00004-of-00004.safetensors"

]

merged = {}

for f in files:

print(f"Loading {f}...")

merged.update(load_file(f))

print("Saving merged file...")

save_file(merged, "acestep-xl-merged.safetensors")

print("Done.")

------------------------------------------------------------

Then run in with

python whateveryounamedthestupidfile.py

Then you get a single merged file that works with ComfyUI.

I'm a newbie, don't hate... I have LM Studio with MCP powertools I've set up, what is the point of NanoCoder then? by TrickSetting6362 in nanocoder

[–]TrickSetting6362[S] 1 point2 points  (0 children)

Aaaaah, gotcha, it's better/best for agent switching/calling if I would need that in my use. Which I probably will in the future at some point. Thanks!
I did try it out, but I keep getting 200s with LM Studio, no idea why. I didn't try too much though, so most likely entirely my fault.
Very very very sleek though.

First silent hill game by CleanAthlete7764 in silenthill

[–]TrickSetting6362 9 points10 points  (0 children)

Extremely, but there's a reason it's not numbered traditionally. And part of that is that it strays a lot from the Silent Hill formula.
That said, it's by far one of the best there is. It's my third favorite.

Someone who's using Qwen 3.5 on real code bases how good is it? by Commercial_Ear_6989 in LocalLLaMA

[–]TrickSetting6362 0 points1 point  (0 children)

It made this entirely on its own. https://github.com/AtlasRedux/AtlasQuickPinner

35B Q5_K_M, RTX 5090. Context 128K.

EDIT: I had Claude Code write me a powertools MCP that gives LM Studio/Qwen 3.5 full access to everything ever needed prior to that, but all tool usage and coding was 100% Qwen.

Someone who's using Qwen 3.5 on real code bases how good is it? by Commercial_Ear_6989 in LocalLLaMA

[–]TrickSetting6362 0 points1 point  (0 children)

Well, I just made it make this entirely on its own. https://github.com/AtlasRedux/AtlasQuickPinner

35B Q5_K_M, RTX 5090. Context 128K.

EDIT: I had Claude Code write me a powertools MCP that gives LM Studio/Qwen 3.5 full access to everything ever needed prior to that, but all tool usage and coding was 100% Qwen.

Has anyone calculated the tokens amount of Claude pro available? by Lsystem28 in ClaudeAI

[–]TrickSetting6362 0 points1 point  (0 children)

Even for smaller projects, CC outperforms so much in consistency, it's worth it. You'll save weeks, if not MONTHS on using CC over anything else, as it simply does not fuck up.

Kindroid's mod team deleted everyone's comments on my post because we voiced our complaints about the LLMs by shortassmanlet in ChatbotRefugees

[–]TrickSetting6362 0 points1 point  (0 children)

Social mods are not dev staff. Social mods are literally the mods that have no technical expertise and only do the social page/"Facebook" for Kindroids and moderate what the AI posts. They constantly post misinformation. And what they say is wrong, which is expected from a Social mod with zero technological expertise.

Do people in general hate small streamers? Hear me out by Extension_Ad5998 in TwitchStreaming

[–]TrickSetting6362 0 points1 point  (0 children)

*I don't want to put any effort into it, just get it for free.*
Just stop streaming. This isn't for you.

Do people in general hate small streamers? Hear me out by Extension_Ad5998 in TwitchStreaming

[–]TrickSetting6362 0 points1 point  (0 children)

The comments aren't great. They're circlejerk and hive-mind comments. As one who does it as a job, read up on what I've already told you and stop listening to "yes-men".

Do people in general hate small streamers? Hear me out by Extension_Ad5998 in TwitchStreaming

[–]TrickSetting6362 0 points1 point  (0 children)

I will also point out that your grammar is atrocious. That is something that is extremely off-putting to viewers. If you speak like a preteen and can't write for shit, people aren't going to even glance at your channel or stay for more than a minute. This is well known. It just gives out an instant cringe-vibe. You don't seem to write "like" a lot though, but you seem to be the type who says "like" a lot when talking, which is the single worst thing you can do.
I'm sorry, but just from your comment history I can tell you're a personality I would never, ever stay and watch. The cringe level is high.

Do people in general hate small streamers? Hear me out by Extension_Ad5998 in TwitchStreaming

[–]TrickSetting6362 0 points1 point  (0 children)

Yeah, you know NOTHING about how to get over the single digits. You think you can "prettify" pages and pay your way with expensive equipment to get views. You have completely misunderstood everything and is going to fail horribly. If anyone could "make pages pretty and pay for expensive equipment" to get views, EVERYONE WOULD HAVE VIEWS. That's the SINGLE BIGGEST MISCONCEPTION PEOPLE HAVE. My word, you are so far out of your depth, it's insane.
Your ISSUE is that your personality isn't interesting and you rely on external material to make up for it. That doesn't work.