Spaces:
Runtime error
Runtime error
Commit
·
ef7b4df
1
Parent(s):
a1fd8fe
import space before comfy
Browse files
app.py
CHANGED
@@ -4,8 +4,9 @@ import sys
|
|
4 |
from typing import Sequence, Mapping, Any, Union
|
5 |
import torch
|
6 |
import gradio as gr
|
7 |
-
from comfy import model_management
|
8 |
import spaces
|
|
|
|
|
9 |
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
from huggingface_hub import snapshot_download
|
|
|
4 |
from typing import Sequence, Mapping, Any, Union
|
5 |
import torch
|
6 |
import gradio as gr
|
|
|
7 |
import spaces
|
8 |
+
from comfy import model_management
|
9 |
+
|
10 |
|
11 |
from huggingface_hub import hf_hub_download
|
12 |
from huggingface_hub import snapshot_download
|