buchylx
buchylx
@rafaelvalle Thanks for your reply! Some details for my test: 1. Learning rate was set to 5e-5 2. Used the pre-trained "flowtron_libritts.pt" model as checkpoint path, and set ignore_layers =...
@LEECHOONGHO Hi mate, have you sucessfully applied SDP to fs2?
looking forward to this feature!
@yiyixuxu Sorry for the late reply, here's parts of my code: ``` pipe_img2img = StableDiffusionImg2ImgPipeline.from_pretrained(base_model_path, torch_dtype=torch.float16, vae=vae) pipe_img2img.scheduler = LCMScheduler.from_config(pipe_img2img.scheduler.config) pipe_img2img.load_ip_adapter("./resource/IP-Adapter/", subfolder="models", weight_name="ip-adapter-plus-face_sd15.bin") pipe_img2img.load_lora_weights(lcm_lora, adapter_name="lcm") pipe_img2img.set_adapters(["lcm"], adapter_weights=[1.0]) pipes_img2img.set_ip_adapter_scale(scale) pipe_img2img.to("cuda") image...
broken again