We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2612b commit 770b97aCopy full SHA for 770b97a
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name="lora_diffusion",
8
py_modules=["lora_diffusion"],
9
- version="0.1.0",
+ version="0.1.2",
10
description="Low Rank Adaptation for Diffusion Models. Works with Stable Diffusion out-of-the-box.",
11
author="Simo Ryu",
12
packages=find_packages(),
0 commit comments