calcuis commited on
Commit
9d075eb
·
verified ·
1 Parent(s): b91bc41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -25,9 +25,9 @@ widget:
25
  ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/aura.png)
26
 
27
  ## setup (once)
 
28
  - drag aura_flow_0.3_fp8_scaled.safetensors [[9.66GB](https://huggingface.co/calcuis/aura/blob/main/aura_flow_0.3_fp8_scaled.safetensors)] to > ./ComfyUI/models/checkpoints
29
- - drag aura_flow_0.3_q4_0.gguf to > ./ComfyUI/models/diffusion_models
30
- - drag aura_vae.safetensors to > ./ComfyUI/models/vae
31
 
32
  ## run it straight (no installation needed way)
33
  - run the .bat file in the main directory (assuming you are using the full pack below)
@@ -36,8 +36,8 @@ widget:
36
  ### workflows
37
  - drag any workflow json file to the activated browser; or
38
  - drag any generated picture (which contains the workflow metadata) to the activated browser
39
- - workflow for safetensors (fp8 scaled version above is recommended)
40
- - workflow for gguf (opt to use the aura vae; but for the text encoder, since the unique format of that separate clip was not supported by comfyui yet, for the time being, use the one embedded inside fp8 scaled safetensors would be a better choice, it won't affect the speed, as the model will be loaded from gguf instead)
41
 
42
  <Gallery />
43
 
 
25
  ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/aura.png)
26
 
27
  ## setup (once)
28
+ - drag aura_flow_0.3_q4_0.gguf [[3.95GB](https://huggingface.co/calcuis/aura/blob/main/aura_flow_0.3-q4_0.gguf)] to > ./ComfyUI/models/diffusion_models
29
  - drag aura_flow_0.3_fp8_scaled.safetensors [[9.66GB](https://huggingface.co/calcuis/aura/blob/main/aura_flow_0.3_fp8_scaled.safetensors)] to > ./ComfyUI/models/checkpoints
30
+ - drag aura_vae.safetensors [[167MB](https://huggingface.co/calcuis/aura/blob/main/aura_vae.safetensors)] to > ./ComfyUI/models/vae
 
31
 
32
  ## run it straight (no installation needed way)
33
  - run the .bat file in the main directory (assuming you are using the full pack below)
 
36
  ### workflows
37
  - drag any workflow json file to the activated browser; or
38
  - drag any generated picture (which contains the workflow metadata) to the activated browser
39
+ - workflow for [safetensors](https://huggingface.co/calcuis/aura/blob/main/workflow-aura-safetensors.json) (fp8 scaled version above is recommended)
40
+ - workflow for [gguf](https://huggingface.co/calcuis/aura/blob/main/workflow-gguf-aura.json) (opt to use the aura vae; but for the text encoder, since the unique format of that separate clip was not supported by comfyui yet, for the time being, use the one embedded inside fp8 scaled safetensors would be a better choice, it won't affect the speed, as the model will be loaded from gguf instead)
41
 
42
  <Gallery />
43