svjack commited on
Commit
bb8d536
·
verified ·
1 Parent(s): f2fe75e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -464,3 +464,50 @@ merge_videos_horizontally(video_path1, video_path2, output_video_path)
464
  </div>
465
  </div>
466
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
  </div>
465
  </div>
466
  </div>
467
+
468
+ ## Perturbed-Attention-Guidance with Genshin Impact XL
469
+ Here's an example of how to enhance Genshin Impact XL by [https://github.com/svjack/Perturbed-Attention-Guidance](https://github.com/svjack/Perturbed-Attention-Guidance):
470
+
471
+ ### Clone the Repository
472
+
473
+ Next, clone the repository from Hugging Face:
474
+
475
+ ```bash
476
+ git clone https://huggingface.co/spaces/svjack/perturbed-attention-guidance-genshin_impact_xl
477
+ ```
478
+
479
+ ### Navigate to the Repository Directory
480
+
481
+ Change into the cloned repository directory:
482
+
483
+ ```bash
484
+ cd perturbed-attention-guidance-genshin_impact_xl
485
+ ```
486
+
487
+ ### Install Python Requirements
488
+
489
+ Install the required Python packages using `pip`:
490
+
491
+ ```bash
492
+ pip install -r requirements.txt
493
+ ```
494
+
495
+ ### Run the Application
496
+
497
+ Finally, run the application:
498
+
499
+ ```bash
500
+ python app.py
501
+ ```
502
+
503
+ <div>
504
+ <b><h3 style="text-align: center;">Left Use BreadcrumbsPerturbed-Attention-Guidance
505
+ , Right Original Genshin Impact XL</h3></b>
506
+ <b><h4 style="text-align: center;">Left Seems more pretty </h4></b>
507
+ <div style="display: flex; flex-direction: column; align-items: center;">
508
+ <div style="margin-bottom: 10px;">
509
+ <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/Kmh4NJ1AkfV5X3-kkilAK.mp4"></video>
510
+ <p style="text-align: center;">Left Seems more pretty</p>
511
+ </div>
512
+ </div>
513
+ </div>