Files
InvokeAI/ldm/invoke
Lincoln Stein 16ccc807cc control which revision of a diffusers model is downloaded
- Previously the user's preferred precision was used to select which
  version branch of a diffusers model would be downloaded. Half-precision
  would try to download the 'fp16' branch if it existed.

- Turns out that with waifu-diffusion this logic doesn't work, as
  'fp16' gets you waifu-diffusion v1.3, while 'main' gets you
  waifu-diffusion v1.4. Who knew?

- This PR adds a new optional "revision" field to `models.yaml`. This
  can be used to override the diffusers branch version. In the case of
  Waifu diffusion, INITIAL_MODELS.yaml now specifies the "main" branch.

- This PR also quenches the NSFW nag that downloading diffusers sometimes
  triggers.

- Closes #3160
2023-04-09 22:07:55 -04:00
..
2023-04-09 13:31:45 -04:00
2023-04-04 23:41:26 -04:00
2023-03-28 10:01:31 -04:00
2022-12-20 15:32:35 -08:00
2023-01-15 09:22:46 -05:00
2023-02-03 17:35:35 -05:00