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
If you are short of photos, I read an interesting trick on reddit (updated!):
generate images using the IP-Adapter in ControlNet, the ip-adapter-plus-face model (Starting Control Step: 0,5), and the ReActor (Roop based face changer) together on RealisticVision model.
Fast and Simple Face Swap Extension for StableDiffusion WebUI (A1111, SD.Next, Cagliostro) - GitHub - Gourieff/sd-webui-reactor: Fast and Simple Face Swap Extension for StableDiffusion WebUI (A1111...
Hey @Dr. Furkan Gözükara got amazing results for 12 image character LoRA using AdamW8bit 8000 steps--testing different batch sizes quality vs speed of training. Did you test LoRA Adafactor settings or only Full Finetune? I tried LoRA Adafactor with your settings with LR 0.0004 and it learned very little, color discoloration etc.. Can you point in right direction for LoRA--Adafactor?
I see you are checking Adafactor SDXL TE problem on Issue #855. Does this mean Adafactor is broken at the moment, in light of TE? I thought it was beneficial to exclude SDXL Text Encoder from learning? Is Dadaptation a better option?
can someone explain why google colab gives me this error: ImportError Traceback (most recent call last) <ipython-input-7-fdf29cbd2fa1> in <cell line: 22>() 20 import io 21 import math ---> 22 import timm 23 from IPython import display 24 import lpips
11 frames /usr/local/lib/python3.10/dist-packages/PIL/ImageFont.py in <module> 32 33 from . import Image ---> 34 from ._util import isDirectory, isPath 35 36 LAYOUT_BASIC = 0
ImportError: cannot import name 'isDirectory' from 'PIL._util' (/usr/local/lib/python3.10/dist-packages/PIL/_util.py)
--------------------------------------------------------------------------- NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the "Open Examples" button below.
Question for any of you: I have trained LORAs for my wife, myself, and my two kids. Whats the best way to compose a family portrait or group photo? Any good tutorials out there? I haven't found much.
@xPIXELPAPIx you'll need to use the Loras in a single prompt. So for example it'll be something like "husband:lora" sitting next to "wife:lora" with "son:lora" chasing "daughter:lora" in a living room. Something along those lines. I'm not too experienced with complicated Loras myself but it should be something along those lines and there are a few youtube videos out there of people using multiple loras.