niklasku / IF-webui

DeepFloyd IF web UI
Creative Commons Zero v1.0 Universal
29 stars 4 forks source link

Conda environment to run the Web UI #7

Open Cem-Kaya opened 1 year ago

Cem-Kaya commented 1 year ago

A conda environment to run the web UI is attached. Download : DeepFloyd_IF.zip

or copy paste this to yaml file to import to anaconda :

name: DeepFloyd_IF channels:

Manni1000 commented 1 year ago

does not seem to work:

#############

(base) boy21@9030:~/Downloads/AI/ImmageGenerator/deepfloidIF/IF-webui$ conda env create -f DeepFloyd_IF.yaml Collecting package metadata (repodata.json): | WARNING conda.models.version:get_matcher(556): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0., but conda is ignoring the . and treating it as 1.8.0 WARNING conda.models.version:get_matcher(556): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1., but conda is ignoring the . and treating it as 1.7.1 WARNING conda.models.version:get_matcher(556): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0., but conda is ignoring the . and treating it as 1.6.0 WARNING conda.models.version:get_matcher(556): Using . with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0., but conda is ignoring the . and treating it as 1.9.0 done Solving environment: failed

ResolvePackageNotFound:

(base) boy21@9030:~/Downloads/AI/ImmageGenerator/deepfloidIF/IF-webui$