We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalAI version: 2.2.0-ffmpeg
Environment, CPU architecture, OS, and Version: Linux srv-gpt 5.15.131-1-pve #1 SMP PVE 5.15.131-2 (2023-11-14T11:32Z) x86_64 x86_64 x86_64 GNU/Linux, Proxmox LXC, AMD Ryzen 9 5900X, 128 GB RAM
Describe the bug Diffusers is not working at all. Load by default stablediffusion instead diffusers
To Reproduce I set up dreamlike-photoreal as stated in the docs. File "dreamlike-photoreal.yaml" in models folder with content:
name: dreamlike-photoreal parameters: model: Linaqruf/dreamlike-photoreal backend: diffusers # Force CPU usage - set to true for GPU f16: false diffusers: pipeline_type: StableDiffusionPipeline cuda: false # Enable for GPU usage (CUDA) scheduler_type: euler_a
Then ran command as stated in docs:
curl http://localhost:8080/v1/images/generations \ -H "Content-Type: application/json" \ -d '{ "prompt": "cat, outdoor, sun, tree|rain, night, people", "model": "dreamlike-photoreal", "step": 51, "size": "1024x1024" }'
It results always in this error:
Load by default stablediffusion instead diffusers
env with COMPEL=0
/tmp/localai/backend_data/backend-assets/grpc/stablediffusion
Expected behavior Diffusers generate images.
The text was updated successfully, but these errors were encountered:
good catch, this sounds a regression introduced with #1283 . cc @M0Rf30
Sorry, something went wrong.
mudler
Successfully merging a pull request may close this issue.
LocalAI version:
2.2.0-ffmpeg
Environment, CPU architecture, OS, and Version:
Linux srv-gpt 5.15.131-1-pve #1 SMP PVE 5.15.131-2 (2023-11-14T11:32Z) x86_64 x86_64 x86_64 GNU/Linux, Proxmox LXC, AMD Ryzen 9 5900X, 128 GB RAM
Describe the bug
Diffusers is not working at all. Load by default stablediffusion instead diffusers
To Reproduce
I set up dreamlike-photoreal as stated in the docs. File "dreamlike-photoreal.yaml" in models folder with content:
Then ran command as stated in docs:
It results always in this error:
Load by default stablediffusion instead diffusers
env with COMPEL=0
/tmp/localai/backend_data/backend-assets/grpc/stablediffusion
Expected behavior
Diffusers generate images.
The text was updated successfully, but these errors were encountered: