Text-to-Image
Diffusers
Safetensors
recoilme commited on
Commit
ee5c5f0
·
1 Parent(s): ef9dc2d
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ At AiArtLab, we strive to create a free, compact and fast model that can be trai
43
 
44
  ### Text 2 image
45
 
46
- ```
47
  #!pip install -U torch torchvision
48
  #!pip install -U diffusers accelerate transformers
49
 
@@ -106,7 +106,7 @@ Development Note: We have not provided direct comparisons with other popular ups
106
 
107
  ### upscale code example
108
 
109
- ```
110
  import torch
111
  import numpy as np
112
 
 
43
 
44
  ### Text 2 image
45
 
46
+ ```python
47
  #!pip install -U torch torchvision
48
  #!pip install -U diffusers accelerate transformers
49
 
 
106
 
107
  ### upscale code example
108
 
109
+ ```python
110
  import torch
111
  import numpy as np
112