Update app.py
#1
by
cutycat2000x
- opened
app.py
CHANGED
@@ -11,7 +11,8 @@ import torch
|
|
11 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
12 |
|
13 |
|
14 |
-
DESCRIPTION = """# InterDiffusion-3.8
|
|
|
15 |
|
16 |
|
17 |
def save_image(img):
|
|
|
11 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
12 |
|
13 |
|
14 |
+
DESCRIPTION = """# InterDiffusion-3.8
|
15 |
+
### [https://huggingface.co/cutycat2000x/InterDiffusion-3.8](https://huggingface.co/cutycat2000x/InterDiffusion-3.8)"""
|
16 |
|
17 |
|
18 |
def save_image(img):
|