Skip to main content

All Questions

0 votes
0 answers
126 views

Diffusers pipeline Instant ID with Ipadapter

I want to use an implementation of InstantID with Ipadapter using Diffusers library. So far I got : import diffusers from diffusers.utils import load_image from diffusers.models import ControlNetModel ...
Felox's user avatar
  • 502
0 votes
1 answer
544 views

How to generate images with the same seed but with different kind of noise schedulers using Diffusers

I'm trying to use the Diffusers library to generate images with different schedulers (Just generate images I don't want to have to prompt). For this I follow this tutorial: https://huggingface.co/docs/...
Gesser's user avatar
  • 1