Tolun Luna
Tolun Luna
this works fine for me, without configuring file extensions. packages folder has 4-5 more folders, with different files in them. not sure if this was the exact question. ``` "scripts":...
upload gives you a URL back, and you can save and use that URL to show the image. ``` try { const upload = await RNS3.put(file, options) return upload.body.postResponse.location //...
Still the same? I tried to import S3 to /imports/api/methods.js with no luck and without importing it says "S3.delete is not a function"
Update: I think loras don't work with StableDiffusionPipeline (with stable-fast) after updating diffusers. I will try downgrading tomorrow since I haven't tested stable-fast inpainting with previous version of diffusers and...
I have downgraded and the issue persists. Also, textual inversion and loras don't work for some reason. After importing the lora, I'm doing this: ``` pipeline.unload_lora_weights() for lora in loras:...
I have the same question