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

can you help or add defroum exnetion api ? i can hire for it

Using python 3.10 on Windows and Ubuntu 22.04 I get the error: ```ModuleNotFoundError: No module named 'altair.vegalite.v4'``` I was able to resolve this by manually running ```pip install altair==4.2.2``` This...

import subprocess import os; os.makedirs("images", exist_ok=True) import time import streamlit as st # Run the diffuzers app diffuzers_process = subprocess.Popen(["diffuzers", "app", "--host", "localhost", "--port", "8001", "--device", "cuda","--output","/content/images"], stdout=subprocess.PIPE) time.sleep(30) #...

hey all just checking if pix2pix is supposed to be working as I'm getting some odd errors `ValueError: Incorrect configuration settings! The config of `pipeline.unet`: FrozenDict([('sample_size', 64), ('in_channels', 4), ('out_channels',...

ngrok sometimes so slow, so I used other solutions. so I need edit "cli/run_app.py" L105 ` ... "--server.enableCORS", "false", "--server.enableXsrfProtection", "false", "--server.enableWebsocketCompression", "false",` ... But hard coding isn't a good...

I'm doing an API call however when I leave the seed value empty, I'm getting an error. How can I randomize it?

Hi, Abshishek! Thanks for amazing work. I was just trying and found the API has got some issues (or I am using it incorrectly, don't know). The screen shots are...

Hi, Abhi! Thanks for the great work. Could you please add a text generation feature as well? This will help lots of researchers and AI aspirants. Thanks,

While running on macOS M1 I get ```bash ERROR: Command errored out with exit status 1: /Users/loreto/opt/miniconda3/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/dr/lzd3czf922qcgj0xpdyg3dc40000gn/T/pip-install-3lhdxoh9/pycryptodome_3d5818659ba54c90872d4993a0d9e451/setup.py'"'"'; __file__='"'"'/private/var/folders/dr/lzd3czf922qcgj0xpdyg3dc40000gn/T/pip-install-3lhdxoh9/pycryptodome_3d5818659ba54c90872d4993a0d9e451/setup.py'"'"';f =...