stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

License Clarification

Open ryanrussell opened this issue 3 years ago • 3 comments

This looks like an interesting project; however, my limited understanding of your licensing appears to make the code unusable for 3rd parties.

Perhaps it's just incomplete? :)

Any chance you could clarify more around this so the community can better understand your intent and what constitutes acceptable use of the https://github.com/CompVis/stable-diffusion/ repository?

image

Also, would it be possible to clarify the relationship between CompVis/stable-diffusion and https://github.com/pesser/stable-diffusion (MIT license)?

Best, Ryan

ryanrussell avatar Aug 12 '22 11:08 ryanrussell

Attached is a link to common licensing templates if it helps: https://github.com/licenses/license-templates/tree/master/templates

ryanrussell avatar Aug 12 '22 11:08 ryanrussell

This license holds for the weights (parameters of the neural network), which are currently only available for research. We are working on a more permissive license for the weights which we hope to release soon. https://github.com/pesser/stable-diffusion contains developing code for https://github.com/CompVis/stable-diffusion and comes with an MIT license, but no model weights.

rromb avatar Aug 12 '22 15:08 rromb

@rromb Thanks for the clarification!

One question that I'm not clear on -- If a 3rd party generates an image using the code and weights from CompVis/stable-diffusion -- would you consider those output images to be an "indirect distribution of the weights"?

Basically -- Are you allowed to publish an image created with code from this repository?

It's understood that this is a young project -- please take these questions as a request for guidance; not criticism :)

Best, Ryan

ryanrussell avatar Aug 15 '22 16:08 ryanrussell

Thanks for the awesome updates on the license @rromb !!

For readers in the future:

ryanrussell avatar Aug 30 '22 03:08 ryanrussell