crapthings
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 //...
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   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...
训练语料:百度百科800w条 20G+搜狐新闻400w条 12G+小说:90G左右 什么配置,处理这些数据要多久?
### Describe the bug mask   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] ==...
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?