[ECCV2024] This is an official inference code of the paper "Glyph-ByT5: A Customized Text Encoder for Accurate Visual Text Rendering" and "Glyph-ByT5-v2: A Strong Aesthetic Baseline for Accurate Multilingual Visual Text Rendering""
when i run this command in inference folder:
python inference_v2.py configs/glyph_sdxl_v2_albedo.py checkpoints examples/xiaoman.json --out_folder work_dirs/xiaoman --device cuda --sampler dpm
I got:
ModuleNotFoundError: No module named 'glyph_sdxl.custom_diffusers.models'
when i run this command in inference folder: python inference_v2.py configs/glyph_sdxl_v2_albedo.py checkpoints examples/xiaoman.json --out_folder work_dirs/xiaoman --device cuda --sampler dpm
I got: ModuleNotFoundError: No module named 'glyph_sdxl.custom_diffusers.models'
is this models not public?