Spaces:
Running
on
Zero
Running
on
Zero
Lawrence-cj
commited on
Commit
•
6f9746c
1
Parent(s):
1740833
bug fixed
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import torch
|
|
12 |
from typing import Tuple
|
13 |
from datetime import datetime
|
14 |
from peft import PeftModel
|
15 |
-
from
|
16 |
|
17 |
|
18 |
DESCRIPTION = """![Logo](https://raw.githubusercontent.com/PixArt-alpha/PixArt-sigma-project/master/static/images/logo-sigma.png)
|
|
|
12 |
from typing import Tuple
|
13 |
from datetime import datetime
|
14 |
from peft import PeftModel
|
15 |
+
from diffusers_patches import pixart_sigma_init_patched_inputs, PixArtSigmaPipeline
|
16 |
|
17 |
|
18 |
DESCRIPTION = """![Logo](https://raw.githubusercontent.com/PixArt-alpha/PixArt-sigma-project/master/static/images/logo-sigma.png)
|