Kamto
Kamto
How to fix.....
You should set `COMMANDLINE_ARGS=--no-half-vae` or use [sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix) If you have enough VRAM, you can avoid switching the VAE model to 16-bit floats. Otherwise, you will need to use sdxl-vae-fp16-fix.
> Same problem here! I used model dreamshaper-xl10, I got a black pic every time. My webUI don't have a column named "SD VAE", I want to know if some...
Although not very elegant, it solved my problem. I think we should add an undefined check for the window in the project.
```ts export default async function AuthLayout({ children }: AuthLayoutProps) { const supabase = createServerClient() const { data: { session }, } = await supabase.auth.getSession() if (session) { redirect("/dashboard") } return...
> Hi, do you mind putting some more context in your PR? Thx When the user generated by the Feishu connector is stored in the database, there will be an...