All Questions
Tagged with diffusers deep-learning
2 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
...
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/...