danieltanhx

Results 4 issues of danieltanhx

the model in point 1 and point 2 shown below is diff, i've compared their respective generated text.. it's really different. 1.just aft 4bit training->gen = pipeline('text-generation', model=model, tokenizer=tokenizer, max_length=max_length)...

i have tried to both Python 3.8.15 and python 3.6.9 src/eval_segmentation.py:57: UserWarning: The version_base parameter is not specified. Please specify a compatability version level, or None. Will assume defaults for...

To those who are struggling to replicate this. Below is the google colab version which can run on python3.10 linux google colab !git clone https://github.com/Yujun-Shi/DragDiffusion.git %cd /content/DragDiffusion !pip install accelerate==0.17.0...

i noticed that your training DragPipeline class will save checkpoint incompatible with StableDiffusionPipeline,StableDiffusionImg2ImgPipeline and (https://github.com/cloneofsimo/lora/blob/master/scripts/run_img2img.ipynb). Is there a way for me to make this dragpipeline checkpoint compatible with the original...