lkwq007 / stablediffusion-infinity

Outpainting with Stable Diffusion on an infinite canvas
Apache License 2.0
3.85k stars 304 forks source link

bootstrap fail #164

Open godlockin opened 1 year ago

godlockin commented 1 year ago

Mac, setup env by the guidance, run the bootstrap commend raised the follow issue. Is there any suggestions?

❯ python app.py --remote_model runwayml/stable-diffusion-inpainting
patch_match compiling failed, will fall back to edge_pad
No module named 'fpie' so PhotometricCorrection is disabled
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Using remote_model: runwayml/stable-diffusion-inpainting
Note that stablediffusion-inpainting+img2img-1.5 only support remote model and requires larger vRAM
Loading runwayml/stable-diffusion-v1-5
Fetching 15 files: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 15/15 [00:00<00:00, 4995.20it/s]
Fetching 16 files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 16/16 [00:00<00:00, 14060.10it/s]
[1]    87313 segmentation fault  python app.py --remote_model runwayml/stable-diffusion-inpainting
/usr/local/Caskroom/miniconda/base/envs/sd-inf/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '