Git Product home page Git Product logo

Comments (3)

CurtisDS avatar CurtisDS commented on May 28, 2024

It generates the name based off of the page title and the version title. It takes each title, strips special characters from the titles, limits both in length, and then concatenates them with an underscore. So the file name will look like this: {PageTitle}_{VersionTitle}.ext. I haven't figured out the exact rule they use for limiting the length of each title in the file name before the text gets cut off. They seem to use some type of algorithm to try and not cut off either title mid-word. But roughly they start cutting stuff out if your title is over 20 characters... roughly, which for you half of that is getting used up by repeating the model title in the version.

A way to solve this would be to not put the page title in your model version titles. Its redundant anyway and is what is causing your file names to get cut off and be missing important information.

If you chose AT3 and AOM3 as your version names the file names would be "zoroarkLora_at3.safetensors" and "zoroarkLora_aom3.safetensors" respectively.

This is what that would look like:
image

Rather than using a long model version name to inform users that a specific version is compatible with a specific checkpoint, use the "About this version" section to communicate that instead.

from civitai.

PseudoChmod avatar PseudoChmod commented on May 28, 2024

Alright, thanks for the explanation. I figured there was some kind of concatenation going on, but it wasn't explained anywhere previously and I didn't want to test it and keep update-bumping my published work. I still think having a way to set a specific name would be easiest to understand, while the concatenation can be used to autofill.

Edit: I just tried to try your method, but the new UI is still dysfunctional and I can't edit the version info. Guess I'll have to wait till it's patched.

from civitai.

manuelurenah avatar manuelurenah commented on May 28, 2024

Hey @PseudoChmod if you want to the edit the version details, you can click the three dot right next to the version name
image
Alternatively, you can click the Edit link in the details description table and select Edit Version Details option
image

from civitai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.