Spaces:
Runtime error
Runtime error
%cd /content | |
%env TF_CPP_MIN_LOG_LEVEL=1 | |
!apt -y update -qq | |
!apt -y install -qq aria2 | |
!pip install -q xformers==0.0.20 triton==2.0.0 -U | |
!git clone https://dagshub.com/dreamscapeai/prometheus | |
!git clone https://huggingface.co/embed/negative /content/prometheus/embeddings/negative | |
!git clone https://huggingface.co/embed/lora /content/prometheus/models/Lora/positive | |
!aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/embed/upscale/resolve/main/4x-UltraSharp.pth -d /content/prometheus/models/ESRGAN -o 4x-UltraSharp.pth | |
#Colab by Dreamscapeyoutube and Carmen. Hope you will keep the credits of both to respect the work shared with the community. | |
!git clone https://github.com/fkunn1326/openpose-editor /content/prometheus/extensions/openpose-editor | |
!git clone https://github.com/dreamscapeai/batchlinks-etherealxx /content/prometheus/extensions/batchlinks-etherealxx | |
%cd /content/prometheus | |
!curl -Lo "/content/prometheus/models/Stable-diffusion/RealVisXL.safetensors" "https://civitai.com/api/download/models/154590" | |
!python launch.py --share --listen --xformers --no-half-vae --enable-insecure-extension-access --theme dark --gradio-queue |