YuLexuan30 commited on
Commit
b04cb58
·
verified ·
1 Parent(s): 8f91df7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import hf_hub_download
10
  import spaces
11
  from comfy import model_management
12
 
13
- CHROMA_VERSION = "chroma-unlocked-v43-detail-calibrated.safetensors"
14
 
15
  # Download required models
16
  t5_path = hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="t5xxl_fp8_e4m3fn.safetensors", local_dir="models/text_encoders/")
@@ -195,7 +195,7 @@ with gr.Blocks() as app:
195
  gr.Markdown("""
196
  # Chroma
197
 
198
- Model: [Chroma V_43 detail calibrated](https://huggingface.co/lodestones/Chroma) by [lodestones](https://huggingface.co/lodestones)
199
 
200
  Run any ComfyUI Workflow on Spaces: [ComfyUI Workflows](https://huggingface.co/blog/run-comfyui-workflows-on-spaces)
201
 
 
10
  import spaces
11
  from comfy import model_management
12
 
13
+ CHROMA_VERSION = "chroma-unlocked-v44-detail-calibrated.safetensors"
14
 
15
  # Download required models
16
  t5_path = hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="t5xxl_fp8_e4m3fn.safetensors", local_dir="models/text_encoders/")
 
195
  gr.Markdown("""
196
  # Chroma
197
 
198
+ Model: [Chroma V_44 detail calibrated](https://huggingface.co/lodestones/Chroma) by [lodestones](https://huggingface.co/lodestones)
199
 
200
  Run any ComfyUI Workflow on Spaces: [ComfyUI Workflows](https://huggingface.co/blog/run-comfyui-workflows-on-spaces)
201