diffuzers icon indicating copy to clipboard operation
diffuzers copied to clipboard

a web ui & api for 🤗 diffusers

Results 21 diffuzers issues
Sort by recently updated
recently updated
newest added

There doesn't seem to be a way to load local diffuser models, is there? I'd like to load my local fine tuned models, without having to push them to huggingface

I don't see any method to set it while running the app on Windows

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "/usr/local/lib/python3.10/dist-packages/diffuzers/Home.py", line 7, in from diffuzers.x2image import X2Image File "/usr/local/lib/python3.10/dist-packages/diffuzers/x2image.py", line 14, in from diffusers import...

temp patch for altair v4 for streamlit as v5 is incompatible

from diffuzers.inpainting import Inpainting File "/home/ubuntu/diffuzers/./diffuzers/inpainting.py", line 9, in import streamlit as st File "/home/ubuntu/.local/lib/python3.8/site-packages/streamlit/__init__.py", line 55, in from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator File "/home/ubuntu/.local/lib/python3.8/site-packages/streamlit/delta_generator.py", line 45, in from...

Is there a pipeline for outpainting?

Thank you for making it public, it's pretty awesome. I have however a question that do you have any suggestion about the host that I can have the access to...

Error message: "subprocess-exited-with-error" The error message "subprocess-exited-with-error" indicates that a subprocess being run by pip has failed. Specifically, in this case, it seems to be related to an issue with...

I run the commond in the linux server: `diffuzers api --port 8000 --device cuda:6` it shows: What I can see in the browser is: Does anyone know why this is?

Hi, When i build a basic streamlit app like you, click a button GENERATE to start generate images. But when click this button multiple times, a numbers of processes will...