JVice commited on
Commit
705882c
1 Parent(s): 701b9a8

Changes to contraints - addressing gated models

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -272,7 +272,9 @@ def setup_additional_information_tab(tab):
272
  promise that all T2I models will work - if you run into any issues that you think should be possible, feel
273
  free to reach out!
274
  - Currently, a model_index.json file is required to load models and use them with TBYB, we will look to
275
- address other models in the future
 
 
276
  - TBYB only works on T2I models hosted on HuggingFace, other model repositories are not currently supported
277
  - Adaptor models are currently not supported, we will look to add evaluation functionalities of these
278
  models in the future.
 
272
  promise that all T2I models will work - if you run into any issues that you think should be possible, feel
273
  free to reach out!
274
  - Currently, a model_index.json file is required to load models and use them with TBYB, we will look to
275
+ address other models in the future.
276
+ - Target models must be public. Gated models are currently not supported.
277
+ - Images are generated using square resolutions based on user inputs. Width and height modifiers will be added soon.
278
  - TBYB only works on T2I models hosted on HuggingFace, other model repositories are not currently supported
279
  - Adaptor models are currently not supported, we will look to add evaluation functionalities of these
280
  models in the future.