Skip to content

Commit 56992d1

Browse files
committed
Add attribution and adaptation information to pipeline_anytext.py
1 parent 44a3a70 commit 56992d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/research_projects/anytext/pipeline_anytext.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
#
15+
# Based on [AnyText: Multilingual Visual Text Generation And Editing](https://huggingface.co/papers/2311.03054).
16+
# Authors: Yuxiang Tuo, Wangmeng Xiang, Jun-Yan He, Yifeng Geng, Xuansong Xie
17+
# Code: https://github.com/tyxsspa/AnyText with Apache-2.0 license
18+
#
19+
# Adapted to Diffusers by [M. Tolga Cangöz](https://github.com/tolgacangoz).
1420

1521

1622
import inspect

0 commit comments

Comments
 (0)