jiancongxie
jiancongxie
The discord api v9 seems give null response for "application_commands" now. https://discord.com/api/v9/channels/1105325796748439578/application-commands/search?type=1&query=settings&limit=1&include_applications=true { "applications": [], "application_commands": [], "cursor": { "previous": null, "next": null, "repaired": false } }
> > > I've opened a pull request with a provisional workaround. Meanwhile, @freezer71 has created interim npm package [freezer-midjourney-api](https://www.npmjs.com/package/freezer-midjourney-api) > > > > > > hi. Can you clarify...
> kwargs = {"device_map": device_map, "offload_folder": "offload"} Met same issue on Colab. Why you guys not merge this fix into main branch?
> I found that modifying the default dtype to torch.float32 as recommended by the HuggingFace discord community resolved the issue. Is this the recommended solution or is there something else...
> RuntimeError: no validator found for , see `arbitrary_types_allowed` in Config Add following code snippit ``` class BaseModel(PydanticBaseModel): class Config: arbitrary_types_allowed = True ```