Spaces:
Running
on
A10G
Running
on
A10G
Anonymous-sub
commited on
Commit
•
0a4007d
1
Parent(s):
f9fde4d
Update app.py
Browse files
app.py
CHANGED
@@ -616,7 +616,7 @@ DESCRIPTION = '''
|
|
616 |
2. Pixel-aware fusion may not work for large or quick motions.
|
617 |
3. Try different color-aware AdaIN settings and even unuse it to avoid color jittering.
|
618 |
4. `revAnimated_v11` model for non-photorealstic style, `realisticVisionV20_v20` model for photorealstic style.
|
619 |
-
5. To use your own SD/LoRA model, you may clone the space and
|
620 |
6. This method is based on the original SD model. You may need to [convert](https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_to_original_stable_diffusion.py) Diffuser/Automatic1111 models to the original one.
|
621 |
'''
|
622 |
|
|
|
616 |
2. Pixel-aware fusion may not work for large or quick motions.
|
617 |
3. Try different color-aware AdaIN settings and even unuse it to avoid color jittering.
|
618 |
4. `revAnimated_v11` model for non-photorealstic style, `realisticVisionV20_v20` model for photorealstic style.
|
619 |
+
5. To use your own SD/LoRA model, you may clone the space and specify your model with [sd_model_cfg.py](https://huggingface.co/spaces/Anonymous-sub/Rerender/blob/main/sd_model_cfg.py).
|
620 |
6. This method is based on the original SD model. You may need to [convert](https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_to_original_stable_diffusion.py) Diffuser/Automatic1111 models to the original one.
|
621 |
'''
|
622 |
|