-
### Expected Behavior
img to video ,use cogvideoX-5b-I2V
### Actual Behavior
![QQ20241019-013337](https://github.com/user-attachments/assets/0cb3d1ac-c7b3-4a1c-abc8-2f0c7b16f044)
### Steps to Re…
-
## 一言でいうと
協調フィルタリングのタスクにAutoEncoderで取り組む話。具体的には、userのレーティング結果であるxを復元するように学習させる。これにより、ユーザーが新しく評価を行ったときにそれをネットワークに入れれば新しい評価を元にした他のアイテムに対する評価が得られる。
### 論文リンク
https://arxiv.org/abs/1708.01715
…
-
- Convolutional Autoencoders (http://blog.keras.io/building-autoencoders-in-keras.html)
- Convolutional real values RBMs
Look in to implementing one or the other . Autoencoders in keras seem straight…
-
Thansk for sharing the paper and code. It is a good work.
I notice your work is closely related to MATE (Masked Autoencoders are Online 3D Test-Time Learners, ICCV'23) and BFTT3D (Backpropagation-f…
-
### Describe the bug
Unable to use flux fp8 model from `Kijai/flux-fp8` while having transformer_flux.py file in local. I have modified the scripts to remove any import error. I put some print stat…
-
## 0. Article Information and Links
- Paper link: https://github.com/podgorskiy/ALAE
- Release date: YYYY/MM/DD
- Number of citations (as of 2020/MM/DD):
- Implementation code:
- Supplemental…
-
### Feature description
Add Pixelsmith, an upscaling technique that uses cascading patches to reduce artifacts in the upscaled output.
Official code is here: [Pixelsmith github](https://github.com/T…
-
# Autoencoders and Diffusers: A Brief Comparison
A quick overview of variational and denoising autoencoders and comparing them to diffusers.
[https://eugeneyan.com/writing/autoencoders-vs-diffusers/…
-
```
pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
pipe = pipe.to("cuda")
prompt = "a beautiful landscape photograph"
pipe.enable_vae_tiling()
```
-
Hey John! Here's the curriculum that I've worked on in the past. It's a bit less focused on language models as a sole topic, and more on modern ML from a broad perspective.
- Essential Concepts of …
zmaas updated
2 months ago