Share and discover more about AI with social posts from the community.huggingface/OpenAi
Animals Live animation added

All of the main repo changes and improvements added to our modified and improve app

Link : https://patreon.com/posts/107609670

Works perfect on Massed Compute, RunPod, free Kaggle account and Windows

1-Click to install with instructions

All tested and verified

Windows tutorial : https://youtu.be/FPtpNrmuwXk

Cloud (RunPod, Massed Compute & free Kaggle account) tutorial : https://youtu.be/wG7oPp01COg

Making XPose / UniPose / ops library compiling working was a challenge on Massed Compute and Kaggle. 1-Click Installers and Upgraded APP for LivePortrait - Blazing Fast Static Image or Video to Video to Talking and Moving Animation…
FLUX Local and Cloud Tutorial With SwarmUI

FLUX represents a groundbreaking achievement in open-source txt2img technology, surpassing the image quality and prompt adherence of renowned platforms such as #Midjourney, Adobe Firefly, Leonardo Ai, Playground Ai, Stable Diffusion, SDXL, SD3, and Dall E3. Developed by Black Forest Labs, FLUX's team primarily consists of the original #StableDiffusion creators, resulting in astounding quality. This tutorial will guide you through the straightforward process of downloading and utilizing FLUX models on your personal computer and cloud services like Massed Compute, RunPod, and a complimentary Kaggle account.

🔗 FLUX Instructions Post (accessible without login) ⤵️
▶️ https://www.patreon.com/posts/106135985

🔗 FLUX Models One-Click Robust Automatic Downloader Scripts ⤵️
▶️ https://www.patreon.com/posts/109289967

🔗 Primary Windows SwarmUI Tutorial (Essential for Usage Instructions) ⤵️
▶️ https://youtu.be/HKX8_F1Er_w

🔗 Cloud SwarmUI Tutorial (Massed Compute - RunPod - Kaggle) ⤵️
▶️ https://youtu.be/XFUZof6Skkw

🔗 SECourses Discord Channel for Comprehensive Support ⤵️
▶️ https://discord.com/servers/software-engineering-courses-secourses-772774097734074388

🔗 SECourses Reddit ⤵️
▶️ https://www.reddit.com/r/SECourses/

🔗 SECourses GitHub ⤵️
▶️ https://github.com/FurkanGozukara/Stable-Diffusion

🔗 FLUX 1 Official Blog Post Announcement ⤵️
▶️ https://blackforestlabs.ai/announcing-black-forest-labs/ SwarmUI Master Tutorial - Use Stable Diffusion 3 (SD3) and FLUX model with Amazing Performance | SECourses: Tutorials, Guides,…
How do I install stable swarmUI to Manual Windows Install?

Alternate Manual Windows Install
Install git from https://git-scm.com/download/win
Install DotNET 8 SDK from https://dotnet.microsoft.com/en-us/download/dotnet/8.0 (Make sure to get the SDK x64 for Windows)
open a terminal to the folder you want swarm in and run git clone https://github.com/Stability-AI/StableSwarmUI
open the folder and run launch-windows.bat Download .NET 8.0 (Linux, macOS, and Windows)
How do I install stable swarmUI to Docker?

Running with Docker
To forward an Nvidia GPU, you must have the Nvidia Container Toolkit installed: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
Open a shell terminal and cd to a directory you want to install into
Run shell commands:
git clone https://github.com/Stability-AI/StableSwarmUI
cd StableSwarmUI
./launch-docker.sh
Open your browser to localhost:7801
Note that it will forward the Models and Output directory, and will mount Data and dlbackend as independent persistent volumes.
Documentation
See the documentation folder. GitHub - Stability-AI/StableSwarmUI: StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools…
How do I install stable swarmUI to Mac or mini and pro?

Installing on Mac
Note: You can only run StableSwarmUI on Mac computers with M1 or M2 (Mx) Apple silicon processors.

Open Terminal.
Ensure your brew packages are updated with brew update.
Verify your brew installation with brew doctor. You should not see any error in the command output.
Install .NET for macOS: brew install dotnet.
If you don't have Python, install it: brew install [email protected] and brew install virtualenv
Change the directory (cd) to the folder where you want to install StableSwarmUI.
Clone the StableSwarmUI GitHub repository: git clone https://github.com/Stability-AI/StableSwarmUI.
cd StableSwarmUI and run the installation script: ./launch-macos.sh.
The installation starts now and downloads the Stable Diffusion models from the internet. Depending on your internet connection, this may take several minutes. Wait for your web browser to open the StableSwarmUI window.

During the StableSwarmUI installation, you are prompted for the type of backend you want to use. For Mac computers with M1 or M2, you can safely choose the ComfyUI backend and choose the Stable Diffusion XL Base and Refiner models in the Download Models screen. GitHub - Stability-AI/StableSwarmUI: StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools…
How do I install stable swarmUI to linux?
Alternate Manual Linux Install
Install git, python3 via your OS package manager if they are not already installed (make sure to include pip and venv on distros that do not include them in python directly)
For example, on recent Ubuntu versions, sudo apt install git python3-pip python3-venv
Install DotNET 8 using the instructions at https://dotnet.microsoft.com/en-us/download/dotnet/8.0 (you need dotnet-sdk-8.0, as that includes all relevant sub-packages)
Some users have said that certain Linux distros expect aspnet-runtime to be installed separately
Open a shell terminal and cd to a directory you want to install into
Run shell commands:
git clone https://github.com/Stability-AI/StableSwarmUI
cd StableSwarmUI
./launch-linux.sh
open http://localhost:7801/Install (if it doesn't launch itself)
Follow the install instructions on-page.
(TODO): Maybe outlink a dedicated document with per-distro details and whatever. Maybe also make a one-click installer for Linux? Download .NET 8.0 (Linux, macOS, and Windows)