mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
rename all modules from ldm.dream to ldm.invoke
- scripts and documentation updated to match - ran preflight checks on both web and CLI and seems to be working
This commit is contained in:
@ -14,7 +14,7 @@ from ldm.models.diffusion.ddim import DDIMSampler
|
||||
from ldm.util import ismap
|
||||
import time
|
||||
from omegaconf import OmegaConf
|
||||
from ldm.dream.devices import choose_torch_device
|
||||
from ldm.invoke.devices import choose_torch_device
|
||||
|
||||
def download_models(mode):
|
||||
|
||||
|
Reference in New Issue
Block a user