We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ab248 commit f4abaf2Copy full SHA for f4abaf2
examples/research_projects/anytext/README.md
@@ -15,7 +15,7 @@ from anytext_controlnet import AnyTextControlNetModel
15
from diffusers.utils import load_image
16
17
# I chose a font file shared by an HF staff:
18
-!wget https://huggingface.co/spaces/ysharma/TranslateQuotesInImageForwards/resolve/main/arial-unicode-ms.ttf
+# !wget https://huggingface.co/spaces/ysharma/TranslateQuotesInImageForwards/resolve/main/arial-unicode-ms.ttf
19
20
anytext_controlnet = AnyTextControlNetModel.from_pretrained("tolgacangoz/anytext-controlnet", torch_dtype=torch.float16,
21
variant="fp16",)
0 commit comments