Spaces:
Runtime error
Runtime error
Fixed errors
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from PIL import Image, ImageDraw
|
|
7 |
|
8 |
from diffusers import DDIMScheduler
|
9 |
from pipeline_stable_diffusion_xl_opt import StableDiffusionXLPipeline
|
10 |
-
from injection_utils import
|
11 |
from bounded_attention import BoundedAttention
|
12 |
from pytorch_lightning import seed_everything
|
13 |
|
|
|
7 |
|
8 |
from diffusers import DDIMScheduler
|
9 |
from pipeline_stable_diffusion_xl_opt import StableDiffusionXLPipeline
|
10 |
+
from injection_utils import register_attention_editor_diffusers
|
11 |
from bounded_attention import BoundedAttention
|
12 |
from pytorch_lightning import seed_everything
|
13 |
|