mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
Infinite Image Browser deps
This commit is contained in:
parent
426c5d444a
commit
20bfaab47e
|
|
@ -39,6 +39,12 @@ python3Packages.buildPythonPackage {
|
||||||
torch
|
torch
|
||||||
transformers
|
transformers
|
||||||
xformers
|
xformers
|
||||||
|
|
||||||
|
#For Extensions
|
||||||
|
#pyfunctional #infinite image browser
|
||||||
|
python-dotenv #infinite image browser
|
||||||
|
fastapi #infinite image browser
|
||||||
|
uvicorn #infinite image browser
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./_outputpaths.patch ];
|
patches = [ ./_outputpaths.patch ];
|
||||||
|
|
@ -111,4 +117,7 @@ python3Packages.buildPythonPackage {
|
||||||
homepage = "https://github.com/AUTOMATIC1111/stable-diffusion-webui";
|
homepage = "https://github.com/AUTOMATIC1111/stable-diffusion-webui";
|
||||||
mainProgram = "launch-wrapped.py";
|
mainProgram = "launch-wrapped.py";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#Tiled VAE supported without additional dependencies
|
||||||
|
#Infinit image browser
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue