lym00 commited on
Commit
c724a07
·
verified ·
1 Parent(s): 79a04cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -122,8 +122,13 @@ potential fix: app.diffusion.pipeline.config.py
122
  return pipeline
123
  ```
124
 
125
- Log
126
  ```
 
 
 
 
 
127
  >>> DEVICE: cuda
128
  >>> PIPELINE TYPE: <class 'diffusers.pipelines.flux.pipeline_flux.FluxPipeline'>
129
  >>> Moving transformer to cuda using to_empty()
 
122
  return pipeline
123
  ```
124
 
125
+ Debug Log
126
  ```
127
+ 25-07-21 22:47:02 | I | === Start Evaluating ===
128
+ 25-07-21 22:47:02 | I | * Building diffusion model pipeline
129
+ Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 15.44it/s]
130
+ Loading pipeline components...: 57%|████████████████████████████████████████████████████████████████ | 4/7 [00:00<00:00, 9.47it/s]You set `add_prefix_space`. The tokenizer needs to be converted from the slow tokenizers
131
+ Loading pipeline components...: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 7/7 [00:00<00:00, 7.79it/s]
132
  >>> DEVICE: cuda
133
  >>> PIPELINE TYPE: <class 'diffusers.pipelines.flux.pipeline_flux.FluxPipeline'>
134
  >>> Moving transformer to cuda using to_empty()