mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
+1
-1
@@ -28,7 +28,7 @@
|
||||
with detailed defaults for each model type also configurable
|
||||
- select between 100+ *OpenCLiP* supported models, 10+ built-in *VLMs*, *DeepDanbooru*
|
||||
- **Other**:
|
||||
- **Networks**: imporove search/filter and add visual indicators for types
|
||||
- **networks**: imporove search/filter and add visual indicators for types
|
||||
- **balanced offload** new defaults: *lowvram/4gb min threshold: 0, medvram/8gb min threshold: 0, default min threshold 0.25*
|
||||
- **prompt parser**: log stats with tokens, sections and min/avg/max weights
|
||||
- **prompt parser**: add setting to ignore line breaks in prompt
|
||||
|
||||
@@ -100,7 +100,7 @@ def load_bnb(msg='', silent=False):
|
||||
return bnb
|
||||
if devices.backend == 'cuda':
|
||||
# forcing a version will uninstall the multi-backend-refactor branch of bnb
|
||||
install('bitsandbytes==0.45.0', quiet=True)
|
||||
install('bitsandbytes==0.45.1', quiet=True)
|
||||
try:
|
||||
import bitsandbytes
|
||||
bnb = bitsandbytes
|
||||
|
||||
Reference in New Issue
Block a user