yijin928 commited on
Commit
7662943
·
verified ·
1 Parent(s): a644217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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",