InvokeAI/ldm/invoke/app/services
Lincoln Stein 8c9764476c first phase of source tree restructure
This is the first phase of a big shifting of files and directories
in the source tree.

You will need to run `pip install -e .` before the code will work again!

Here's what's in the current commit:

1) Remove a lot of dead code that dealt with checkpoint and safetensor loading.
2) Entire ckpt_generator hierarchy is now gone!
3) ldm.invoke.generator.*   => invokeai.generator.*
4) ldm.model.*              => invokeai.model.*
5) ldm.invoke.model_manager => invokeai.model.model_manager

6) In addition, a number of frequently-accessed classes can be imported
   from the invokeai.model and invokeai.generator modules:

   from invokeai.generator import ( Generator, PipelineIntermediateState,
                                    StableDiffusionGeneratorPipeline, infill_methods)

   from invokeai.models import ( ModelManager, SDLegacyType
                                 InvokeAIDiffuserComponent, AttentionMapSaver,
                                 DDIMSampler, KSampler, PLMSSampler,
                                 PostprocessingSettings )
2023-02-27 23:52:46 -05:00
..
__init__.py parent 9eed1919c2 2023-02-24 18:57:02 -08:00
events.py [nodes] Add better error handling to processor and CLI (#2828) 2023-02-27 10:01:07 -08:00
generate_initializer.py first phase of source tree restructure 2023-02-27 23:52:46 -05:00
graph.py [nodes] Add better error handling to processor and CLI (#2828) 2023-02-27 10:01:07 -08:00
image_storage.py parent 9eed1919c2 2023-02-24 18:57:02 -08:00
invocation_queue.py parent 9eed1919c2 2023-02-24 18:57:02 -08:00
invocation_services.py [nodes] Removed InvokerServices, simplying service model 2023-02-24 20:11:28 -08:00
invoker.py [nodes] Removed InvokerServices, simplying service model 2023-02-24 20:11:28 -08:00
item_storage.py parent 9eed1919c2 2023-02-24 18:57:02 -08:00
processor.py [nodes] Add better error handling to processor and CLI (#2828) 2023-02-27 10:01:07 -08:00
sqlite.py parent 9eed1919c2 2023-02-24 18:57:02 -08:00