eyal.benaroche commited on
Commit
c331c55
•
1 Parent(s): ebec059

readme re-order

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -55,6 +55,18 @@ image = pipe(prompt, num_inference_steps=4, guidance_scale=0).images[0]
55
  <img style="width:400px;" src="images/raccoon.png">
56
  </p>
57
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Combining Flash Diffusion with Existing LoRAs 🎨
59
 
60
  FlashSDXL can also be combined with existing LoRAs to unlock few steps generation in a **training free** manner. It can be integrated straight to Hugging Face pipelines. See an example below.
@@ -98,17 +110,7 @@ image = pipe(
98
  <img style="width:400px;" src="images/corgi.jpg">
99
  </p>
100
 
101
- # How to use in Comfy?
102
-
103
- To use FlashSDXL locally using Comfyui you need to :
104
-
105
- 1. Make sure your comfyUI install is up to date
106
- 2. Download the checkpoint from [huggingface](https://huggingface.co/jasperai/flash-sdxl).
107
- In case you wonder how, go to "Files and Version" go to `comfy/` folder and hit the download button next to the `FlashSDXL.safetensors`
108
- 3. Move the new checkpoint file to your local `comfyUI/models/loras/.` folder
109
- 4. Use it as a LoRA on top of `sd_xl_base_1.0_0.9vae.safetensors`, a simple comfyui `workflow.json` is provided in this repo (available in the same `comfy/` folder)
110
-
111
- > Disclaimer : Model has been trained to work with a cfg scale of 1 and a lcm scheduler but parameters can be tweaked a bit.
112
 
113
  # Combining Flash Diffusion with Existing ControlNets 🎨
114
 
 
55
  <img style="width:400px;" src="images/raccoon.png">
56
  </p>
57
 
58
+ # How to use in Comfy?
59
+
60
+ To use FlashSDXL locally using Comfyui you need to :
61
+
62
+ 1. Make sure your comfyUI install is up to date
63
+ 2. Download the checkpoint from [huggingface](https://huggingface.co/jasperai/flash-sdxl).
64
+ In case you wonder how, go to "Files and Version" go to `comfy/` folder and hit the download button next to the `FlashSDXL.safetensors`
65
+ 3. Move the new checkpoint file to your local `comfyUI/models/loras/.` folder
66
+ 4. Use it as a LoRA on top of `sd_xl_base_1.0_0.9vae.safetensors`, a simple comfyui `workflow.json` is provided in this repo (available in the same `comfy/` folder)
67
+
68
+ > Disclaimer : Model has been trained to work with a cfg scale of 1 and a lcm scheduler but parameters can be tweaked a bit.
69
+
70
  # Combining Flash Diffusion with Existing LoRAs 🎨
71
 
72
  FlashSDXL can also be combined with existing LoRAs to unlock few steps generation in a **training free** manner. It can be integrated straight to Hugging Face pipelines. See an example below.
 
110
  <img style="width:400px;" src="images/corgi.jpg">
111
  </p>
112
 
113
+ > Hint 💡 : You can also use additional LoRA using the provided comfy workflow and test it on your machine.
 
 
 
 
 
 
 
 
 
 
114
 
115
  # Combining Flash Diffusion with Existing ControlNets 🎨
116