yupeng.zhou 2024-05-22 00:47:43 +08:00
commit 9ad2e39571
2 changed files with 1 additions and 4 deletions

View File

@ -111,9 +111,6 @@ You can open the `Comic_Generation.ipynb` and run the code.
## Start a local gradio demo
Run the following command:
```python
python gradio_app_sdxl_specific_id.py
```
**(Recommend)** We provide a low GPU Memory cost version, it was tested on a machine with 24GB GPU-memory(Tesla A10) and 30GB RAM, and expected to work well with >20 G GPU-memory.

View File

@ -1089,7 +1089,7 @@ with gr.Blocks(css=css) as demo:
minimum=20,
maximum=100,
step=1,
value=20,
value=35,
)
G_height = gr.Slider(
label="height",