Mercurial > repos > bgruening > black_forest_labs_flux
comparison flux.xml @ 3:21ee409e6cde draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flux commit f8d8a9399068a8f11582d528e1eb54d36125fb76
author | bgruening |
---|---|
date | Fri, 22 Nov 2024 13:41:32 +0000 |
parents | 3e22bda128be |
children |
comparison
equal
deleted
inserted
replaced
2:3e22bda128be | 3:21ee409e6cde |
---|---|
1 <tool id="black_forest_labs_flux" name="FLUX" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> | 1 <tool id="black_forest_labs_flux" name="FLUX" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> |
2 <description>text-to-image model</description> | 2 <description>text-to-image model</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">2024</token> | 4 <token name="@TOOL_VERSION@">2024</token> |
5 <token name="@VERSION_SUFFIX@">2</token> | 5 <token name="@VERSION_SUFFIX@">3</token> |
6 </macros> | 6 </macros> |
7 <requirements> | 7 <requirements> |
8 <requirement type="package" version="3.12">python</requirement> | 8 <container type="docker">quay.io/galaxy/black_forest_labs_flux:2024-0</container> |
9 <requirement type="package" version="2.4.1">pytorch</requirement> | |
10 <requirement type="package" version="0.19.1">torchvision</requirement> | |
11 <requirement type="package" version="12.4">pytorch-cuda</requirement> | |
12 <requirement type="package" version="0.30.2">diffusers</requirement> | |
13 <requirement type="package" version="4.44.2">transformers</requirement> | |
14 <requirement type="package" version="0.34.0">accelerate</requirement> | |
15 <requirement type="package" version="0.2.0">sentencepiece</requirement> | |
16 <requirement type="package" version="4.25.3">protobuf</requirement> | |
17 <requirement type="package" version="0.24.6">huggingface_hub</requirement> | |
18 </requirements> | 9 </requirements> |
19 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
20 python '$__tool_directory__/flux.py' | 11 python3 '$__tool_directory__/flux.py' |
21 '$flux_models.fields.path' | 12 '$flux_models.fields.path' |
22 '$input_type_selector' | 13 '$input_type_selector' |
23 '$prompt' | 14 '$prompt' |
24 ]]></command> | 15 ]]></command> |
25 <configfiles> | 16 <configfiles> |
26 </configfiles> | 17 </configfiles> |
27 <inputs> | 18 <inputs> |
28 <param name="flux_models" label="Model data" type="select" help="contact the administrator of this Galaxy instance if you miss model data"> | 19 <param name="flux_models" label="Model data" type="select" help="Contact the administrator of our Galaxy instance if you miss model data"> |
29 <options from_data_table="huggingface"> | 20 <options from_data_table="huggingface"> |
30 <filter type="static_value" column="4" value="flux"/> | 21 <filter type="static_value" column="4" value="flux"/> |
31 <filter type="static_value" column="5" value="1"/> | 22 <filter type="static_value" column="5" value="1"/> |
32 </options> | 23 </options> |
33 <validator message="No model annotation is available for FLUX" type="no_options"/> | 24 <validator message="No model annotation is available for FLUX" type="no_options"/> |