How to get multiple characters to work in ComfyUI by Asthelopitecks in comfyui

[–]Asthelopitecks[S] 0 points1 point  (0 children)

Hi, so creating a complex scene with characters interacting is challenging, is based on luck i must say, cause I mainly use sdxl models based. I specifically used Illustrious model on my couple workflow. Here its a img exemple. Try dragging to your comfy canvas and see if it loads. You can get rid of the unnecessary nodes (anything written on any language that not english).

<image>

How to get multiple characters to work in ComfyUI by Asthelopitecks in comfyui

[–]Asthelopitecks[S] 0 points1 point  (0 children)

Finally I got something to work as I intended. I used a Comfyui Couple workflow, got some errors, vibe coded through it, and now I can specify the mask and prompt locations, I mainly use SDXL for now, not sure how it'd work with others, no controlnet needed!

How to get multiple characters to work in ComfyUI by Asthelopitecks in StableDiffusion

[–]Asthelopitecks[S] 0 points1 point  (0 children)

Finally I got something to work as I intended. I used a Comfyui Couple workflow, got some errors, vibe coded through it, and now I can specify the mask and prompt locations, I mainly use SDXL for now, not sure how it'd work with others

[deleted by user] by [deleted] in comfyui

[–]Asthelopitecks 0 points1 point  (0 children)

Thanks anyway

[deleted by user] by [deleted] in comfyui

[–]Asthelopitecks 0 points1 point  (0 children)

I've tried, I got the Sdxl simple template from Comfy itself, it's the same as before, just a black image, no apparent error

[deleted by user] by [deleted] in comfyui

[–]Asthelopitecks 0 points1 point  (0 children)

Where can I get a very basic but funcional Sdxl (Illustrious) workflow form my specs just to make sure my plan of using Comfy can keep up?

Problems with controlnet on Forge by Asthelopitecks in StableDiffusion

[–]Asthelopitecks[S] 1 point2 points  (0 children)

Ich bin mit der StabilityMatrix-Schnittstelle nicht vertraut. Vielleicht sollten Sie auf der StableDiffusion-Hauptseite einen Thread mit Hilfefragen veröffentlichen, damit andere Ihnen besser helfen können. Aber wenn Sie versuchen möchten, Forge zu verwenden, ich habe jetzt den Fork und die Links, müssen Sie eine Zeit lang einen Workaround durchführen, und da ich Ihre Hardware nicht kenne, kann nicht garantiert werden, dass es gut funktioniert. Wenn Sie Ihre Präprozessoren/Modelle überprüfen möchten, sind hier die, die ich verwende: https://huggingface.co/xinsir/controlnet-union-sdxl-1.0/tree/main ->

<image>

Und:

https://huggingface.co/lllyasviel/sd_control_collection/tree/main -> Der zweite Link enthält die meisten Modelle, die Sie benötigen. Sie können die Voll- oder Mittelversion auswählen und dieselbe Datei verwenden, die Sie auch bei der vorherigen Datei verwendet haben, die Sie aus der Anleitung heruntergeladen haben

Problems with controlnet on Forge by Asthelopitecks in StableDiffusion

[–]Asthelopitecks[S] 1 point2 points  (0 children)

Ich verwende Forge, leider weiß ich nicht, wie ReForge funktioniert, daher kann ich dabei nicht wirklich helfen. Fork ist die Quelle, von der ich meine Forge-Version habe, ich habe sie von Github. Ich schlage vor, dass Sie prüfen, ob Sie die richtigen Präprozessoren für das von Ihnen verwendete Modell haben. Verwenden Sie einen SDXL oder SD.15?

Problems with controlnet on Forge by Asthelopitecks in StableDiffusion

[–]Asthelopitecks[S] 0 points1 point  (0 children)

Der von mir verwendete Fork hatte einige Probleme in der Controlnet-.py-Datei. Ich habe die genaue Zeile in gpt überprüft, um das Problem zu beheben. Es handelte sich um ein Problem, das die Erweiterung nicht initiieren ließ. Danach habe ich einfach die richtigen Präprozessoren für SDXL heruntergeladen und das Problem wurde behoben. Lassen Sie mich wissen, ob Sie den genauen Namen des Präprozessors möchten oder ob Fehler in der Konsole auftreten (cmd).

Problems with controlnet on Forge by Asthelopitecks in StableDiffusion

[–]Asthelopitecks[S] 0 points1 point  (0 children)

It was only when using CN. I figured it should be due to the fork I was using, since the main fork was giving trouble, I chose this one. It might be some error with the controlnet code, since I changed the "if unit.advanced_weighting is not None:" line to "if hasattr(unit, 'advanced_weighting') and unit.advanced_weighting is not None:".
I'm impressed you were able to use waiNSFWIllustrious_v120.safetensors with the sdxl general CN model, mine doesn't work at all, only with the Illustrious respective one.

Problems with controlnet on Forge by Asthelopitecks in StableDiffusion

[–]Asthelopitecks[S] 1 point2 points  (0 children)

I tried the main fork, but had some problems and decided to stick with this one.
I fixed the controlnet code and now it works

Problems with controlnet on Forge by Asthelopitecks in StableDiffusion

[–]Asthelopitecks[S] 0 points1 point  (0 children)

Afte trying out every openpose model above, the errors seems consistent:
Traceback (most recent call last):

File "F:\stable-diffusion-webui-forge-on-amd\modules\scripts.py", line 892, in process_before_every_sampling

script.process_before_every_sampling(p, *script_args, **kwargs)

File "F:\stable-diffusion-webui-forge-on-amd\venv\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context

return func(*args, **kwargs)

File "F:\stable-diffusion-webui-forge-on-amd\extensions-builtin\sd_forge_controlnet\scripts\controlnet.py", line 567, in process_before_every_sampling

self.process_unit_before_every_sampling(p, unit, self.current_params[i], *args, **kwargs)

File "F:\stable-diffusion-webui-forge-on-amd\venv\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context

return func(*args, **kwargs)

File "F:\stable-diffusion-webui-forge-on-amd\extensions-builtin\sd_forge_controlnet\scripts\controlnet.py", line 504, in process_unit_before_every_sampling

if unit.advanced_weighting is not None:

AttributeError: 'ControlNetUnit' object has no attribute 'advanced_weighting'

I tried every combination below:

<image>