LAION-AI / ldm-finetune

Home of `erlich` and `ongo`. Finetune latent-diffusion/glid-3-xl text2image on your own data.
MIT License
182 stars 19 forks source link

readme textual wget readme fix #10

Open echads opened 2 years ago

echads commented 2 years ago
[ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from textual.onnx failed:Load model textual.onnx failed. File doesn't exist

Typo in README.md

https://clip-as-service.s3.us-east-2.amazonaws.com/models/onnx/ViT-L/14/textual.onnx

should be:

https://clip-as-service.s3.us-east-2.amazonaws.com/models/onnx/ViT-L-14/textual.onnx

A "/" was used instead of a "-"