Diffusers
jhj0517 commited on
Commit
4e5b8a5
1 Parent(s): 655807f

Remove .idea folder and add to .gitignore

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .idea/
.idea/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
 
 
 
 
.idea/MusePose.iml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="PYTHON_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$" />
5
- <orderEntry type="inheritedJdk" />
6
- <orderEntry type="sourceFolder" forTests="false" />
7
- </component>
8
- </module>
 
 
 
 
 
 
 
 
 
.idea/inspectionProfiles/Project_Default.xml DELETED
@@ -1,49 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="PyBroadExceptionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
5
- <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
6
- <option name="ignoredPackages">
7
- <value>
8
- <list size="18">
9
- <item index="0" class="java.lang.String" itemvalue="jhj0517-whisper" />
10
- <item index="1" class="java.lang.String" itemvalue="insanely-fast-whisper" />
11
- <item index="2" class="java.lang.String" itemvalue="torchmetrics" />
12
- <item index="3" class="java.lang.String" itemvalue="opencv-contrib-python" />
13
- <item index="4" class="java.lang.String" itemvalue="transformers" />
14
- <item index="5" class="java.lang.String" itemvalue="diffusers" />
15
- <item index="6" class="java.lang.String" itemvalue="opencv-python" />
16
- <item index="7" class="java.lang.String" itemvalue="scikit-learn" />
17
- <item index="8" class="java.lang.String" itemvalue="xformers" />
18
- <item index="9" class="java.lang.String" itemvalue="imageio-ffmpeg" />
19
- <item index="10" class="java.lang.String" itemvalue="wget" />
20
- <item index="11" class="java.lang.String" itemvalue="ffmpeg-python" />
21
- <item index="12" class="java.lang.String" itemvalue="torchsde" />
22
- <item index="13" class="java.lang.String" itemvalue="imageio" />
23
- <item index="14" class="java.lang.String" itemvalue="av" />
24
- <item index="15" class="java.lang.String" itemvalue="moviepy" />
25
- <item index="16" class="java.lang.String" itemvalue="accelerate" />
26
- <item index="17" class="java.lang.String" itemvalue="decord" />
27
- </list>
28
- </value>
29
- </option>
30
- </inspection_tool>
31
- <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
32
- <option name="ignoredIdentifiers">
33
- <list>
34
- <option value="cv2.COLOR_BGR2RGB" />
35
- <option value="cv2.cvtColor" />
36
- <option value="cv2.imshow" />
37
- <option value="cv2.addWeighted" />
38
- <option value="cv2.waitKey" />
39
- <option value="cv2.destroyAllWindows" />
40
- <option value="cv2.COLOR_BGR2RGBA" />
41
- <option value="cv2.COLOR_RGB2RGBA" />
42
- <option value="cv2.bitwise_and" />
43
- <option value="cv2.COLOR_BGR2BGRA" />
44
- </list>
45
- </option>
46
- </inspection_tool>
47
- <inspection_tool class="UndeclaredMember" enabled="false" level="ERROR" enabled_by_default="false" />
48
- </profile>
49
- </component>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.idea/inspectionProfiles/profiles_settings.xml DELETED
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <settings>
3
- <option name="USE_PROJECT_PROFILE" value="false" />
4
- <version value="1.0" />
5
- </settings>
6
- </component>
 
 
 
 
 
 
 
.idea/misc.xml DELETED
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (forked-gradio)" project-jdk-type="Python SDK" />
4
- </project>
 
 
 
 
 
.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/MusePose.iml" filepath="$PROJECT_DIR$/.idea/MusePose.iml" />
6
- </modules>
7
- </component>
8
- </project>
 
 
 
 
 
 
 
 
 
.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>