Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -186,7 +186,7 @@ class main():
|
|
| 186 |
self.proj.to(device)
|
| 187 |
self.weights.to(device)
|
| 188 |
|
| 189 |
-
network = LoRAw2w( self.weights, self.mean, self.std, self.v,
|
| 190 |
self.unet,
|
| 191 |
rank=1,
|
| 192 |
multiplier=1.0,
|
|
|
|
| 186 |
self.proj.to(device)
|
| 187 |
self.weights.to(device)
|
| 188 |
|
| 189 |
+
network = LoRAw2w( self.weights, self.mean, self.std, self.v[:, :1000],
|
| 190 |
self.unet,
|
| 191 |
rank=1,
|
| 192 |
multiplier=1.0,
|