Spaces:
Runtime error
Runtime error
Create real
#3
by
Phoenix2023
- opened
real
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
%cd /content
|
3 |
+
%env TF_CPP_MIN_LOG_LEVEL=1
|
4 |
+
|
5 |
+
!apt -y update -qq
|
6 |
+
!apt -y install -qq aria2
|
7 |
+
!pip install -q xformers==0.0.20 triton==2.0.0 -U
|
8 |
+
|
9 |
+
!git clone https://dagshub.com/dreamscapeai/prometheus
|
10 |
+
!git clone https://huggingface.co/embed/negative /content/prometheus/embeddings/negative
|
11 |
+
!git clone https://huggingface.co/embed/lora /content/prometheus/models/Lora/positive
|
12 |
+
!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
|
13 |
+
#Colab by Dreamscapeyoutube and Carmen. Hope you will keep the credits of both to respect the work shared with the community.
|
14 |
+
!git clone https://github.com/fkunn1326/openpose-editor /content/prometheus/extensions/openpose-editor
|
15 |
+
!git clone https://github.com/dreamscapeai/batchlinks-etherealxx /content/prometheus/extensions/batchlinks-etherealxx
|
16 |
+
%cd /content/prometheus
|
17 |
+
|
18 |
+
!curl -Lo "/content/prometheus/models/Stable-diffusion/RealVisXL.safetensors" "https://civitai.com/api/download/models/154590"
|
19 |
+
|
20 |
+
!python launch.py --share --listen --xformers --no-half-vae --enable-insecure-extension-access --theme dark --gradio-queue
|