SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
549 stars 124 forks source link

Fix: inverted sense bug with cuda sd float32 #67

Closed majick closed 1 year ago

majick commented 1 year ago

Inverting the use of float16 with SD on cuda was introduced with my MPS hack. Total thinko on my part. Fixed. Also, made the MPS changes more consistent with cuda_device, since we don't need a hardcoded value any more.

Sorry about the extra PR. 😓