Diffusers
TalHach61 commited on
Commit
e27f711
·
verified ·
1 Parent(s): cfcabd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -40,15 +40,11 @@ BRIA-4B-Adapt-ControlNet-Union requires access to BRIA-4B-Adapt Text-to-Image. F
40
  |5|pose
41
 
42
 
43
- # Inference
44
-
45
-
46
  ```python
47
 
48
  ```
49
 
50
  ### Installations
51
-
52
  ```bash
53
  pip install -qr https://huggingface.co/briaai/BRIA-4B-Adapt/resolve/main/requirements.txt
54
  pip install diffusers==0.30.2, hf_hub_download
@@ -69,7 +65,7 @@ hf_hub_download(repo_id="briaai/BRIA-4B-Adapt-ControlNet-Union", filename='pipel
69
  hf_hub_download(repo_id="briaai/BRIA-4B-Adapt-ControlNet-Union", filename='controlnet_bria.py', local_dir=local_dir)
70
  ```
71
 
72
- ## Inference
73
  ```python
74
  import torch
75
  from diffusers.utils import load_image
 
40
  |5|pose
41
 
42
 
 
 
 
43
  ```python
44
 
45
  ```
46
 
47
  ### Installations
 
48
  ```bash
49
  pip install -qr https://huggingface.co/briaai/BRIA-4B-Adapt/resolve/main/requirements.txt
50
  pip install diffusers==0.30.2, hf_hub_download
 
65
  hf_hub_download(repo_id="briaai/BRIA-4B-Adapt-ControlNet-Union", filename='controlnet_bria.py', local_dir=local_dir)
66
  ```
67
 
68
+ # Inference
69
  ```python
70
  import torch
71
  from diffusers.utils import load_image