jrrjrr commited on
Commit
c1e71ad
1 Parent(s): 3705ace

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ There is also a "MISC" folder that has text files with some notes and a screenca
27
 
28
  For command line use, the "MISC" notes cover setting up a miniconda3 environment. If you are using the command line, please read the notes concerning naming and placement of your ControlNet model folder.
29
 
30
- If you are using a GUI like Mochi Diffusion 4.0, the app will most likely guide you to the correct location/arrangement for your ConrolNet model folder.
31
 
32
  The sizes noted for all model type inputs/outputs are WIDTH x HEIGHT. A 512x768 is "portrait" orientation and a 768x512 is "landscape" orientation.
33
 
 
27
 
28
  For command line use, the "MISC" notes cover setting up a miniconda3 environment. If you are using the command line, please read the notes concerning naming and placement of your ControlNet model folder.
29
 
30
+ If you are using a GUI like Mochi Diffusion 4.0, the app will most likely guide you to the correct location/arrangement for your ConrolNet model folder. Please note that when you unzip the ControlNet files from this repo, they will unzip into a folder with the actual model files inside. This folder is just for the zipping process. What you want to move into your CpntrolNet model folder in Mochi Diffusion will be the individual files, not the folder they unzip into. This is different from base models, where you do want to copy the folder itself. See the images [here]() and [here]() for an example of how my folders are set up.
31
 
32
  The sizes noted for all model type inputs/outputs are WIDTH x HEIGHT. A 512x768 is "portrait" orientation and a 768x512 is "landscape" orientation.
33