anghellia commited on
Commit
4e1a5ec
1 Parent(s): ac9f953

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -52,12 +52,17 @@ Our collection supports 3 models:
52
  Each ControlNet is trained on 1024x1024 resolution.
53
  However, we recommend you to generate images with 1024x1024 for Depth, and use 768x768 resolution for Canny and HED for better results.
54
 
 
 
 
 
 
55
  # Inference
56
  Use main.py from our [official repo](https://github.com/XLabs-AI/x-flux)
57
 
58
  We do not guarantee that our checkpoints will work 100% correctly with other repositories and tools due to the nature of our sampling implementation and so on until we add our support.
59
 
60
-
61
 
62
  ## Canny ControlNet
63
  ```bash
 
52
  Each ControlNet is trained on 1024x1024 resolution.
53
  However, we recommend you to generate images with 1024x1024 for Depth, and use 768x768 resolution for Canny and HED for better results.
54
 
55
+ # Examples
56
+
57
+ See examples of our models results below.
58
+ Also, some generation results with input images are provided in "Files and versions"
59
+
60
  # Inference
61
  Use main.py from our [official repo](https://github.com/XLabs-AI/x-flux)
62
 
63
  We do not guarantee that our checkpoints will work 100% correctly with other repositories and tools due to the nature of our sampling implementation and so on until we add our support.
64
 
65
+ See examples how to launch our models:
66
 
67
  ## Canny ControlNet
68
  ```bash