Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,12 +19,6 @@ from diffusers import AutoPipelineForText2Image, LCMScheduler
|
|
| 19 |
from llama_cpp import Llama
|
| 20 |
import gradio as gr
|
| 21 |
|
| 22 |
-
llm_model_path = args.gguf_path
|
| 23 |
-
sd_model_name = args.sd_model_name
|
| 24 |
-
sd_adapter_name = args.sd_adapter_name
|
| 25 |
-
|
| 26 |
-
use_cuda = torch.cuda.is_available() and not args.cpu
|
| 27 |
-
|
| 28 |
width = 512
|
| 29 |
height = 512
|
| 30 |
num_inference_steps = 4
|
|
|
|
| 19 |
from llama_cpp import Llama
|
| 20 |
import gradio as gr
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
width = 512
|
| 23 |
height = 512
|
| 24 |
num_inference_steps = 4
|