Hello everyone. I am Dr. Furkan Gözükara. PhD Computer Engineer. SECourses is a dedicated YouTube channel for the following topics : Tech, AI, News, Science, Robotics, Singularity, ComfyUI, SwarmUI, ML, Artificial Intelligence, Humanoid Robots, Wan 2.2, FLUX, Krea, Qwen Image, VLMs, Stable Diffusion
This project demonstrates how to utilize Codellama, a local open-source Large Language Model (LLM), and customize its behavior according to your specific requirements using a Modelfile. - di37/codi...
@Furkan Gözükara SECourses batching doesnt seem to be working properly on the latest SUPIR, they dont appear to save the images anywhere even though I specified a folder
Trying to run SUPIR on my system (2080 Ti 11Go VRAM and 128 Go RAM). I get the error message : Current CUDA Device does not support bfloat16, even if fp16 is activated in Diffusion Data Type. Has anyone managed to get supir to work with the 2080 Ti?
@Furkan Gözükara SECourses One tip perhaps for your installation script. You're writing "For this auto installer to work you need to have installed Python 3.10.11 or 3.10.13 and C++ tools", but it might be an idea to have the user specify the path to the 3.10.X python version, because I'm guessing most are already by default at 3.12. So something like this:
echo WARNING. For this auto installer to work you need to have installed Python 3.10.11 or 3.10.13 and C++ tools echo follow this tutorial : https://youtu.be/-NjNy7afOQ0
REM Change the path below to the path where Python 3.10.13 is installed on your system SET PYTHON_PATH=C:\Users\PCJeroen\AppData\Local\Programs\Python\Python310
REM Use the specified Python version to create a virtual environment "%PYTHON_PATH%\python.exe" -m venv venv
Welcome to the Pillars of AI Application Libraries: How to Install Tutorial! Are you ready to embark on a journey of installing AI libraries and applications with ease? In this video, we'll guide you through the process of installing Python, Git, Visual Studio C++ Compile tools, and FFmpeg on your Windows 10 machine. We'll also show you ho...
Weird, for me it gave me big problems with the installation of xformers. Couldn't find Torch, even though it was installed. Only when I installed python 3.10 and had the python path set I could run through the installation.bat without problems. Probably some weird Path issue on my end.
i was told that supir would work if i had enough system ram, so i upgraded to 64 and comfyui is still saying out of memory, do i need to run comfy in low vram mode?
I am wondering if this technique could be used to upscale images by having high res reference photos https://realfill.github.io/ Like having an old image in front of a church but the church still looks the same, so you give it a today taken photo as reference to enhance the photo. Or you want to colorize an photo of the original Titanic, so you give it photos of the movie Titanic where they restored it by hand
Have you read the paper? It's about training the AI on reference pictures from a simular scene with at least one image as training image to expand or inpaint an target image for a accurate representation.
Stable Diffusion plugins just recreate the images or inpaint randomly by it's text input. But RealFill uses actual reference images that are accurate to the target image, hence why it's called RealFill. Like in my mentioned examples above, this could be very useful for restoration.