Hi @carlosedubarreto, awesome work with the CEB add-on! I’ll definitely reach out as I am running into a few issues with python library imports not functioning with Hugging Face’s Diffusers and Transformers modules: Diffusers issue with importing transformers, numpy, etc · Issue #2 · torrinworx/Cozy-Auto-Texture · GitHub
If you could take a look that would mean the world to me!
As for the topic of Hugging Face’s license, yes I am using their model. The license for SD 1.4 they provide can be found here: License - a Hugging Face Space by CompVis
This section from the license states that you are allowed to redistribute the model as long as you include the license provided inside any distributed versions (which I am):
Section III: CONDITIONS OF USAGE, DISTRIBUTION AND REDISTRIBUTION
4. Distribution and Redistribution. You may host for Third Party remote access purposes (e.g. software-as-a-service), reproduce and distribute copies of the Model or Derivatives of the Model thereof in any medium, with or without modifications […]
However I do express your general concern for the potential misuse. I’m now thinking about adding an agreement checkbox similar to the one Blender includes upon installation that must be checked in order to activate the add-on. My project is still really new so I’m just in the testing phase of it all, just trying to get it to work. My mind is definitely on the license and ethics behind it all.
As of now, I know it’s a bit janky to have it hosted on Google Drive, however I am going to migrate it to AWS S3 storage for more reliable service soon. I’ve tried using GitHub LFS, but unfortunately they have a hard limit on individual file sizes of 2GB. Once I get S3 setup, I’d be more than happy to collaborate with you on a distribution method of the model for both our add-ons.
Let me know what you think!