jrrjrr commited on
Commit
21bb7fc
·
1 Parent(s): 8c7b8f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
- # Just a repo for sharing random CoreML & Stable Diffusion files & info.<br><br>
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+ # Just a repo for sharing random CoreML & Stable Diffusion files & info.<br><br>
5
+
6
+ ## With all the recent issues convrting models that work succesfully,
7
+ ## I'm uploading my full miniconda env as well as a few individual
8
+ ## packages/files that are key to keeping my conversion pipeline
9
+ ## working fine for SD-1.5 type models.
10
+
11
+ - convert_original_stable_diffusion_to_diffusers.py.zip -- The conversion script version tat I use.
12
+ - coreml_stable_difusion.zip -- My full minicinda env for doing model conversions. Unzip it and move it to your /env folder after renaming your present environment.
13
+ - coremltools.zip -- The version of coremltools that I use and the matching info folder.
14
+ - python_coreml_stable_diffusion.zip -- The version of this package I use that works for me and a second vesion that I use only for making ControlNet Conversions.