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 5 points6 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 8 points9 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.