1toTree commited on
Commit
658cdf9
1 Parent(s): 5bc0110

Upload with huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +1 -1
  2. __pycache__/env.cpython-37.pyc +0 -0
  3. app.py +1 -1
  4. ppdiffusers/__pycache__/__init__.cpython-37.pyc +0 -0
  5. ppdiffusers/__pycache__/configuration_utils.cpython-37.pyc +0 -0
  6. ppdiffusers/__pycache__/download_utils.cpython-37.pyc +0 -0
  7. ppdiffusers/__pycache__/fastdeploy_utils.cpython-37.pyc +0 -0
  8. ppdiffusers/__pycache__/initializer.cpython-37.pyc +0 -0
  9. ppdiffusers/__pycache__/loaders.cpython-37.pyc +0 -0
  10. ppdiffusers/__pycache__/modeling_utils.cpython-37.pyc +0 -0
  11. ppdiffusers/__pycache__/optimization.cpython-37.pyc +0 -0
  12. ppdiffusers/__pycache__/pipeline_utils.cpython-37.pyc +0 -0
  13. ppdiffusers/__pycache__/ppnlp_patch_utils.cpython-37.pyc +0 -0
  14. ppdiffusers/__pycache__/training_utils.cpython-37.pyc +0 -0
  15. ppdiffusers/__pycache__/version.cpython-37.pyc +0 -0
  16. ppdiffusers/models/__pycache__/__init__.cpython-37.pyc +0 -0
  17. ppdiffusers/models/__pycache__/attention.cpython-37.pyc +0 -0
  18. ppdiffusers/models/__pycache__/cross_attention.cpython-37.pyc +0 -0
  19. ppdiffusers/models/__pycache__/embeddings.cpython-37.pyc +0 -0
  20. ppdiffusers/models/__pycache__/prior_transformer.cpython-37.pyc +0 -0
  21. ppdiffusers/models/__pycache__/resnet.cpython-37.pyc +0 -0
  22. ppdiffusers/models/__pycache__/unet_1d.cpython-37.pyc +0 -0
  23. ppdiffusers/models/__pycache__/unet_1d_blocks.cpython-37.pyc +0 -0
  24. ppdiffusers/models/__pycache__/unet_2d.cpython-37.pyc +0 -0
  25. ppdiffusers/models/__pycache__/unet_2d_blocks.cpython-37.pyc +0 -0
  26. ppdiffusers/models/__pycache__/unet_2d_condition.cpython-37.pyc +0 -0
  27. ppdiffusers/models/__pycache__/vae.cpython-37.pyc +0 -0
  28. ppdiffusers/pipelines/__pycache__/__init__.cpython-37.pyc +0 -0
  29. ppdiffusers/pipelines/alt_diffusion/__pycache__/__init__.cpython-37.pyc +0 -0
  30. ppdiffusers/pipelines/alt_diffusion/__pycache__/modeling_roberta_series.cpython-37.pyc +0 -0
  31. ppdiffusers/pipelines/alt_diffusion/__pycache__/pipeline_alt_diffusion.cpython-37.pyc +0 -0
  32. ppdiffusers/pipelines/alt_diffusion/__pycache__/pipeline_alt_diffusion_img2img.cpython-37.pyc +0 -0
  33. ppdiffusers/pipelines/audio_diffusion/__pycache__/__init__.cpython-37.pyc +0 -0
  34. ppdiffusers/pipelines/audio_diffusion/__pycache__/mel.cpython-37.pyc +0 -0
  35. ppdiffusers/pipelines/audio_diffusion/__pycache__/pipeline_audio_diffusion.cpython-37.pyc +0 -0
  36. ppdiffusers/pipelines/dance_diffusion/__pycache__/__init__.cpython-37.pyc +0 -0
  37. ppdiffusers/pipelines/dance_diffusion/__pycache__/pipeline_dance_diffusion.cpython-37.pyc +0 -0
  38. ppdiffusers/pipelines/ddim/__pycache__/__init__.cpython-37.pyc +0 -0
  39. ppdiffusers/pipelines/ddim/__pycache__/pipeline_ddim.cpython-37.pyc +0 -0
  40. ppdiffusers/pipelines/ddpm/__pycache__/__init__.cpython-37.pyc +0 -0
  41. ppdiffusers/pipelines/ddpm/__pycache__/pipeline_ddpm.cpython-37.pyc +0 -0
  42. ppdiffusers/pipelines/latent_diffusion/__pycache__/__init__.cpython-37.pyc +0 -0
  43. ppdiffusers/pipelines/latent_diffusion/__pycache__/pipeline_latent_diffusion.cpython-37.pyc +0 -0
  44. ppdiffusers/pipelines/latent_diffusion/__pycache__/pipeline_latent_diffusion_superresolution.cpython-37.pyc +0 -0
  45. ppdiffusers/pipelines/latent_diffusion_uncond/__pycache__/__init__.cpython-37.pyc +0 -0
  46. ppdiffusers/pipelines/latent_diffusion_uncond/__pycache__/pipeline_latent_diffusion_uncond.cpython-37.pyc +0 -0
  47. ppdiffusers/pipelines/paint_by_example/__pycache__/__init__.cpython-37.pyc +0 -0
  48. ppdiffusers/pipelines/paint_by_example/__pycache__/image_encoder.cpython-37.pyc +0 -0
  49. ppdiffusers/pipelines/paint_by_example/__pycache__/pipeline_paint_by_example.cpython-37.pyc +0 -0
  50. ppdiffusers/pipelines/pndm/__pycache__/__init__.cpython-37.pyc +0 -0
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -1673,5 +1673,5 @@ Despite how impressive being able to turn text into image is, beware to the fact
1673
  """
1674
  )
1675
 
1676
- block.launch(server_name="0.0.0.0", server_port=8221)
1677
 
 
1673
  """
1674
  )
1675
 
1676
+ block.launch(server_name="0.0.0.0", server_port=8221,share=True)
1677
 
__pycache__/env.cpython-37.pyc ADDED
Binary file (243 Bytes). View file
 
app.py CHANGED
@@ -1673,5 +1673,5 @@ Despite how impressive being able to turn text into image is, beware to the fact
1673
  """
1674
  )
1675
 
1676
- block.launch(server_name="0.0.0.0", server_port=8221)
1677
 
 
1673
  """
1674
  )
1675
 
1676
+ block.launch(server_name="0.0.0.0", server_port=8221,share=True)
1677
 
ppdiffusers/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/__pycache__/configuration_utils.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/configuration_utils.cpython-37.pyc and b/ppdiffusers/__pycache__/configuration_utils.cpython-37.pyc differ
 
ppdiffusers/__pycache__/download_utils.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/download_utils.cpython-37.pyc and b/ppdiffusers/__pycache__/download_utils.cpython-37.pyc differ
 
ppdiffusers/__pycache__/fastdeploy_utils.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/fastdeploy_utils.cpython-37.pyc and b/ppdiffusers/__pycache__/fastdeploy_utils.cpython-37.pyc differ
 
ppdiffusers/__pycache__/initializer.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/initializer.cpython-37.pyc and b/ppdiffusers/__pycache__/initializer.cpython-37.pyc differ
 
ppdiffusers/__pycache__/loaders.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/loaders.cpython-37.pyc and b/ppdiffusers/__pycache__/loaders.cpython-37.pyc differ
 
ppdiffusers/__pycache__/modeling_utils.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/modeling_utils.cpython-37.pyc and b/ppdiffusers/__pycache__/modeling_utils.cpython-37.pyc differ
 
ppdiffusers/__pycache__/optimization.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/optimization.cpython-37.pyc and b/ppdiffusers/__pycache__/optimization.cpython-37.pyc differ
 
ppdiffusers/__pycache__/pipeline_utils.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/pipeline_utils.cpython-37.pyc and b/ppdiffusers/__pycache__/pipeline_utils.cpython-37.pyc differ
 
ppdiffusers/__pycache__/ppnlp_patch_utils.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/ppnlp_patch_utils.cpython-37.pyc and b/ppdiffusers/__pycache__/ppnlp_patch_utils.cpython-37.pyc differ
 
ppdiffusers/__pycache__/training_utils.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/training_utils.cpython-37.pyc and b/ppdiffusers/__pycache__/training_utils.cpython-37.pyc differ
 
ppdiffusers/__pycache__/version.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/__pycache__/version.cpython-37.pyc and b/ppdiffusers/__pycache__/version.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/models/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/attention.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/attention.cpython-37.pyc and b/ppdiffusers/models/__pycache__/attention.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/cross_attention.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/cross_attention.cpython-37.pyc and b/ppdiffusers/models/__pycache__/cross_attention.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/embeddings.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/embeddings.cpython-37.pyc and b/ppdiffusers/models/__pycache__/embeddings.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/prior_transformer.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/prior_transformer.cpython-37.pyc and b/ppdiffusers/models/__pycache__/prior_transformer.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/resnet.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/resnet.cpython-37.pyc and b/ppdiffusers/models/__pycache__/resnet.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/unet_1d.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/unet_1d.cpython-37.pyc and b/ppdiffusers/models/__pycache__/unet_1d.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/unet_1d_blocks.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/unet_1d_blocks.cpython-37.pyc and b/ppdiffusers/models/__pycache__/unet_1d_blocks.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/unet_2d.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/unet_2d.cpython-37.pyc and b/ppdiffusers/models/__pycache__/unet_2d.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/unet_2d_blocks.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/unet_2d_blocks.cpython-37.pyc and b/ppdiffusers/models/__pycache__/unet_2d_blocks.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/unet_2d_condition.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/unet_2d_condition.cpython-37.pyc and b/ppdiffusers/models/__pycache__/unet_2d_condition.cpython-37.pyc differ
 
ppdiffusers/models/__pycache__/vae.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/models/__pycache__/vae.cpython-37.pyc and b/ppdiffusers/models/__pycache__/vae.cpython-37.pyc differ
 
ppdiffusers/pipelines/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/alt_diffusion/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/alt_diffusion/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/alt_diffusion/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/alt_diffusion/__pycache__/modeling_roberta_series.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/alt_diffusion/__pycache__/modeling_roberta_series.cpython-37.pyc and b/ppdiffusers/pipelines/alt_diffusion/__pycache__/modeling_roberta_series.cpython-37.pyc differ
 
ppdiffusers/pipelines/alt_diffusion/__pycache__/pipeline_alt_diffusion.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/alt_diffusion/__pycache__/pipeline_alt_diffusion.cpython-37.pyc and b/ppdiffusers/pipelines/alt_diffusion/__pycache__/pipeline_alt_diffusion.cpython-37.pyc differ
 
ppdiffusers/pipelines/alt_diffusion/__pycache__/pipeline_alt_diffusion_img2img.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/alt_diffusion/__pycache__/pipeline_alt_diffusion_img2img.cpython-37.pyc and b/ppdiffusers/pipelines/alt_diffusion/__pycache__/pipeline_alt_diffusion_img2img.cpython-37.pyc differ
 
ppdiffusers/pipelines/audio_diffusion/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/audio_diffusion/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/audio_diffusion/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/audio_diffusion/__pycache__/mel.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/audio_diffusion/__pycache__/mel.cpython-37.pyc and b/ppdiffusers/pipelines/audio_diffusion/__pycache__/mel.cpython-37.pyc differ
 
ppdiffusers/pipelines/audio_diffusion/__pycache__/pipeline_audio_diffusion.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/audio_diffusion/__pycache__/pipeline_audio_diffusion.cpython-37.pyc and b/ppdiffusers/pipelines/audio_diffusion/__pycache__/pipeline_audio_diffusion.cpython-37.pyc differ
 
ppdiffusers/pipelines/dance_diffusion/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/dance_diffusion/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/dance_diffusion/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/dance_diffusion/__pycache__/pipeline_dance_diffusion.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/dance_diffusion/__pycache__/pipeline_dance_diffusion.cpython-37.pyc and b/ppdiffusers/pipelines/dance_diffusion/__pycache__/pipeline_dance_diffusion.cpython-37.pyc differ
 
ppdiffusers/pipelines/ddim/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/ddim/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/ddim/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/ddim/__pycache__/pipeline_ddim.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/ddim/__pycache__/pipeline_ddim.cpython-37.pyc and b/ppdiffusers/pipelines/ddim/__pycache__/pipeline_ddim.cpython-37.pyc differ
 
ppdiffusers/pipelines/ddpm/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/ddpm/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/ddpm/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/ddpm/__pycache__/pipeline_ddpm.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/ddpm/__pycache__/pipeline_ddpm.cpython-37.pyc and b/ppdiffusers/pipelines/ddpm/__pycache__/pipeline_ddpm.cpython-37.pyc differ
 
ppdiffusers/pipelines/latent_diffusion/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/latent_diffusion/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/latent_diffusion/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/latent_diffusion/__pycache__/pipeline_latent_diffusion.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/latent_diffusion/__pycache__/pipeline_latent_diffusion.cpython-37.pyc and b/ppdiffusers/pipelines/latent_diffusion/__pycache__/pipeline_latent_diffusion.cpython-37.pyc differ
 
ppdiffusers/pipelines/latent_diffusion/__pycache__/pipeline_latent_diffusion_superresolution.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/latent_diffusion/__pycache__/pipeline_latent_diffusion_superresolution.cpython-37.pyc and b/ppdiffusers/pipelines/latent_diffusion/__pycache__/pipeline_latent_diffusion_superresolution.cpython-37.pyc differ
 
ppdiffusers/pipelines/latent_diffusion_uncond/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/latent_diffusion_uncond/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/latent_diffusion_uncond/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/latent_diffusion_uncond/__pycache__/pipeline_latent_diffusion_uncond.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/latent_diffusion_uncond/__pycache__/pipeline_latent_diffusion_uncond.cpython-37.pyc and b/ppdiffusers/pipelines/latent_diffusion_uncond/__pycache__/pipeline_latent_diffusion_uncond.cpython-37.pyc differ
 
ppdiffusers/pipelines/paint_by_example/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/paint_by_example/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/paint_by_example/__pycache__/__init__.cpython-37.pyc differ
 
ppdiffusers/pipelines/paint_by_example/__pycache__/image_encoder.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/paint_by_example/__pycache__/image_encoder.cpython-37.pyc and b/ppdiffusers/pipelines/paint_by_example/__pycache__/image_encoder.cpython-37.pyc differ
 
ppdiffusers/pipelines/paint_by_example/__pycache__/pipeline_paint_by_example.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/paint_by_example/__pycache__/pipeline_paint_by_example.cpython-37.pyc and b/ppdiffusers/pipelines/paint_by_example/__pycache__/pipeline_paint_by_example.cpython-37.pyc differ
 
ppdiffusers/pipelines/pndm/__pycache__/__init__.cpython-37.pyc CHANGED
Binary files a/ppdiffusers/pipelines/pndm/__pycache__/__init__.cpython-37.pyc and b/ppdiffusers/pipelines/pndm/__pycache__/__init__.cpython-37.pyc differ