logoalt Hacker News

singpolyma301/15/20266 repliesview on HN

Love this.

It says MIT license but then readme has a separate section on prohibited use that maybe adds restrictions to make it nonfree? Not sure the legal implications here.


Replies

CGamesPlay01/16/2026

For reference, the MIT license contains this text: "Permission is hereby granted... to deal in the Software without restriction, including without limitation the rights to use". So the README containing a "Prohibited Use" section definitely creates a conflicting statement.

jandrese01/16/2026

The "prohibited uses" section seems to be basically "not to be used for crime", which probably doesn't have much legal weight one way or another.

show 2 replies
Buttons84001/16/2026

Good question.

If a license says "you may use this, you are prohibited from using this", and I use it, did I break the license?

show 2 replies
MatthiasPortzel01/16/2026

Tried to use voice cloning but in order to download the model weights I have to create a HuggingFace account, connect it on the command line, give them my contact information, and agree to their conditions. The open source part is just the client and chunking logic which is pretty minimal.

syockit01/16/2026

From my understanding, the code is MIT, but the model isn't? What consitutes a "Software" anyway? Aren't resources like images, sounds and the likes exempt from it (hence, covered by usual copyright unless separately licensed)? If so, in the same vein, an ML model is not part of "Software". By the way, the same prohibition is repeated on the huggingface model card.

iamrobertismo01/16/2026

Yeah, I don't understand the point of the prohibited use section at all, seems like unnecessary fluff.