gpetters94
gpetters94
@Striker770 This usually means your python path doesn't contain the current directory. Try running `pip install -e .` and see if that fixes things.
> > @Striker770 This usually means your python path doesn't contain the current directory. Try running `pip install -e .` and see if that fixes things. > > Just saw...
> Any idea @gpetters94 ? Your Python might be out of date, can you do `python --version`? We require 3.11 or higher.
> @gpetters94 Any clue friend? I do have python 3.11 installed. What could be wrong here? I suspect it's our install script being broken for MacOS, I'll test it out...
I don't think this is the same issue I was having, but I'll take a look.
LGTM. I wonder if we should rename this repo to SHARK_studio and break any future apps into separate repos.
> Also, try running the standalone fx script and see whether this generates a correct image. Good idea, I'll post the results once I've gotten them.
I've verified that the fx graph before and after my code produces the same output for a call to `forward()`. Haven't tested image generation, but it should also be fine....
Can you provide some more info? I'm not able to reproduce with `runwayml/stable-diffusion-v1-5` - it seems to generate 256x256 images just fine.
I'm not able to reproduce what you're seeing, I've gotten that model to work just fine. Can you try these commands? SHARK command: `python3 apps/stable_diffusion/web/index.py --import_mlir --server_port 7860 --api --clear_all`...