Skip to content

Commit f4abaf2

Browse files
Update examples/research_projects/anytext/README.md
Co-authored-by: Aryan <[email protected]>
1 parent 13ab248 commit f4abaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/research_projects/anytext/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ from anytext_controlnet import AnyTextControlNetModel
1515
from diffusers.utils import load_image
1616

1717
# I chose a font file shared by an HF staff:
18-
!wget https://huggingface.co/spaces/ysharma/TranslateQuotesInImageForwards/resolve/main/arial-unicode-ms.ttf
18+
# !wget https://huggingface.co/spaces/ysharma/TranslateQuotesInImageForwards/resolve/main/arial-unicode-ms.ttf
1919

2020
anytext_controlnet = AnyTextControlNetModel.from_pretrained("tolgacangoz/anytext-controlnet", torch_dtype=torch.float16,
2121
variant="fp16",)

0 commit comments

Comments
 (0)