Replies: 3 comments 5 replies
-
Here is the full log: `[Parameters] Adaptive CFG = 7 During handling of the above exception, another exception occurred: Traceback (most recent call last): Total time: 0.05 seconds` |
Beta Was this translation helpful? Give feedback.
-
here is a url to our model as well: Model description The weights were trained using DreamBooth. LoRA for the text encoder was enabled: False. Special VAE used for training: madebyollin/sdxl-vae-fp16-fix. Trigger words |
Beta Was this translation helpful? Give feedback.
-
@nkls2000 Relates to AUTOMATIC1111/stable-diffusion-webui#10199. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I´ve been training my own model, and I have trained them with both Autotrain (https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/colabs/AutoTrain.ipynb)
and with this one:
https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/SDXL_DreamBooth_LoRA_.ipynb
The training went fine, and my model works when I test them on Hugging face.
I now want to run my own models in Foocus, and I´m trying in the colab version here:
https://colab.research.google.com/github/lllyasviel/Fooocus/blob/main/fooocus_colab.ipynb
I´m getting an error, and its the same error with all my models. It says
ValueError: Error while deserializing header: MetadataIncompleteBuffer
and then it says my model is corrupt. Would be really happy if anyone could help me with this. How do I solve this?
Beta Was this translation helpful? Give feedback.
All reactions