crapthings

Results 102 issues of crapthings

- error node_modules/ai/dist/index.mjs (110:10) @ AIStream - error Failed to convert the response to stream. Received status code: 400. I'm following the tutorial, but I got this error. ```js //...

enhancement

any dataset example?

my server is prosody. registration is enabled `allow_registration = true` user can login only after prosodyctl adduser

is diffusers possible to support this hires fix? it looks 1.5 work too https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13974 https://www.youtube.com/watch?v=SbgMwHDXthU same seed at 1024x1024 ![image](https://github.com/huggingface/diffusers/assets/1147704/7319ef5f-1581-407d-8ea7-edf8233cdfa6) ![image](https://github.com/huggingface/diffusers/assets/1147704/8499356b-c108-4707-8681-a2f33df80986) This method will also improve the quality of inpainting...

i've got different date type after authorizePublish

custom dataset there's grey scale can't see by eye the original one

### Describe the bug ``` inpaintingPipe = DiffusionPipeline.from_pretrained( 'runwayml/stable-diffusion-inpainting', torch_dtype = torch.float16, custom_pipeline = 'hd_painter' ) ``` OutOfMemoryError: CUDA out of memory. Tried to allocate 3.96 GiB. GPU 0 has...

bug

训练语料:百度百科800w条 20G+搜狐新闻400w条 12G+小说:90G左右 什么配置,处理这些数据要多久?

### Describe the bug mask ![download-30](https://github.com/huggingface/diffusers/assets/1147704/96ef8de3-88f8-47a7-8c48-a83c567d09fc) ![download-29](https://github.com/huggingface/diffusers/assets/1147704/0286b4b3-0fe6-439c-b4b7-95dec25ee077) i got mask with this ``` def make_inpaint_condition (image, image_mask): image = np.array(image.convert("RGB")).astype(np.float32) / 255.0 image_mask = np.array(image_mask.convert("L")).astype(np.float32) / 255.0 assert image.shape[0:1] ==...

bug

any change to improve module.resolve performance? reproduction repo https://github.com/crapthings/meteor-modulelink i know mui is kinda heavy, but any chance to optimize install?