Skip to content

Commit f2faf46

Browse files
committed
added model details
1 parent 221b0a0 commit f2faf46

File tree

2 files changed

+33
-6
lines changed

2 files changed

+33
-6
lines changed

Terms of use.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
You may not use the software for any illegal or unauthorized purpose. You agree to comply with all laws, rules and regulations (for example, federal, state, local and provincial) applicable to your use of the software and your Content , including but not limited to, copyright laws. You are solely responsible for your conduct and any data, text, files, information, usernames, images, graphics, photos, profiles, audio and video clips, sounds, musical works, works of authorship, applications, links and other content or materials (collectively, “Content”) that you submit, post or display on or via the software.
1+
You may not use the software for any illegal or unauthorized purpose. You agree to comply with all laws, rules and regulations (for example, federal, state, local and provincial) applicable to your use of the software and your Content , including but not limited to, copyright laws. You are solely responsible for your conduct and any data, text, files, information, usernames, images, graphics, photos, profiles, audio and video clips, sounds, musical works, works of authorship, applications, links and other content or materials (collectively, Content) that you submit, post or display on or via the software.
2+
3+
Use Restrictions
4+
- In any way that violates any applicable national, federal, state, local or international law or regulation;
5+
- For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
6+
- To generate or disseminate verifiably false information and/or content with the purpose of harming others;
7+
- To generate or disseminate personal identifiable information that can be used to harm an individual;
8+
- To defame, disparage or otherwise harass others;
9+
- For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation;
10+
- For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behavior or known or predicted personal or personality characteristics;
11+
- To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
12+
- For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories;
13+
- To provide medical advice and medical results interpretation;
14+
- To generate or disseminate information for the purpose to be used for administration of justice, law enforcement, immigration or asylum processes, such as predicting an individual will commit fraud/crime commitment (e.g. by text profiling, drawing causal relationships between assertions made in documents, indiscriminate and arbitrarily-targeted use).

src/main.qml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -557,26 +557,40 @@ ApplicationWindow {
557557
Text{
558558
text : qsTr("Text to image AI generator")
559559
color : "grey"
560+
Layout.alignment: Qt.AlignHCenter
560561
font.pointSize: 12
561562

562563
}
563564
Text{
564-
text : qsTr("SDImageGenerator is a stable diffusion UI")
565+
text : qsTr("SDImageGenerator is a stable diffusion frontend")
565566
color : "grey"
566567
font.pointSize: 12
568+
Layout.alignment: Qt.AlignHCenter
569+
570+
}
567571

572+
Text{
573+
text : qsTr("Copyright © 2022 Rupesh Sreeraman")
574+
color : "grey"
575+
font.pointSize: 12
576+
Layout.alignment: Qt.AlignHCenter
568577
}
578+
569579
Text {
570-
text: "<a href='https://github.com/rupeshs/SDImageGenerator/blob/main/ReadMe.md'>Terms of use</a>"
580+
text: "Using stable diffusion model: <a href='https://github.com/rupeshs/stablediffusion-mod/blob/main/Stable_Diffusion_v1_Model_Card.md'>Model card</a>"
571581
color : "grey"
572-
linkColor: "white"
582+
linkColor: "lightblue"
573583
font.pointSize: 12
584+
Layout.alignment: Qt.AlignHCenter
574585
onLinkActivated: Qt.openUrlExternally(link)
575586
}
576-
Text{
577-
text : qsTr("Copyright © 2022 Rupesh Sreeraman")
587+
Text {
588+
text: "<a href='https://github.com/rupeshs/SDImageGenerator/blob/main/Terms%20of%20use.md'>Terms of use</a>"
578589
color : "grey"
590+
linkColor: "lightblue"
579591
font.pointSize: 12
592+
Layout.alignment: Qt.AlignHCenter
593+
onLinkActivated: Qt.openUrlExternally(link)
580594
}
581595

582596
}

0 commit comments

Comments
 (0)