mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-18 04:24:22 -05: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:
@@ -18,7 +18,7 @@ import torch.nn as nn
|
||||
from ldm.util import instantiate_from_config
|
||||
from ldm.models.diffusion.ddim import DDIMSampler
|
||||
from ldm.models.diffusion.plms import PLMSSampler
|
||||
from ldm.dream.devices import choose_torch_device
|
||||
from ldm.invoke.devices import choose_torch_device
|
||||
|
||||
def chunk(it, size):
|
||||
it = iter(it)
|
||||
|
||||
Reference in New Issue
Block a user