yujun

Results 152 comments of yujun

问题过于久远,如果有图像和视频生成的需求,可以使用新的跨模态工具: https://github.com/PaddlePaddle/PaddleMIX/tree/develop

问题过于久远,且已经解决,如果有图像和视频生成的需求,可以使用新的跨模态工具: https://github.com/PaddlePaddle/PaddleMIX/tree/develop

问题过于久远,如果有图像和视频生成的需求,可以使用新的跨模态工具: https://github.com/PaddlePaddle/PaddleMIX/tree/develop

问题过于久远,如果有图像和视频生成的需求,可以使用新的跨模态工具: https://github.com/PaddlePaddle/PaddleMIX/tree/develop

```sh export FLAGS_conv_workspace_size_limit=4096 python -u train_txt2img_control_trainer.py \ --do_train \ --output_dir ./sd15_control \ --per_device_train_batch_size 4 \ --gradient_accumulation_steps 1 \ --learning_rate 1e-5 \ --weight_decay 0.02 \ --lr_scheduler_type "constant" \ --warmup_steps 0 \...

可以参考一下这里:https://github.com/PaddlePaddle/FastDeploy/blob/develop/examples/multimodal/stable_diffusion/cpp/README_CN.md

更新ppdiffusers、`pip install -U ppdiffusers` 你好,建议使用ppdiffusers目录下的代码运行,当前appflow可能会存在问题 (你使用的代码采用了float32精度,未开启xformers,默认生成图片大小为768x768,这些原因会导致你在16G显卡上无法正常运行!)。 https://github.com/PaddlePaddle/PaddleMIX/blob/develop/ppdiffusers/examples/inference/text_to_image_generation-stable_diffusion.py 下面的命令使用了 - float16 推理,可节省显存 - xformers 加速推理,可节省显存 显存占用: - 5957MiB / 32768MiB ```python import paddle from ppdiffusers import StableDiffusionPipeline pipe = StableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", safety_checker=None,...

你好目前没有,现在只有LCM的训练过程开源了,sdxl-turbo还没有开源 https://github.com/PaddlePaddle/PaddleMIX/tree/develop/ppdiffusers/examples/consistency_distillation/lcm_trainer

please upgrade your ppdiffusers 、paddlenlp and paddlepaddle version ppdiffusers==0.19.3 paddlenlp==2.6.1 paddlepaddle-gpu==2.5.2 cuda>=11.2