renyuxi commited on
Commit
6856747
1 Parent(s): ff8f0b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -307,7 +307,10 @@ eta=1.0
307
  image = pipe("a blue paradise bird in the jungle", num_inference_steps=1, image=control_image, guidance_scale=0, eta=eta).images[0]
308
  image.save('image_out.png')
309
  ```
310
-
 
 
 
311
 
312
  ## Citation
313
  ```bibtex
 
307
  image = pipe("a blue paradise bird in the jungle", num_inference_steps=1, image=control_image, guidance_scale=0, eta=eta).images[0]
308
  image.save('image_out.png')
309
  ```
310
+ ## Comfyui Usage
311
+ * `Hyper-SDXL-Nstep-lora.safetensors`: [text-to-image workflow](https://huggingface.co/ByteDance/Hyper-SD/blob/main/comfyui/Hyper-SDXL-Nsteps-lora-workflow.json).
312
+ * `Hyper-SD15-Nstep-lora.safetensors`: [text-to-image workflow](https://huggingface.co/ByteDance/Hyper-SD/blob/main/comfyui/Hyper-SD15-Nsteps-lora-workflow.json)
313
+ * `Hyper-SDXL-1step-unet.safetensors`: working on it, will be updated soon.
314
 
315
  ## Citation
316
  ```bibtex