mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove debug statement
This commit is contained in:
parent
b2bf2b08ff
commit
554445a985
@ -212,7 +212,6 @@ class Generate:
|
||||
|
||||
# model caching system for fast switching
|
||||
self.model_cache = ModelCache(mconfig,self.device,self.precision)
|
||||
print(f'DEBUG: model={model}, default_model={self.model_cache.default_model()}')
|
||||
self.model_name = model or self.model_cache.default_model() or FALLBACK_MODEL_NAME
|
||||
|
||||
# for VRAM usage statistics
|
||||
|
Loading…
Reference in New Issue
Block a user