Anas Rezk
Anas Rezk
I realize that but then how can retrieve.py be run?
@sayakpaul, I don't understand your response. website is down, do I need to wait? or probably the url is broken?
Hi again, I run the code with the 'cat' example from the README file and it works fine. I also adjusted to 'person' and it works. The problem comes when...
when training above, I encountered a issue #4704 where I added `--no_safe_serialization` attribute ... it works... but then I am encountering now a different error that I could not find...
I resolve it as per https://github.com/huggingface/diffusers/issues/6879#issuecomment-1932818035 but I encounter another problem, https://github.com/huggingface/diffusers/issues/6879#issuecomment-1933015463 can you help @yiyixuxu @sayakpaul ??
I would still appreciate if I can train the model with the attribute `--freeze_model crossattn ` activate since I am training faces :)
I have also Pytorch 2.2 and installed `diffusers `from `main`. do you run it with `--freeze_model crossattn ` activated?
I have similar problem when making an environment through gym.make("ALE/Riverraid-v5"). I run both commands you suggested and the return for the print was: `dict_keys(['CartPole-v0', 'CartPole-v1', 'MountainCar-v0', 'MountainCarContinuous-v0', 'Pendulum-v1', 'Acrobot-v1', 'CartPoleJax-v0',...
@YoussefBechara where do you add that conv ID, and how do you get it in the first place? I have this function and when ever i call it, it starts...
Thank you @YoussefBechara. I update my code and continuing in the same conversation is working now. but a new requirements pops up now. I need to change system prompt for...