lllyasviel / sd-forge-layerdiffuse

[WIP] Layer Diffusion for WebUI (via Forge)
Apache License 2.0
3.86k stars 331 forks source link

how do i run it by diffusers #35

Open xiekong opened 8 months ago

xiekong commented 8 months ago

give some examples,please

xiankgx commented 8 months ago

Sharing this thread.

The base layer diffusion model is a SDXL LoRA trained on the modified latent space. I managed to convert the given checkpoint to LoRA and use it with diffusers by calling pipe.load_lora_weights().

But how do you use the other four layer modules:

Its tightly integrated with sd-forge and using things like extra_concat_cond and I have no idea how to integrate them to diffusers.

xiekong commented 8 months ago

i am waiting for the official integration plan

nighting0le01 commented 8 months ago

@xiankgx can you share how you used the base model for inference in diffusers?

CustodialMatter commented 7 months ago

Also curious how this could work with diffusers