Closed jaebbb closed 2 months ago
python3 main.py --prompt "handsome guy in the city" --ip_repo_id XLabs-AI/flux-ip-adapter --ip_name flux-ip-adapter.safetensors --device cuda --use_ip --img_prompt assets/example_images/statue.png --control_type canny --repo_id XLabs-AI/flux-controlnet-canny-v3 --name flux-canny-controlnet-v3.safetensors --use_controlnet --image assets/example_images/canny_example2.png
Hi, thank you for using our adapters! Currently it works bad as you see (IP-adapter mix with LoRA and ControlNet). We are exploring this issue how can we fix it.
Code
python3 main.py --prompt "handsome guy in the city" --ip_repo_id XLabs-AI/flux-ip-adapter --ip_name flux-ip-adapter.safetensors --device cuda --use_ip --img_prompt assets/example_images/statue.png --control_type canny --repo_id XLabs-AI/flux-controlnet-canny-v3 --name flux-canny-controlnet-v3.safetensors --use_controlnet --image assets/example_images/canny_example2.png
Sample