ENFUGUE Server v0.2.0 #46
painebenjamin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ENFUGUE is entering beta!
New Platform
ENFUGUE for Apple Silicon is Here!
Installing and Running: Portable Distributions
Select a portable distribution if you'd like to avoid having to install other programs, or want to have an isolated executable file that doesn't interfere with other environments on your system.
Summary
enfugue-server-0.2.0-win-cuda-x86_64.zip.002
enfugue-server-0.2.0-win-tensorrt-x86_64.zip.002
enfugue-server-0.2.0-manylinux-cuda-x86_64.tar.gz.1
enfugue-server-0.2.0-manylinux-cuda-x86_64.tar.gz.2
enfugue-server-0.2.0-manylinux-tensorrt-x86_64.tar.gz.1
enfugue-server-0.2.0-manylinux-tensorrt-x86_64.tar.gz.2
Linux
First, decide which version you want - with or without TensorRT support. TensorRT requires a powerful, modern Nvidia GPU.
Then, download the appropriate
manylinux
files here, concatenate them and extract them. A console command to do that is:You are now ready to run the server with:
Press
Ctrl+C
to exit.Windows
Download the
win64
files here, and extract them using a program which allows extracting from multiple archives such as 7-Zip.If you are using 7-Zip, you should not extract both files independently. If they are in the same directory when you unzip the first, 7-Zip will automatically unzip the second. The second file cannot be extracted on its own.
Locate the file
enfugue-server.exe
, and double-click it to run it. To exit, locate the icon in the bottom-right hand corner of your screen (the system tray) and right-click it, then selectQuit
.MacOS
Download the the
macos
file here, then double-click it to extract the package. When you run the application using the command below, your Mac will warn you of running downloaded packages, and you will have to perform an administrator override to allow it to run - you will be prompted to do this. To avoid this, you can run an included command like so:This command finds all the files in the installation and removes the
com.apple.quarantine
xattr
from the file. This does not require administrator privilege. After doing this (or if you will grant the override,) run the server with:Note: while the MacOS packages are compiled on x86 machines, they are tested and designed for the new M2 ARM machines thanks to Rosetta, Apple's machine code translation system.
Installing and Running: Conda
To install with the provided Conda environments, you need to install a version of Conda.
After installing Conda and configuring it so it is available to your shell or command-line, download one of the environment files depending on your platform and graphics API.
windows-
,linux-
ormacos-
based on your platform.tensorrt
for all of the capabilities ofcuda
with the added ability to compile TensorRT engines.cuda
.rocm
anddirectml
) are being added and will be available soon.Finally, using the file you downloaded, create your Conda environment:
You've now installed Enfugue and all dependencies. To run it, activate the environment and then run the installed binary.
Installing and Running: Self-Managed Environment
If you would like to manage dependencies yourself, or want to install Enfugue into an environment to share with another Stable Diffusion UI, you can install enfugue via
pip
. This is the only method available for AMD GPU's at present.If you are on Linux and want TensorRT support, execute:
If you are on Windows and want TensorRT support, follow the steps detailed here.
New Features
Rendering an image using SDXL base and refiner. Note some loading time is omitted.
Configuring SDXL in the model picker (left) and making a preconfigured model for SDXL (right)
Browswing CivitAI's LyCORIS Database
Intelligent inpaint mask merging
Denoising only what was requested can reduce processing time by as much as 90%
Region prompting is now more predictable.
Added the following ControlNets and their corresponding image processors:
Added a log glance view that is always visible when there are logs to be read to further improve transparency.
The log glance view (upper right) and the log window.
Enabling and disabling animations.
The 'Stop Engine' button in the upper-right-hand corner.
The new pipeline configuration options. More information is available in the UI, hover over the inputs for details.
Thank you!
This discussion was created from the release ENFUGUE Server v0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions