n00mkrad / text2image-gui

Somewhat modular text2image GUI, initially just for Stable Diffusion
GNU General Public License v3.0
921 stars 93 forks source link

Issue with instruct pix2pix failing after initial download of model v1.91 (solution added) #77

Open mulvainy opened 1 year ago

mulvainy commented 1 year ago

Hi, At the very end of model download for this action, failed with file not found: scheduler_config.json under folder: C:\Users\.cache\huggingface\hub\models--timbrooks--instruct-pix2pix\snapshots\e7067e599e778831d22703400a90e534f45d2ba4\scheduler

SOLUTION: I noticed that from the previous v1.90 it is present under: C:\Users\.cache\huggingface\diffusers\models--timbrooks--instruct-pix2pix\snapshots\e7067e599e778831d22703400a90e534f45d2ba4\scheduler

so copied it from there and clicked generate again - this time it worked ok.

EDIT: Note, I'd just updated from 1.90 to 1.91 via the patch zip prior to this happening (worked ok on 1.90)