Evita
Evita
I'm having the same issue, trying to filter on a search parameter to then receive paginated results, but as the resolver is skipped - as is my search!
I think you should! I created a repo today too with a quick setup for sd with a gradio UI for ubuntu machines: https://github.com/webel/Stable-diffusion-In-a-Box, it's basically what you have as...
Scratch my last comment, my repo is basically mute given the latest updates to hlky's stable-diffusion
@dasupradyumna did you manage to get past this? @jaimergp I tried all the steps you mentioned, skipping repodata, conda clean --all, the --offline flag... all result in the below. This...
@oneezy what did you end up doing? I like this start point but haven't checked out the alternatives yet. Recently used hydrogen, but daaamn going back to react was painful...
# **Module Import Issue: `ModuleNotFoundError: No module named 'utils.json_util'`** ## **Issue Summary** We encountered an issue where `utils.json_util` is not recognized as a module when running: ```bash PYTHONPATH=/workspace/ComfyUI python3 -m...
that probably works given I've stumbled on the same issue earlier with restricted naming being used for directories, I ended up just copying over what I needed from utils.
@x0good idk if still relevant for you, but the w3m naming is deprecated in favour of appkit. So `appkit-button`.
I reckon you add it to some global.d.ts, something like ```tsx declare global { namespace JSX { interface IntrinsicElements { 'appkit-button': React.DetailedHTMLProps; } } } ``` On Sat, Dec 14,...