wen
wen
**What happened?** I download lora_illust.pt from (https://huggingface.co/spaces/lora-library/Low-rank-Adaptation/blob/main/lora_illust.pt) And run lora_add --path_1 stabilityai/stable-diffusion-2-base --path_2 lora_illust.pt --mode upl-ckpt-v2 --alpha 1.0 --output_path merged_model.ckpt **Then got the following error:** `Traceback (most recent call last):...
I have encountered a memory leak problem, we need to store and switch the model of stable diffusion in memory, but when we convert the model in memory to gpu,...
this is my code for hooking up an LLM to answer questions over a database(remote pg).  but find error:  Can anyone give me some advice to solve this...
I used SD-Turbo to create a image,but the face is bad. how to fix the bad face?  prompt: a man danceing , step: 50
 I want to know which model is used to generate the summary? thanks
Hi, I use code(https://github.com/Stability-AI/StableCascade/blob/master/inference/lora.ipynb) to generate images by lora, but the following error will be reported.  I understand that this is caused by the model not being downloaded correctly....
upscaler a video, but the result is bad [https://storage.googleapis.com/mlserver-environment/frames.mp4 ](url)
We read the pretrain code in this repo and find that the pretrain code is gpt model. how to pretrain llama2? 
DataChunkRecipe is not working when used in litgpt's TinyLlama pretraining example error: AttributeError: 'SlimPajamaDataRecipe' object has no attribute 'is_generator' the type of SlimPajamaDataRecipe is DataChunkRecipe, and i find DataChunkRecipe object...
Does Megatron has plan to support llama pre-train?