url: oss://lightillusions-text2room/CtrlRoom/20240219_text2pano.zip unzip 20240219_text2pano.zip to /your/dataset/path
- LayoutGenerationNetwork: https://github.com/fangchuan/HolisticDiffuScene/tree/develop
- PanoramaGenerationNetwork: https://github.com/fangchuan/Layout_ControlNet/tree/develop
please find your favorite layoutdiffusion model(ST3D_xxxx) and panoramadiffusion model(control_v11p_sd15_seg_xxxx) and download to where you store your codes. 'ckpts.zip' stands for checkpoints for panformer(panorama depth estimator), please download and put them in to 'LayoutControlNet/panoformer/ckpts/mp3d_weights/'
docker run -it -d --gpus all --name ctrlroom -v /your/codes/path/:/codes/ -v /your/dataset/path/:/dataset registry.cn-beijing.aliyuncs.com/ctrlroom/ctrl-room:v2
- please replace '/your/codes/path/' and '/your/dataset/path/' with your own path;
docker run -it -d --gpus all --name ctrlroom -v /your/codes/path/:/codes/ -v /your/dataset/path/:/dataset registry.cn-beijing.aliyuncs.com/ctrlroom/ctrl-room:v2
please revise the 'RAW_DATASET_PATH', 'LAYOUT_MODEL_PATH', 'APP_MODEL_PATH' and 'train_stats_file' according to aforementioned downloaded data also revise carefully other paths consistent to your machine you can generate NUM_SAMPLES samples by run the bash script
bash run_text2bedroom_pipeline.sh
please revise the 'RAW_DATASET_PATH', 'LAYOUT_MODEL_PATH', 'APP_MODEL_PATH' and 'train_stats_file' according to aforementioned downloaded data also revise carefully other paths consistent to your machine you can generate NUM_SAMPLES samples by run the bash script
bash run_text2kitchen_pipeline.sh
please revise the 'RAW_DATASET_PATH', 'LAYOUT_MODEL_PATH', 'APP_MODEL_PATH' and 'train_stats_file' according to aforementioned downloaded data also revise carefully other paths consistent to your machine you can generate NUM_SAMPLES samples by run the bash script
bash run_text2livingroom_pipeline.sh
- AttributeError: module 'PIL.Image' has no attribute 'LINEAR'
conda activate control-v11
pip install Pillow==9.5