You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are too "old" for ControlNet. For instance, transformers and accelerate need to be upgraded.
This prompts the update of other dependencies and then I end up with an env that is completely different that the originally recommended one.
This causes, for instance, torch complaining about CUDA (among other things), whereas we are on Inf2 (this is confusing).
Tried multiple times but somehow couldn't get very far.
I also tried with the latest Neuron release and I can't get it to work.
Any help would be massively appreciated!
The text was updated successfully, but these errors were encountered:
Thank you for raising this. Enabling ControlNet is on our roadmap and support will be enabled in a future Neuron release. We'll keep this ticket open until support is available.
Hi team,
I am adapting this notebook, essentially instantiating a ControlNet pipe, such as
and then going for
torch_neuronx.trace
I suspect the number 1 blocker is the fact that the main libs the notebooks suggest to install
are too "old" for ControlNet. For instance,
transformers
andaccelerate
need to be upgraded.This prompts the update of other dependencies and then I end up with an env that is completely different that the originally recommended one.
This causes, for instance, torch complaining about CUDA (among other things), whereas we are on Inf2 (this is confusing).
Tried multiple times but somehow couldn't get very far.
I also tried with the latest Neuron release and I can't get it to work.
Any help would be massively appreciated!
The text was updated successfully, but these errors were encountered: