Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
026a400
1
Parent(s):
5cb96a1
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import random
|
|
13 |
import time
|
14 |
from typing import Any, Dict, List, Optional, Union
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
-
from diffusers import DiffusionPipeline, AutoencoderTiny
|
17 |
import safetensors.torch
|
18 |
from safetensors.torch import load_file
|
19 |
from pipeline import FluxWithCFGPipeline
|
|
|
13 |
import time
|
14 |
from typing import Any, Dict, List, Optional, Union
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
+
from diffusers import DiffusionPipeline, AutoencoderTiny, AutoPipelineForImage2Image
|
17 |
import safetensors.torch
|
18 |
from safetensors.torch import load_file
|
19 |
from pipeline import FluxWithCFGPipeline
|