Alfred Increment

Results 14 comments of Alfred Increment

I have made a simple model. Please play it. [Sample repo.](https://github.com/alfredplpl/pretrained-diffusion-model-pytorch)

I seem this problem is seriously. How should we solve this problem. How we should able to activate VecTransposeImage?

The one of the solution is the following code. The we modify features_extractor_class of ActorCriticPolicy. However, It is not smart. ``` from stable_baselines3.common.torch_layers import BaseFeaturesExtractor class CNNExtractor(BaseFeaturesExtractor): def forward(self, observations:...

The Japanese engineer, peisuke, created the google colab to generate a dense pose video. https://colab.research.google.com/drive/1KjPpZun9EtlEMcFDEo93kFPqbL4ZmEOq?usp=sharing The result is here. https://x.com/peisuke/status/1732066240741671090?s=46&t=aBgVHjAMy0TFw0zYAE90WQ

Sorry. It does not have feasibly. It takes many days.

Is this right? ```python from diffusers import DiffusionPipeline,StableDiffusionPipeline import torch from consistencydecoder import ConsistencyDecoder from PIL import Image import numpy as np pipe = DiffusionPipeline.from_pretrained("SimianLuo/LCM_Dreamshaper_v7", torch_dtype=torch.float32) # To save GPU...

It seems that the text becomes clearer, and the edges become more distinct. Original Decoder: ![fans_org](https://github.com/openai/consistencydecoder/assets/3625196/33f242a5-3f16-48ee-b5c4-9ba40b3e1031) Consistency-Decoder: ![fans](https://github.com/openai/consistencydecoder/assets/3625196/9c03a148-a6e6-4589-a568-893f36b6f5a9) It seems that the man's wrinkles are very pronounced.

Any idea? ```python from diffusers import DiffusionPipeline,StableDiffusionPipeline import torch from consistencydecoder import ConsistencyDecoder from PIL import Image import numpy as np pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16, variant="fp16") pipe = pipe.to("cuda:0") decoder_consistency...

Or I want to attach the csv as an appendix.