-
Not sure i'm doing anything wrong. I downloaded the windows files, extracted, opened the exe and managed to open the page. I clicked to download the base models shown on the first screen. Downloaded some extra models from civitai screen inside the app. My top left model chooser is empty, tried restarting app and also restarting machine, same thing. When clicking enfugue, it initializes and then stops. I can see the GPU memory usage go from 2gb to 8gb which is all i have and it stays like this even after failing to generate so memory is not being released it seems. Anyone else have such problems? I have auto1111 set up and working ok so this is not my first try at SD and my pc can handle it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi Ryan, There's definitely some room for me to explain better what you need to do with models. I tried to update the README last night with more information about this, but models aren't just a singular checkpoint, you need to configure models that reference the downloaded checkpoint and other model(s). For example, after making this model here, The model picker allows me to select "Realism" and is using the cyberrealistic checkpoint. The reason for this style of configuration over direct file picking is primarily for the maintenance of TensorRT engines. Engines are specific to the checkpoint, size, and other weights (LoRA, TI) that are in it at compile time, so if the user changes any of those variables, the engine will no longer work. After you initially clicked "Enfugue," about how long did you wait before it looked like nothing was going to happen? The first invocation can take a bit longer than subsequent ones, as it reaches out to Huggingface to pull other details of the models. |
Beta Was this translation helpful? Give feedback.
Opened #27