hyao1 / GLAD

The official code of "GLAD: Towards Better Reconstruction with Global and Local Adaptive Diffusion Models for Unsupervised Anomaly Detection"
35 stars 2 forks source link

Trained Model Issues #4

Closed liaoyusy closed 1 month ago

liaoyusy commented 2 months ago

Hello, I would like to ask for your help. The model you provided is named "pytorch_model.bin", but after training, I got several files as shown in the picture. Which one should I use? 1720493497997

hyao1 commented 2 months ago

use model.safetensors. It may be caused by different version of diffusers or accelerate package.