Update inference_v42.py
Browse files- inference_v42.py +2 -2
inference_v42.py
CHANGED
|
@@ -5,11 +5,11 @@
|
|
| 5 |
# # Then run this cell
|
| 6 |
|
| 7 |
#@title TinyFlux Inference
|
| 8 |
-
prompt = "
|
| 9 |
negative_prompt = "glass, cup" #@param {type:"string"}
|
| 10 |
seed = 42 #@param {type:"integer"}
|
| 11 |
steps = 50 #@param {type:"slider", min:4, max:50, step:1}
|
| 12 |
-
guidance =
|
| 13 |
|
| 14 |
import torch
|
| 15 |
from tinyflux.model.zoo import ModelZoo
|
|
|
|
| 5 |
# # Then run this cell
|
| 6 |
|
| 7 |
#@title TinyFlux Inference
|
| 8 |
+
prompt = "object, a red apple" #@param {type:"string"}
|
| 9 |
negative_prompt = "glass, cup" #@param {type:"string"}
|
| 10 |
seed = 42 #@param {type:"integer"}
|
| 11 |
steps = 50 #@param {type:"slider", min:4, max:50, step:1}
|
| 12 |
+
guidance = 5 #@param {type:"slider", min:1.0, max:15.0, step:0.5}
|
| 13 |
|
| 14 |
import torch
|
| 15 |
from tinyflux.model.zoo import ModelZoo
|