AbstractPhil commited on
Commit
94bd648
·
verified ·
1 Parent(s): 19f6437

Update inference_v42.py

Browse files
Files changed (1) hide show
  1. 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 = "a big lion sitting on a couch in a living room, walls, table, ceiling" #@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 = 3 #@param {type:"slider", min:1.0, max:15.0, step:0.5}
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