You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Revision mode in Forge ControlNet extension, but i keep getting this error AttributeError: 'KModel' object has no attribute 'noise_augmentor'.
The model CLIP-ViT-bigG.safetensors is located at D:\AI\Forge\webui\models\ControlNetPreprocessor folder (in case this is important information for diagnosis). I verified the hash of the model downloaded on my PC & the one stored at HuggingFace & they match. My only guess is an error in the forge code somewhere? I'd highly appreciate any assistance.
i meet this problem too. in fact, the Revision is working at the first time (just finish downloaded model), but not work after i interrupt my first genertaion. i have try reopen forge but not work.
i meet this problem too. in fact, the Revision is working at the first time (just finish downloaded model), but not work after i interrupt my first genertaion. i have try reopen forge but not work.
Thats strange... so it only works once then you have to restart forge for it to work again? for me the only method that works is if I download Forge zip from release page and not update it. I believe the issue is due to Torch/dependencies breaking forge but i could be wrong
I'm trying to use Revision mode in Forge ControlNet extension, but i keep getting this error
AttributeError: 'KModel' object has no attribute 'noise_augmentor'
.The model
CLIP-ViT-bigG.safetensors
is located atD:\AI\Forge\webui\models\ControlNetPreprocessor
folder (in case this is important information for diagnosis). I verified the hash of the model downloaded on my PC & the one stored at HuggingFace & they match. My only guess is an error in the forge code somewhere? I'd highly appreciate any assistance.version: f2.0.1v1.10.1-previous-409-gf7ab23b1
python: 3.10.6
torch: 2.4.0+cu124
xformers: N/A
Here's my console log:
edit: added more info
The text was updated successfully, but these errors were encountered: