Skip to content

Commit 883b836

Browse files
committed
clearly indicate code origin
1 parent 1ea29a8 commit 883b836

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ Images will be output to `output.png` by default
4343
- `t5xxl.safetensors` (google T5-v1.1-XXL, can grab a public copy)
4444
- `sd3_medium.safetensors` (or whichever main MMDiT model file)
4545

46+
### Code Origin
47+
48+
The code included here originates from:
49+
- Stability AI internal research code repository (MM-DiT)
50+
- Public Stability AI repositories (eg VAE)
51+
- Some unique code for this reference repo written by Alex Goodwin for Stability AI
52+
- Some code from ComfyUI internal Stability impl of SD3 (for some code corrections and handlers)
53+
- HuggingFace and upstream providers (for sections of CLIP/T5 code)
54+
4655
### Legal
4756

4857
MIT License
@@ -66,3 +75,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6675
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6776
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6877
SOFTWARE.
78+
79+
#### Note
80+
81+
Some code in `other_impls` originates from HuggingFace and is subject to [the HuggingFace Transformers Apache2 License](https://github.com/huggingface/transformers/blob/main/LICENSE)

0 commit comments

Comments
 (0)