Merge branch 'main' of https://github.com/HVision-NKU/StoryDiffusion
commit
9ad2e39571
|
@ -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.
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue