models_root command line argument
This commit is contained in:
@@ -37,14 +37,14 @@ text = "a comfy chair that looks like an avocado"
|
||||
image = model.generate_image(text)
|
||||
display(image)
|
||||
```
|
||||

|
||||

|
||||
|
||||
```python
|
||||
text = "trail cam footage of gollum eating watermelon"
|
||||
image = model.generate_image(text, seed=1)
|
||||
display(image)
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
### Command Line
|
||||
@@ -54,9 +54,9 @@ Use `image_from_text.py` to generate images from the command line.
|
||||
```bash
|
||||
$ python image_from_text.py --text='artificial intelligence' --seed=7
|
||||
```
|
||||

|
||||

|
||||
|
||||
```bash
|
||||
$ python image_from_text.py --text='court sketch of godzilla on trial' --mega
|
||||
```
|
||||

|
||||

|
||||
Reference in New Issue
Block a user