Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ import torch
|
|
6 |
import gradio as gr
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
import spaces
|
|
|
|
|
9 |
|
10 |
hf_hub_download(
|
11 |
repo_id="Comfy-Org/stable-diffusion-v1-5-archive",
|
|
|
6 |
import gradio as gr
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
import spaces
|
9 |
+
from comfy import model_management
|
10 |
+
from nodes import NODE_CLASS_MAPPINGS
|
11 |
|
12 |
hf_hub_download(
|
13 |
repo_id="Comfy-Org/stable-diffusion-v1-5-archive",
|