Zhen Li

Results 197 comments of Zhen Li

Thanks to the HuggingFace staff for their timely answers. Currently, the file buffer we input does not support uploading pictures on iPhone mobile device

Thanks to the quick fix from the HuggingFace team, uploading photos from your mobile device is now supported.

https://huggingface.co/spaces/TencentARC/PhotoMaker/discussions/16

We would like to thank the HuggingFace Team for their prompt support.

```python conda create --name photomaker python=3.10 conda activate photomaker pip install -U pip # Install requirements pip install -r requirements.txt # Install photomaker pip install git+https://github.com/TencentARC/PhotoMaker.git ```

Huggingface is under a lot of stress on ZeroGPU load. Each user is limited in GPU usage per hour. One way to solve it is to replicate a gradio demo.

对于Turbo和LCM模型需要将Style Strength Ratio调低一些以保证更好的identity. For Turbo and LCM models, the Style Strength Ratio needs to be lowered to ensure better identity. Please refer to this URL: https://zenn.dev/neoai/articles/cedda3d17f0a70, for using LCM-LoRA with...

Thanks for your interest! We are in the process of organizing the training code, but we cannot guarantee the release time. Q1: CLIP image encoder Q2: The LoRA size in...

https://huggingface.co/docs/diffusers/training/distributed_inference

Try to switch dtype to `torch.bfloat16`. It seems to work on `cpu` mode on 2080ti, which leads to lower speed. Besides, you could refer to the official implementation on reducing...