Spaces:
Sleeping
Sleeping
Add application file
Browse files- app.py +1 -1
- requirements.txt +0 -0
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import spaces
|
3 |
import torch
|
4 |
-
from diffusers import
|
5 |
|
6 |
pipe = AutoPipelineForText2Image.from_pretrained('Lykon/AAM_XL_AnimeMix', torch_dtype=torch.float16, variant="fp16")
|
7 |
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
|
|
|
1 |
import gradio as gr
|
2 |
import spaces
|
3 |
import torch
|
4 |
+
from diffusers import AutoPipelineForText2Image,DEISMultistepScheduler
|
5 |
|
6 |
pipe = AutoPipelineForText2Image.from_pretrained('Lykon/AAM_XL_AnimeMix', torch_dtype=torch.float16, variant="fp16")
|
7 |
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
|
requirements.txt
ADDED
File without changes
|