Alvaro Somoza

OzzyGT

AI & ML interests

None yet

Recent Activity

Organizations

Hugging Face's profile picture Hugging Face Internal Testing Organization's profile picture Blog-explorers's profile picture Social Post Explorers's profile picture diffusers-internal-dev's profile picture Hugging Face Discord Community's profile picture ZP's profile picture

OzzyGT's activity

New activity in OzzyGT/diffusers-fast-inpaint 7 days ago
New activity in OzzyGT/diffusers-image-fill 10 days ago

Deploy possibiolity

1
#7 opened 10 days ago by
pintxxo
upvoted an article 18 days ago
view article
Article

Remote VAEs for decoding with HF endpoints 🤗

36
upvoted an article about 1 month ago
view article
Article

Build awesome datasets for video generation

27
commented on Recoloring photos with diffusers about 1 month ago
view reply

this is a kind of old guide, controlnet union is now integrated in diffusers, you don't have to do anything special if you have the most recent version of diffusers.

import torch

from diffusers import ControlNetUnionModel


controlnet_model = ControlNetUnionModel.from_pretrained(
    "OzzyGT/controlnet-union-promax-sdxl-1.0",
    torch_dtype=torch.float16,
    variant="fp16",
)
commented on Recoloring photos with diffusers about 1 month ago
New activity in OzzyGT/controlnet-union-promax-sdxl-1.0 about 1 month ago

what's the correct way to load this control net?

1
#1 opened about 1 month ago by deleted
New activity in OzzyGT/diffusers-fast-inpaint about 2 months ago

3.5 large

1
#14 opened about 2 months ago by
formfollows
updated a dataset about 2 months ago
updated a model about 2 months ago
published a model about 2 months ago
updated a model about 2 months ago
published a model about 2 months ago
New activity in Nymbo/FLUX.1-Dev-Serverless 3 months ago

Update README.md

#1 opened 4 months ago by
OzzyGT