painebenjamin / app.enfugue.ai

ENFUGUE is an open-source web app for making studio-grade images and video using generative AI.
GNU General Public License v3.0
647 stars 62 forks source link

Not running #130

Open pratik-ac opened 5 months ago

pratik-ac commented 5 months ago

Screenshot from 2024-01-20 19-07-32 Am I missing something

painebenjamin commented 5 months ago

Hello @pratik-ac ,

Sorry you're having issues! There are two things:

  1. Please update from v0.3.0 - just running pip install enfugue -U will get you to 0.3.3.
  2. Please use the command python -m enfugue run instead of enfugue run.

I think that should get you working, please let me know if it doesn't.

pratik-ac commented 5 months ago

got new sets of error after updating. I have attached the errors log.txt

pratik-ac commented 5 months ago

got new sets of error after updating. I have attached the errors log.txt

Doing python -m enfugue run the server got stuck in loading in https://app.enfugue.ai:45554/ but works in https://app.enfugue.ai:45554/ but when i try to generate image it lags and chrome will stop responding

painebenjamin commented 5 months ago

Hello @pratik-ac,

It looks like there's some issue with Tensorflow. The requirement for tensorflow was removed in 0.3.1 because of these situations - it doesn't like to play nice with everyone's system.

My recommendation would be to take the latest environment file and do conda env update -f linux-cuda.yml. That will go through the environment file and make sure all the dependencies are the recommended versions (and no extra packages are present.) That should at least get us to a baseline state so we can find out what else is happening.

pratik-ac commented 5 months ago

still got the same error

pratik-ac commented 5 months ago

still got the same error

managed to solve that issue by pip install -U accelerate server works but not generating images shows pipeline is still initializing in log enfugue-engine.log