mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Fix SD not loading models and samplers
This commit is contained in:
		| @@ -80,7 +80,7 @@ async function loadSettings() { | ||||
|     $('#sd_width').val(extension_settings.sd.width).trigger('input'); | ||||
|     $('#sd_height').val(extension_settings.sd.height).trigger('input'); | ||||
|  | ||||
|     await Promise.all([loadSamplers, loadModels]); | ||||
|     await Promise.all([loadSamplers(), loadModels()]); | ||||
| } | ||||
|  | ||||
| function onScaleInput() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user