QJ-Chen
Results
2
comments of
QJ-Chen
cuda driver的版本>10.x
I meet the problem when downloading the weight from Hugging Face following the readme. ```python pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", use_auth_token=True) ``` This is the huggingface page of their model [stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4/tree/main). You...