Will
Will
出现这个问题是因为被拒绝了登录网页版,返回的是一个html页面, 而不是XML数据 ```html 微信网页版 * { margin: 0; padding: 0; } body { font-family: Microsoft YaHei,-apple-system-font,Helvetica Neue,Helvetica,sans-serif; font-size: 14px; line-height: 1.6; } .msg { width: 400px; margin: 0 auto; text-align:...
Tested on Mac m1 silicon ship. Below is the output of test `command`: ```python python3 inference.py \ --face examples/face/1.mp4 \ --audio examples/audio/1.wav \ --outfile results/1_1.mp4 ``` show output logs (venv)...
The `PYTORCH_ENABLE_MPS_FALLBACK=1 ` variable is solve [Error of pytorch](https://github.com/pytorch/pytorch/issues/77764) below: ``` .... ffted = torch.fft.rfftn(x, dim=fft_dim, norm=self.fft_norm). NotImplementedError: The operator 'aten::_fft_r2c' is not currently implemented for the MPS device. If...
completion for #217 and #30
- [x] keep empty `checkpoints` in project - [x] replace the python equal operation `==` with `is`
This is an bug for package `basicsr==1.4.2`, see this for details: https://github.com/XPixelGroup/BasicSR/pull/650/files
If you directly run `pip install -r requirements.txt --index-url https://pypi.org/simple` this would work well, if you use some other mirrors like `https://pypi.tuna.tsinghua.edu.cn/simple` .etc will throw error like incompitible dependencies. I...
> I fixed this bug, by doing this: edit file: `modules/sd_samplers_common.py` change line35: > > ```python > x_sample = sd_vae_approx.model()(sample.to(devices.device, devices.dtype).unsqueeze(0))[0].detach() > ``` > > to: > > ```python >...
same occurs to me! after doing `python -m python_coreml_stable_diffusion.torch2coreml --convert-unet --convert-text-encoder --convert-vae-decoder --convert- safety-checker -o ./models `, I found it auto download models from hugging face and put them into...
> Hi @tomy128 I'm not familiar with the ml-stable-diffusion project but if you are wondering how the HF cache is working, here is a piece of documentation you can read:...