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
Are there recommended character parameters for training an sdxl Lora anywhere? I’m just getting back into this after a few months of being lost in comfyui, I use Kohya typically. Any direction is appreciated! This group grew quite a bit since I was here last
--outputs_folder "R:\SUPIR_v8\test2" is this only for batch? Also, when you download the stage outputs the name is still "image (1)". I did update. i hasnt changed @Dr. Furkan Gözükara
@Dr. Furkan Gözükara i try install with on click version 13 for win , then run , i got error : Traceback (most recent call last): File "X:\03_General\huy\supir\SUPIR\gradio_demo.py", line 5, in <module> from gradio_imageslider import ImageSlider File "C:\Users\AZPC\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio_imageslider__init__.py", line 1, in <module> from .imageslider import ImageSlider File "C:\Users\AZPC\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio_imageslider\imageslider.py", line 16, in <module> from gradio.events import Events ImportError: cannot import name 'Events' from 'gradio.events' (C:\Users\AZPC\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\events.py) Press any key to continue . . .
Sure. The most important parameter is your dataset. The quality of your images, their consistency, they inherent content are the most impactful parameter. Other than that seems like adamw8bit, LR 1-e4, batch size1, dim 128alpha64, 20-30 images.. I mean this is all pretty standard for realistic. Just run it. You need to see it for yourself for that effect of understanding the model learning to take in you.
Did anyone else get Supir to work on a 3060 ? I've been trying all day but it only handles 512x512 pics.. as soon as I try to upscale 1024x1024 it breaks.
@Dr. Furkan Gözükara I'm on version 10.. should I remove that and get ur latest I see there is a version 11 on ur site now.. was something broken in 10 ?
@Dr. Furkan Gözükara on runpod, after installing and launching app according to your instructions I get an error: TypeError: expected str, bytes or os.PathLike object, not NoneTypeTypeError: expected str, bytes or os.PathLike object, not NoneType Any thoughts???
Problem with instalation SUPIR: ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /MonsterMMORPG/SECourses/resolve/main/triton-2.1.0-cp310-cp310-win_amd64.whl (Caused by ResponseError('too many 503 error responses'))
and another error: c:\Supir\SUPIR>python gradio_demo.py Traceback (most recent call last): File "c:\Supir\SUPIR\gradio_demo.py", line 5, in <module> from gradio_imageslider import ImageSlider ModuleNotFoundError: No module named 'gradio_imageslider'
c:\Supir\SUPIR>python gradio_demo.py Traceback (most recent call last): File "c:\Supir\SUPIR\gradio_demo.py", line 5, in <module> from gradio_imageslider import ImageSlider File "C:\Users\alek\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio_imageslider__init__.py", line 1, in <module> from .imageslider import ImageSlider File "C:\Users\alek\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio_imageslider\imageslider.py", line 15, in <module> from gradio.components.base import Component ModuleNotFoundError: No module named 'gradio.components.base'; 'gradio.components' is not a package
Yes, presently, the Hugging Face servers are experiencing downtime, Unfortunately, there isn't much to be done except to await the servers' restoration.
You must wait. When https://huggingface.co/ the website loads and is back online- then all of the scripts that he’s made that use it can function again. Right now the hugging face site is down. So the script is going to the site to get resources that it cannot find. To put simply- the store is closed, come back when it’s open again
Do you see where it says 501 server error? That’s not usually a local issue. If someone has another suggestion I could be mistaken. To me looks like at some point your script is trying to access something from huggingface and it’s not accessible at this time. Try again when huggingface.co is back online and it may work. Or you could copy all of the error into Chatgpt and ask what’s the error stem from.
my understanding is that its trying to pull VAE info from hugginface because it doesnt see it locally but i have those files i just don't know where this shit is supposed to go for it to be seen