Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc.lock 871 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  1. schema: '2.0'
  2. stages:
  3. convert_model:
  4. cmd: python -m python_coreml_stable_diffusion.torch2coreml --convert-unet --convert-text-encoder
  5. --convert-vae-decoder --convert-safety-checker -o models
  6. outs:
  7. - path: models
  8. md5: 93df63a4f0fba8efa93b51297af4cd9b.dir
  9. size: 2674410455
  10. nfiles: 12
  11. generate_images:
  12. cmd: python -m python_coreml_stable_diffusion.pipeline -i models -o data/processed
  13. --compute-unit CPU_AND_GPU --seed 193 --prompt 'An ork fighting sonic the hedgehog
  14. under a bridge'
  15. deps:
  16. - path: models
  17. md5: 93df63a4f0fba8efa93b51297af4cd9b.dir
  18. size: 2674410455
  19. nfiles: 12
  20. params:
  21. params.yaml:
  22. prompt: An ork fighting sonic the hedgehog under a bridge
  23. outs:
  24. - path: data/processed
  25. md5: e17998d7826488ea54fde727580f63e3.dir
  26. size: 445104
  27. nfiles: 1
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...