shenzy08

Results 3 issues of shenzy08

Hello, I would like to know that whether I can train this model on stable-diffusion-v1-5, which is applicable to ControlNet. I have tried to change the base model, but encounter...

I run demo.py, and encounter an error that "No such file or directory: "./lion_ckpt/text2shape/chair/cfg.yml". Could you help me fix it?

I ran the pretraining script _CUDA_VISIBLE_DEVICES=1 accelerate launch pretrain_e4t.py --pretrained_model_name_or_path="CompVis/stable-diffusion-v1-4" --clip_model_name_or_path="ViT-H-14::laion2b_s32b_b79k" --domain_class_token="cat" --placeholder_token="*s" --prompt_template=normal --save_sample_prompt="a photo of the *s, a photo of the *s in monet style" --reg_lambda=0.01 --domain_embed_scale=0.1 --output_dir="pretrained-cat"...