TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.53k stars 1.31k forks source link

Help with extensions not working on default folder #703

Open konqiDAM opened 1 year ago

konqiDAM commented 1 year ago

Hi, I noticed in the last card there is this part:

with capture.capture_output() as cap: 
  %cd /content/gdrive/MyDrive/sd/stablediffusion

But extensions are installed on stable-diffusion-webui if I change the above code to

with capture.capture_output() as cap: 
  %cd /content/gdrive/MyDrive/sd/stable-diffusion-webui

a few extensions seem to work. But I'm not sure if its correct. So, my question is if its safe to use the changed code I put there or can you do something to add default compatibility to extensions? (Also to be sure, the two extensions I tried and didnt work by default but work with this fix are booru2prompt and a1111-sd-webui-tagcomplete).

TheLastBen commented 1 year ago

If you change it like that, other things will break too, soo it needs a lot of testing, any feedback would be of great help

konqiDAM commented 1 year ago

Ok. lets see if this evening I have time, the ideal should be to only have one folder, right? Maybe I can try to have it all in only one, because I don't quite understand why folders have been changing over time.