Skip to content

Extend BoxDiff to SDXL (SDXL-based layout-to-image generation)

Notifications You must be signed in to change notification settings

Cominclip/BoxDiff-XL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoxDiff-XL

Improve BoxDiff to Stable Diffusion XL

CUDA_VISIBLE_DEVICES=4 python run_sd_boxdiff.py --prompt "A rabbit wearing sunglasses looks very proud"  --P 0.2 --L 1 --seeds [1,2,3,4,5,6,7,8,9] --token_indices [2,4] --bbox [[67,87,366,512],[66,130,364,262]] --sd_xl True

Some Experiments

BoxDiff on SDXL is quite sensitive to the --max_iter_to_alter and weight_loss

I did some simple experiments on above prompt. The results are in output files.

Releases

No releases published

Packages

No packages published

Languages