ImpAI
ImpAI copied to clipboard
I see the chat model file. But where is the stable diffusion image?
What is this local files only flag? And AutoPipelineForText2Image? Itβs like it gets the image from somewhere magically. But hey, it is running. Chat and image.
The local_files_only=True flag is for don't try to download model if they already downloaded (in the Hugging Face cache) and the AutoPipelineForText2Image is for load the Stable Diffusion model into the RAM/VRAM.