Do minor updates
This commit is contained in:
parent
9b4ffbadc4
commit
baae737f84
|
|
@ -21,8 +21,8 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"#import sys\n",
|
||||
"#!{sys.executable} -m pip install git+https://github.com/openai/CLIP.git"
|
||||
"import sys\n",
|
||||
"!{sys.executable} -m pip install git+https://github.com/openai/CLIP.git"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ To generate an image corresponding to a text prompt, we start with some random e
|
|||
|
||||
A great library that implements VQGAN+CLIP is [Pixray](http://github.com/pixray/pixray)
|
||||
|
||||
 | 
|
||||
 | 
|
||||
----|----
|
||||
Picture generated from prompt *a closeup watercolor portrait of young male teacher of literature with a book* | Picture generated from prompt *a closeup oil portrait of young female teacher of computer science with a computer*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue