radames commited on
Commit
d2c46d0
1 Parent(s): eb9ca51
Files changed (2) hide show
  1. README.md +2 -0
  2. app.py +0 -1
README.md CHANGED
@@ -7,6 +7,8 @@ sdk: gradio
7
  sdk_version: 4.21.0
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 4.21.0
8
  app_file: app.py
9
  pinned: false
10
+ preload_from_hub:
11
+ - lllyasviel/fav_models fav/juggernautXL_v8Rundiffusion.safetensors
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -12,7 +12,6 @@ from ComfyUI.nodes import (
12
  VAEEncode,
13
  KSampler,
14
  EmptyLatentImage,
15
- CheckpointLoaderSimple,
16
  CLIPTextEncode,
17
  )
18
  from ComfyUI.comfy_extras.nodes_compositing import JoinImageWithAlpha
 
12
  VAEEncode,
13
  KSampler,
14
  EmptyLatentImage,
 
15
  CLIPTextEncode,
16
  )
17
  from ComfyUI.comfy_extras.nodes_compositing import JoinImageWithAlpha