mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add support for generic loading of diffusers directories
This commit is contained in:
committed by
psychedelicious
parent
a9962fd104
commit
f81b8bc9f6
@ -60,6 +60,10 @@ def mm2_model_files(tmp_path_factory) -> Path:
|
||||
def embedding_file(mm2_model_files: Path) -> Path:
|
||||
return mm2_model_files / "test_embedding.safetensors"
|
||||
|
||||
@pytest.fixture
|
||||
def vae_directory(mm2_model_files: Path) -> Path:
|
||||
return mm2_model_files / "taesdxl"
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def diffusers_dir(mm2_model_files: Path) -> Path:
|
||||
|
Reference in New Issue
Block a user