Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

41 total results found

custom environments

Jupyter Hub

Creating the environment 1. Open a new Terminal 2. in case the environment should be available permanently conda config --add envs_dirs /home/jovyan/.conda_envs 3. create environment with conda conda create --name myenv 4. initialize bash shell conda in...

Wege der Beschaffung

Beschaffung

KITeGG Projektmittel 620228111000 Edi Paal 800€ Grenze, nicht wirklich brauchbar, da “keine Grundausstattung”, Prüfung erfolgt nach 4 Jahren! Büromöbel gehen über Carmen May (Mail schreiben, Auftrag begründen, PDF schicken) https://docs.google...

Funding

Going abroad

ERASMUS Staff Mobility (for staff) Erasmus Staff Mobility is a fund for teaching staff. In order to apply, there are several documents required: Grand aggreement Letter of Confirmation EU survey (required after return) in addition to that a regular ...

custom environments

Jupyter Hub Jupyter Notebooks

open new Terminal conda create --name myenv initialize bash shell conda init bash restart shell source ~/.bashrc then: conda activate myenv

Computer Hardware

Beschaffung

Computer Hardware sollte nach Möglichkeit bei unserem Vertragspartner Alster Arbeit beschafft werden. Wird aber Hardware gebraucht, die beim Vertragspartner so nicht erhältlich ist, müssen erst drei Vergleichsangebote eingeholt werden und das Ganze muss von d...

downloading entire folders

Jupyter Hub

if you want to download an entire folder you need to zip it first: zip -r example.zip PATH_TO_THE_FOLDER_YOU_WANT_TO_DOWNLOAD

endowing file with right to execute

Jupyter Hub

chmod +x the_file_name

Hidden Layers Workshop commands

Jupyter Hub

  Participants' credentials Isabela Dimarco ws_01 Hartmut Bohnacker ws_02 Maika Dieterich ws_03 Julius Walsch ws_04 Alexander Bauer ws_05 Francesco Scheffczyk ws_06 Jada Jui Yu Hung ws_07 Inca Jentsch ws_08 ...

stable diffusion lokal

Jupyter Hub Stable Diffusion

"Ubuntu" Windows App oeffnen conda umgebung aktivieren conda activate ldm stable-diffusion ordner oeffnen cd stable-diffusion stable-diffusion ordner oeffnen python scripts/txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms https...

Adding a virtual environment in Jupyter notebook

Jupyter Hub

First, activate your virtual environment (shell) and run this: pip install --user ipykernel We need to manually add the kernel if we want to have the virtual environment in the Jupyter Notebook. That is why we need to add it by running this code. python -m ...

Installation: Deforum Stable Diffusion

Everything Stable Diffusion Different versions of StableDiffusion

Installation Installing DSD locally  on a Linux Device 1. clone this repository: git clone https://github.com/HelixNGC7293/DeforumStableDiffusionLocal.git Creating the environment 2. in case the environment should be available permanently (yes) conda c...

Deforum Stable Diffusion Animation parameters

Jupyter Hub

Executing run.py with an animation settings file if you want to animate you appennd the flag '--enable_animation_mode' to the run.py command. The '--settings flag' should point to a file that has the structure of the animation template that can be found in:...

Mailclient with SMTP and IMAP under Windows

Organisatorisches

E-Mail Empfang:Servertyp: IMAPServer: gwimap.th-koeln.dePort: 993Verbindungssicherheit: SSLAuth Method: normal PasswordBenutzerame: Ihre campusID   - works only with koeln email adress!Passwort: Ihr campusID-PasswortE-Mail Versand:Servertyp: SMTPServer: smtp.i...

Stable Diffusion

Everything Stable Diffusion Basic StableDiffusion

Stable Diffusion version 2.1 stable diffusion v-2-1 768x768 wget --no-check-certificate --content-disposition https://th-koeln.sciebo.de/s/m3PhfQtlmYOlEUI/download -O v2-1_768-ema-pruned.ckpt stable diffusion v-2-1 512x512 (base) wget --no-check-cert...

Installing stable diffusion v2

Jupyter Hub Stable Diffusion v2

important Xformers export CUDA_HOME=/usr/local/cuda

Stable diffusion webui by automatic1111 (with deforum installation)

Jupyter Hub Stable Diffusion

Stable Diffusion WebUI by Automatic1111 1. Open a Terminal  execute the following commands in terminal in this order: git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git cd stable-diffusion-webui/models/Stable-diffusion download mode...

Installation

Upscaling ESRGAN

Upscaling https://github.com/xinntao/Real-ESRGAN Download. extract to Desktop. rename it to upscale for convenience in the folder called upscale make two folders 'input' and 'output' put the images you want to upscale into input Upscaling instru...

Gitlab for Adversarial Animation [to be ignored for now]

SoSe23Adversarial Animation

Logging into Gitlab the first time 1. go to our gitlab repository 2. you will be redirected to a login page: 3. click DFN-AAI Single Sign-On and you will be redirected to the TH Köln SSO page 4. enter your Campus-ID and corresponding credentials Confi...

Random walker

SoSe23Adversarial Animation Unity

We will create a first GameObject and give it the functionality to randomly change it's position within a predefined range. Create a GameObject go to File -> GameObject -> cube to create your first GameObjecta handy definition for GameObject: A game object...

Prefab + Simple Spawn

SoSe23Adversarial Animation Unity

we will setup a simple spawn location, from where GameObjects - instances of a Prefab will be instantiated - 'spawned' at a predefined rate. Creating Prefabs A Prefab is a pre-made blueprint for a game object that can be used repeatedly to create instanc...