TTPlanet_Tile_for_HunyuanDiT
V1.0Test


Thanks for Tencent release the controlenet training code, so Just a test version for Hunyuan tile model. More test is on going. join my personal qq group 294060503 for more discussion
Please be patient for Tencent to release the comfyui node, so you can apply the controlnet easily


Please follow https://github.com/Tencent/HunyuanDiT/blob/main/controlnet/README.md to run the model.
remember modify the ./hydit/config.py change the line 50 to parser.add_argument("--control-type", type=str, default='canny', choices=['canny', 'depth', 'pose', 'tile'], help="Controlnet condition type")
Inference You can use the following command line for inference.
Using tile ControlNet during inference
python3 sample_controlnet.py --no-enhance --load-key ema --infer-steps 100 --control-type tile --prompt "input your prompt here" --condition-image-path controlnet/asset/input/yourimg.jpg --control-weight 1.0
